summaryrefslogtreecommitdiff
path: root/lib/netdev-dpdk.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Support both shared and per port mempools.Ian Stokes2018-07-061-98/+196
* netdev-dpdk: add debug for rte flow patternsYuanhan Liu2018-07-061-0/+177
* netdev-dpdk: implement flow offload with rte flowFinn Christensen2018-07-061-1/+557
* netdev-provider: add class op to get block_idJohn Hurley2018-06-291-1/+2
* netdev-dpdk: Avoid warning for snprintf() call.Aaron Conole2018-06-151-3/+2
* netdev-dpdk: Handle ENOTSUP for rte_eth_dev_set_mtu.Ian Stokes2018-06-081-3/+14
* netdev-dpdk: Enable HW_CRC_STRIP for virtual functions.Michal Weglicki2018-06-081-0/+13
* netdev-dpdk: fix check for "net_nfp" driverTimothy Redaelli2018-05-251-1/+1
* netdev-dpdk: Don't use PMD driver if not configured successfullyEelco Chaudron2018-05-251-1/+7
* netdev-dpdk: Remove use of rte_mempool_ops_get_count.Kevin Traynor2018-05-251-12/+13
* odp-execute: Rename 'may_steal' to 'should_steal'.Darrell Ball2018-05-231-9/+9
* netdev-dpdk: Fixed netdev_dpdk structure alignmentEelco Chaudron2018-05-111-2/+1
* Configurable Link State Change (LSC) detection modeRóbert Mulik2018-05-111-5/+27
* netdev: Add optional qfill output parameter to rxq_recv()Jan Scheurich2018-05-111-5/+36
* netdev-dpdk: don't enable scatter for jumbo RX support for nfpPablo Cascón2018-05-111-3/+11
* netdev-dpdk: Free mempool only when no in-use mbufs.Kevin Traynor2018-04-211-5/+81
* netdev-dpdk: Remove 'error' from non error log.Kevin Traynor2018-03-231-2/+2
* netdev-dpdk: Fix print format for dpdk port ids.Ilya Maximets2018-03-231-24/+32
* dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.Justin Pettit2018-02-281-1/+1
* netdev-dpdk: Add support for vHost dequeue zero copy (experimental)Ciara Loftus2018-01-311-0/+18
* netdev-dpdk: Fix xstats leak on port destruction.Ilya Maximets2018-01-261-1/+4
* netdev-dpdk: Fix memory leak in netdev_dpdk_configure_xstats().Ilya Maximets2018-01-261-0/+2
* netdev-dpdk: Fix memory leak in netdev_dpdk_get_custom_stats().Ilya Maximets2018-01-261-0/+2
* netdev-dpdk: fix port addition for ports sharing same PCI idYuanhan Liu2018-01-261-15/+55
* netdev-dpdk: Fix requested MTU size validation.Ian Stokes2018-01-261-1/+12
* netdev-dpdk: add vhost-user get_status.Flavio Leitner2018-01-171-2/+60
* netdev-dpdk: fix ingress_policer leak on error pathzhangliping2018-01-171-0/+1
* netdev: Custom statistics.Michal Weglicki2018-01-101-1/+192
* netdev: Remove useless cutlen.Ilya Maximets2017-12-201-5/+0
* netdev: Remove unused may_steal.Ilya Maximets2017-12-201-14/+11
* netdev-dpdk: Add debug appctl to get mempool information.Ilya Maximets2017-12-201-0/+54
* netdev-dpdk: extend netdev_dpdk_get_status to include if_type and if_descrMichal Weglicki2017-12-081-0/+9
* netdev-dpdk: vHost IOMMU supportMark Kavanagh2017-12-081-4/+10
* netdev-dpdk: DPDK v17.11 upgradeMark Kavanagh2017-12-081-2/+3
* netdev-dpdk: Remove uneeded call to rte_eth_dev_count().Kevin Traynor2017-12-081-4/+2
* netdev-dpdk: Add comment about variables naming convention.Ilya Maximets2017-12-081-0/+17
* netdev-dpdk: Fix variables naming in set_admin_state function.Ilya Maximets2017-12-081-9/+10
* netdev-dpdk: Fix mempool creation with large MTU.Ilya Maximets2017-11-171-1/+2
* netdev-dpdk: Fix calling vhost API with negative vid.Ilya Maximets2017-11-161-7/+7
* netdev-dpdk: Remove unused MAX_NB_MBUF.Ilya Maximets2017-11-161-14/+4
* netdev-dpdk: Factor out struct dpdk_mp.Ilya Maximets2017-11-161-125/+65
* netdev-dpdk: Fix dpdk_mp leak in case of EEXIST.Ilya Maximets2017-11-161-0/+6
* netdev-dpdk: replace uint8_t with dpdk_port_tMark Kavanagh2017-11-161-1/+1
* netdev-dpdk: Refactor netdev_dpdk structure.Bhanuprakash Bodireddy2017-11-031-74/+84
* netdev-dpdk: Fix mp_name leak on snprintf failure.Ilya Maximets2017-10-301-0/+1
* netdev-dpdk: Rename dpdk_mp_put as dpdk_mp_free.antonio.fischetti@intel.com2017-10-261-3/+5
* netdev-dpdk: Reword mp_size as n_mbufs.antonio.fischetti@intel.com2017-10-261-10/+10
* netdev-dpdk: manage failure in mempool name creation.antonio.fischetti@intel.com2017-10-261-0/+7
* netdev-dpdk: skip init for existing mempools.antonio.fischetti@intel.com2017-10-261-5/+5
* Fix mempool names to reflect socket id.antonio.fischetti@intel.com2017-10-261-6/+7