summaryrefslogtreecommitdiff
path: root/lib/netdev-dpdk.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-3/+3
* netdev-dpdk: Consistent variable naming.Daniele Di Proietto2016-04-071-268/+265
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-5/+5
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* netdev-dpdk: vhost: Fix txq enabling in the absence of notifications.Ilya Maximets2016-03-291-4/+24
* netdev: remove netdev_get_in4()Pravin B Shelar2016-03-241-1/+0
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-1/+1
* netdev-dpdk: Fix crash when changing the vhost-user port.Ilya Maximets2016-03-221-3/+6
* netdev: New field 'is_pmd' in netdev_class.Ilya Maximets2016-03-161-0/+1
* netdev-dpdk: fix mbuf leaksYuanhan Liu2016-03-091-2/+2
* netdev-dpdk: Fix memory leak in netdev_dpdk_vhost_destruct().Ilya Maximets2016-03-051-0/+1
* netdev_dpdk.c: Add QoS functionality.Ian Stokes2016-03-021-13/+410
* netdev-dpdk: clean up mbuf initializationMark Kavanagh2016-02-281-45/+42
* netdev-dpdk: vhost-user: Fix sending packets to queues not enabled by guest.Ilya Maximets2016-02-241-15/+100
* netdev-dpdk: Do not add vhost-user ports with '/' or '\' in name.Daniele Di Proietto2016-02-231-2/+14
* lib/netdev-dpdk: make device name parsing more robustMauricio Vásquez2016-02-231-3/+9
* lib/netdev-dpdk: increase ring name length for dpdkr portsMauricio Vásquez2016-02-231-3/+3
* netdev-dpdk: Fix dpdk_watchdog failure to quiesce.Kevin Traynor2016-02-051-13/+22
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-5/+21
* netdev-dpdk: Fix leak on netdev_dpdk_vhost_user_construct failure.Ilya Maximets2016-02-021-2/+3
* netdev-dpdk: Unlink vhost-user sockets on fatal signals.Ilya Maximets2016-02-021-0/+6
* netdev-dpdk: Add vhost-user multiqueue supportFlavio Leitner2016-01-281-24/+91
* Update relevant artifacts to add support for DPDK v2.2.0.mweglicx2016-01-251-2/+2
* netdev-dpdk: Fix thread_is_pmd() symbol conflict.Joe Stringer2016-01-121-4/+4
* netdev-dpdk: Consistently use xstrdup() instead of strdup().Ben Pfaff2016-01-121-4/+4
* netdev_dpdk: pci_dev pointer check.mweglicx2015-12-221-2/+6
* netdev-dpdk: assume dpdkr peer can be multi-producer/consumerMauricio Vasquez B2015-11-191-4/+4
* netdev-dpdk: Clean-up after vHost User port deleteCiara Loftus2015-10-221-0/+4
* netdev-dpdk: Fix comment about vhost cuse/user vswitchd argumentsCiara Loftus2015-10-221-2/+2
* dpdk: reject --user optionAndy Zhou2015-09-301-0/+8
* dpdk: fix compiler warnings on 32bit buildAndy Zhou2015-09-241-7/+7
* dpif-netdev: Check for PKT_RX_RSS_HASH flag.Daniele Di Proietto2015-09-111-1/+1
* netdev-dpdk: Add some missing statistics.Timo Puha2015-09-091-10/+76
* dpdk: add support for v2.1.0Timo Puha2015-09-081-3/+9
* netdev-dpdk: Fix build failure due to new struct eth_addr.Aaron Conole2015-09-051-2/+2
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-7/+5
* netdev-dpdk: Retry tx/rx queue setup until we don't get any failure.Daniele Di Proietto2015-08-061-27/+73
* netdev-dpdk: Restore txq/rxq number if initialization fails.Daniele Di Proietto2015-07-211-0/+9
* netdev-dpdk: Fix sparse and clang warningsDaniele Di Proietto2015-06-251-5/+5
* netdev-dpdk: Do not flush tx queue which is shared among CPUs since it is alw...Wei li2015-06-251-2/+5
* netdev-dpdk: add dpdk vhost-user portsCiara Loftus2015-06-141-32/+129
* netdev-dpdk: Adapt the requested number of tx and rx queues.Daniele Di Proietto2015-05-221-23/+62
* netdev-dpdk: Use specific spinlock for stats.Daniele Di Proietto2015-05-221-8/+21
* netdev-dpdk: Properly support non pmd threads.Daniele Di Proietto2015-05-221-9/+1
* ovs-numa: Change 'core_id' to unsigned.Daniele Di Proietto2015-05-221-2/+2
* netdev-dpdk: Use default NIC configuration.Kevin Traynor2015-05-211-30/+2
* dpdk: Ditch MAX_PKT_BURST macro.Ethan Jackson2015-05-191-6/+3
* netdev-dpdk: Fix sparse warnings.Ethan Jackson2015-05-191-8/+14
* netdev-dpdk: Add vhost enqueue retries.Kevin Traynor2015-05-111-6/+48
* netdev-dpdk: Change phy rx burst size.Kevin Traynor2015-05-111-3/+2