summaryrefslogtreecommitdiff
path: root/lib/netdev-dpdk.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-dpdk: Free mbufs in bulk.Ilya Maximets2023-01-271-10/+3
* netdev-dpdk: Fix deadlock due to virtqueue stats retrieval.David Marchand2023-01-191-20/+102
* netdev-dpdk: Drop coverage counter for vhost IRQs.David Marchand2023-01-091-9/+0
* netdev-dpdk: Add per virtqueue statistics.David Marchand2023-01-091-128/+319
* dpdk: Update to use v22.11.1.Ian Stokes2022-12-061-16/+8
* netdev-dpdk: Cleanup mempool selection code.David Marchand2022-11-301-11/+10
* netdev-dpdk: Move DPDK netdev related configuration.David Marchand2022-11-301-8/+94
* netdev-dpdk: Fix tx_dropped counters value.Robin Jarry2022-11-021-3/+3
* Documentation: Use new syntax for dpdk port representors.Robin Jarry2022-11-021-1/+1
* netdev-dpdk: Add shared mempool config.Kevin Traynor2022-07-141-2/+107
* netdev-dpdk: Delay vhost mempool creation.Kevin Traynor2022-07-071-9/+12
* netdev-dpdk: Fix tx drops statistic for a down netdev.David Marchand2022-05-041-0/+3
* netdev-dpdk: Remove a leftover lock annotation.David Marchand2022-05-041-1/+0
* netdev-dpdk: Refactor the DPDK transmit path.Flavio Leitner2022-05-041-195/+140
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* netdev-dpdk: Add mempool count in cmd get-mempool-info.Wan Junjie2022-03-041-0/+3
* netdev-dpdk: Update to use RTE_ETH namespace defines.Kevin Traynor2022-02-081-48/+49
* netdev-dpdk: Remove rte-flow API access locks.Gaetan Rivet2022-01-191-6/+0
* netdev-dpdk: Expose per rxq/txq basic statistics.David Marchand2022-01-121-3/+14
* netdev-dpdk: Fix statistics when changing Rx/Tx queues count.David Marchand2022-01-121-98/+62
* netdev-dpdk: Add flow_api support for netdev gre vports.Nir Anteby2021-12-161-3/+4
* dpdk: Update to use DPDK v21.11.Ian Stokes2021-12-091-55/+60
* netdev-dpdk: Fix RSS configuration for virtio.David Marchand2021-09-161-8/+5
* add port-based ingress policing based packet-per-second rate-limitingYong Xu2021-07-011-1/+3
* netdev-dpdk: Add flow_api support for netdev vxlan vports.Eli Britstein2021-06-241-0/+6
* netdev-dpdk: Introduce DPDK tunnel APIs.Eli Britstein2021-06-241-0/+112
* netdev-dpdk: Fix incorrect shinfo initialization.Yi Yang2021-02-011-20/+10
* dpdk: Update to use DPDK v20.11.Ian Stokes2020-12-161-16/+4
* netdev-dpdk: Add option to configure VF MAC address.Gaetan Rivet2020-11-161-0/+69
* netdev-dpdk: Add ability to set MAC address.Ilya Maximets2020-11-161-3/+29
* DPDK: Remove support for vhost-user zero-copy.Ian Stokes2020-10-051-25/+0
* netdev-dpdk: Don't set rx mq mode for net_virtio.Jaime CaamaƱo Ruiz2020-09-151-1/+8
* dpdk: Deprecate vhost-user dequeue zero-copy.Ian Stokes2020-08-121-0/+2
* netdev-dpdk: linear buffer check with zero-copySivaprasad Tummala2020-08-121-0/+6
* netdev-dpdk: Remove deprecated ring port type.Ilya Maximets2020-03-061-189/+0
* userspace TSO: SCTP checksum offload optional.Flavio Leitner2020-02-261-2/+19
* userspace TSO: Include UDP checksum offload.Flavio Leitner2020-02-261-6/+12
* netdev-dpdk: vhost: disable unsupported offload features.Flavio Leitner2020-02-261-9/+15
* netdev-dpdk: Don't enable offloading on HW device if not requested.Ilya Maximets2020-02-071-6/+9
* netdev-dpdk: Fix port init when lacking Tx offloads for TSO.David Marchand2020-02-051-1/+1
* userspace: Add TCP Segmentation Offload supportFlavio Leitner2020-01-171-48/+300
* vhost: Disable multi-segmented buffersFlavio Leitner2020-01-171-0/+6
* netdev-dpdk: Getter function for dpdk port id API.Eli Britstein2020-01-161-0/+18
* netdev-dpdk: Introduce rte flow query function.Eli Britstein2020-01-161-0/+30
* netdev-dpdk: Add new DPDK RFC 4115 egress policerEelco Chaudron2020-01-151-15/+344
* netdev-dpdk: Add support for multi-queue QoS to the DPDK datapathEelco Chaudron2020-01-151-6/+213
* netdev-dpdk: Avoid undefined behavior processing devargsAaron Conole2020-01-131-1/+1
* netdev-dpdk: Add coverage counter to count vhost IRQs.Eelco Chaudron2019-12-191-0/+10
* netdev-dpdk: Fix sw stats perf drop.Kevin Traynor2019-12-181-7/+11