summaryrefslogtreecommitdiff
path: root/lib/netdev-dpdk.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-dpdk: Log Rx checksum offload not supported.Kevin Traynor2017-07-111-1/+1
* netdev-dpdk: Remove Rx checksum reconfigure.Kevin Traynor2017-07-111-35/+12
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-0/+1
* netdev-dpdk: round up mbuf_size to cache_line_sizeSantosh Shukla2017-06-141-3/+4
* netdev: Adding a new netdev API to be used for offloading flowsPaul Blakey2017-06-141-0/+1
* dpdk: Deprecate vhost-user server ports.Aaron Conole2017-06-081-0/+2
* netdev-dpdk: Show Rx checksum status when false.Kevin Traynor2017-06-081-0/+2
* netdev-dpdk: Use uint8_t for port_id.Ilya Maximets2017-05-311-26/+37
* netdev-dpdk: Fix device leak on port deletion.Ilya Maximets2017-05-311-52/+20
* netdev-dpdk: Fix double attaching of virtual devices.Ilya Maximets2017-05-311-2/+5
* netdev-dpdk: add support for rx_multicast_packets counterPrzemyslaw Szczerbik2017-05-181-0/+3
* dpif-netdev/netdev-dpdk: Fix line lengths.Kevin Traynor2017-05-181-2/+4
* netdev-dpdk: fix ifindex assignment for DPDK portsPrzemyslaw Lal2017-05-181-3/+5
* netdev-dpdk: leverage the mempool offload supportHemant Agrawal2017-05-031-13/+13
* netdev-dpdk: Enable INDIRECT_DESC on DPDK vHostUser.Billy O'Mahony2017-05-031-2/+1
* netdev-dpdk: fix mempool_configure error stateMark Kavanagh2017-05-031-4/+5
* netdev-dpdk: Fix mempool segfault.Ian Stokes2017-03-091-7/+12
* netdev-dpdk: Fix rx_error stat for dpdk ports.Ian Stokes2017-02-161-2/+1
* netdev-dpdk: Refactor construct and destruct.Daniele Di Proietto2017-01-151-45/+41
* netdev-dpdk: Start also dpdkr devices only once on port-add.Daniele Di Proietto2017-01-151-39/+31
* netdev-dpdk: Don't call rte_dev_stop() in update_flags().Daniele Di Proietto2017-01-151-16/+12
* netdev: Add 'errp' to set_config().Daniele Di Proietto2017-01-111-11/+16
* netdev-dpdk: Assign socket id according to device's numa idxu.binbin1@zte.com.cn2017-01-111-2/+6
* netdev-dpdk: Fix formatting typo.nickcooper-zhangtonghao2017-01-081-1/+1
* netdev-dpdk: Add support for virtual DPDK PMDs (vdevs)Ciara Loftus2017-01-051-24/+11
* netdev-dpdk: Arbitrary 'dpdk' port namingCiara Loftus2017-01-051-56/+126
* netdev-dpdk: add hotplug supportMauricio Vásquez2017-01-051-6/+89
* netdev-dpdk: Rename ivshmem structures.Kevin Traynor2017-01-041-20/+20
* netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.Sugesh Chandran2017-01-041-0/+50
* netdev: Set the default number of queues at removal from the databaseIlya Maximets2016-12-091-1/+1
* netdev-dpdk: Don't use dev->vhost_id without mutex.Ilya Maximets2016-12-061-1/+1
* netdev-dpdk: Don't try to unregister empty vhost_id.Ilya Maximets2016-12-021-0/+5
* netdev-dpdk: Assign value '0' to unsupported netdev featuresBinbin Xu2016-11-281-3/+5
* netdev-dpdk: Add support for DPDK 16.11Ciara Loftus2016-11-251-1/+2
* netdev-dpdk: Return rx/tx queue sizes only for ETH devices.Ilya Maximets2016-11-151-6/+11
* netdev-dpdk: Fix the issue of physical port's admin state configurationxu.binbin1@zte.com.cn2016-11-151-0/+2
* netdev-dpdk: Can't set specified vhost port's admin statexu.binbin1@zte.com.cn2016-11-151-2/+4
* netdev-dpdk: Fix crash in QoS.Daniele Di Proietto2016-11-141-1/+1
* dpdk: Fix DPDK pdump compilationCiara Loftus2016-10-131-3/+0
* dpdk: New module with some code from netdev-dpdk.Daniele Di Proietto2016-10-121-413/+16
* netdev-dpdk: Change vlog module name to 'netdev_dpdk'.Daniele Di Proietto2016-10-121-1/+1
* netdev-dpdk: Use init() function to initialize classes.Daniele Di Proietto2016-10-121-18/+35
* netdev-dpdk: Remove useless 'rte_eal_init_ret'.Daniele Di Proietto2016-10-121-24/+4
* netdev-dpdk: Remove useless nonpmd_mempool_mutex.Daniele Di Proietto2016-10-121-25/+0
* netdev-dpdk: Use xasprintf() when possible.Daniele Di Proietto2016-10-121-24/+17
* netdev-dpdk: Do not abort if out of hugepage memory.Daniele Di Proietto2016-10-121-24/+38
* netdev-dpdk: Acquire dev->stats_lock only once.Daniele Di Proietto2016-10-121-8/+11
* netdev-dpdk: Use RCU for egress QoS.Daniele Di Proietto2016-10-121-138/+93
* netdev-dpdk: Refactor dpdk_mp_get().Daniele Di Proietto2016-10-121-20/+26
* netdev-dpdk: Configure flow control only when necessary.Ilya Maximets2016-09-301-10/+14