summaryrefslogtreecommitdiff
path: root/lib/netdev-dpdk.h
Commit message (Expand)AuthorAgeFilesLines
* netdev-dpdk: Cleanup code when DPDK is disabled.David Marchand2022-11-301-5/+0
* netdev-dpdk: Add shared mempool config.Kevin Traynor2022-07-141-2/+3
* netdev-dpdk: Introduce DPDK tunnel APIs.Eli Britstein2021-06-241-6/+97
* netdev-dpdk: Getter function for dpdk port id API.Eli Britstein2020-01-161-0/+2
* netdev-dpdk: Introduce rte flow query function.Eli Britstein2020-01-161-0/+6
* netdev: Dynamic per-port Flow API.Ilya Maximets2019-06-111-0/+3
* netdev-dpdk: Expose flow creation/destruction callsRoni Bar Yanai2019-03-191-0/+17
* netdev-dpdk: Drop offload API for vhost ports.Ilya Maximets2018-11-021-4/+0
* netdev: Clean up class initialization.Ben Pfaff2018-08-271-0/+4
* dpdk: New module with some code from netdev-dpdk.Daniele Di Proietto2016-10-121-32/+4
* netdev-dpdk.h: Add missing copyright.Daniele Di Proietto2016-10-121-0/+16
* ovs-numa: Introduce function to set current thread affinity.Daniele Di Proietto2016-06-071-4/+4
* netdev-dpdk: Convert initialization from cmdline to dbAaron Conole2016-04-291-10/+4
* netdev-dpdk: Properly support non pmd threads.Daniele Di Proietto2015-05-221-12/+4
* ovs-numa: Change 'core_id' to unsigned.Daniele Di Proietto2015-05-221-2/+2
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-3/+3
* netdev-dpdk: Allow changing NON_PMD_CORE_ID for testing purpose.Alex Wang2015-02-101-0/+5
* ovs-vswitchd: Better diagnose errors in DPDK command-line options.Ben Pfaff2014-09-301-1/+6
* netdev-dpdk: Fix race condition with DPDK mempools in non pmd threadsDaniele Di Proietto2014-07-201-1/+7
* netdev-dpdk: add dpdk rings to netdev-dpdkmaryam.tahhan2014-07-161-0/+1
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-2/+4
* dpif-netdev: Fix a compilation warningAndy Zhou2014-03-241-7/+26
* netdev-dpdk: Use multiple core for dpdk IO.Pravin2014-03-211-0/+2
* dpif-netdev: Add DPDK netdev.Pravin2014-03-211-0/+32