dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[DPDK/meson Bug 1858] [dpdk23.11.5] Meson build failed on Fedora 43
bugzilla
Re: [RFC PATCH 1/3] ethdev: add set link state on close API
Stephen Hemminger
Re: [RFC 0/3] ethdev: introduce device reinitialisation API
Stephen Hemminger
Re: [RFC 0/3] ethdev: introduce device reinitialisation API
David Marchand
[DPDK/core Bug 1857] DPDK applications inside kubernetes pods are failing to come up when CPU and hugepage memory are from different NUMA nodes
bugzilla
[RFC] net/virtio: avoid global variable name conflicts
Stephen Hemminger
Re: [RFC] net/virtio: avoid global variable name conflicts
Stephen Hemminger
Re: [RFC] net/virtio: avoid global variable name conflicts
Maxime Coquelin
Re: [RFC] net/virtio: avoid global variable name conflicts
Maxime Coquelin
[PATCH v1 0/5] net/zxdh: add support some new features
Junlong Wang
[PATCH v1 3/5] net/zxdh: add support set link speed get autoneg stats
Junlong Wang
Re: [PATCH v1 3/5] net/zxdh: add support set link speed get autoneg stats
Stephen Hemminger
Re: [PATCH v1 3/5] net/zxdh: add support set link speed get autoneg stats
Stephen Hemminger
Re: [PATCH v1 3/5] net/zxdh: add support set link speed get autoneg stats
Stephen Hemminger
Re: [PATCH v1 3/5] net/zxdh: add support set link speed get autoneg stats
Stephen Hemminger
[PATCH v1 1/5] net/zxdh: add support for modifying queue depth
Junlong Wang
Re: [PATCH v1 1/5] net/zxdh: add support for modifying queue depth
Stephen Hemminger
[PATCH v1 2/5] net/zxdh: optimize alloc queue resources
Junlong Wang
[PATCH v1 4/5] net/zxdh: add support primary/secondary process
Junlong Wang
Re: [PATCH v1 4/5] net/zxdh: add support primary/secondary process
Stephen Hemminger
Re: [PATCH v1 4/5] net/zxdh: add support primary/secondary process
Junlong Wang
Re: [PATCH v1 4/5] net/zxdh: add support primary/secondary process
Stephen Hemminger
[PATCH v1 5/5] net/zxdh: add support GENEVE TSO and Rx outer UDP chksum
Junlong Wang
[PATCH v2 0/5] net/zxdh: add support some new features
Junlong Wang
[PATCH v2 2/5] net/zxdh: optimize alloc queue resources
Junlong Wang
[PATCH v2 1/5] net/zxdh: add support for modifying queue depth
Junlong Wang
[PATCH v2 3/5] net/zxdh: add support set link speed get autoneg stats
Junlong Wang
[PATCH v2 4/5] net/zxdh: add support primary/secondary process
Junlong Wang
[PATCH v2 5/5] net/zxdh: add support GENEVE TSO and Rx outer chksum
Junlong Wang
Re: [PATCH v2 0/5] net/zxdh: add support some new features
Stephen Hemminger
[PATCH] eal: update comment for eal_get_virtual_area()
Marcel Telka
DPDK 24.11.4 released
Kevin Traynor
[PATCH] bpf: fix x86 call stack alignment, add tests
Marat Khalili
RE: [PATCH] bpf: fix x86 call stack alignment, add tests
Konstantin Ananyev
[PATCH v2] bpf: fix x86 call stack alignment, add tests
Marat Khalili
[PATCH v3] bpf: fix x86 call stack alignment for external calls
Marat Khalili
Re: [PATCH] bpf: fix x86 call stack alignment, add tests
Stephen Hemminger
Re: [PATCH] bpf: fix x86 call stack alignment, add tests
Stephen Hemminger
[RFC PATCH 00/27] combine multiple Intel scalar Tx paths
Bruce Richardson
[RFC PATCH 01/27] net/intel: create common Tx descriptor structure
Bruce Richardson
[RFC PATCH 02/27] net/intel: use common tx ring structure
Bruce Richardson
[RFC PATCH 03/27] net/intel: create common post-Tx cleanup function
Bruce Richardson
[RFC PATCH 04/27] net/intel: consolidate definitions for Tx desc fields
Bruce Richardson
[RFC PATCH 05/27] net/intel: create separate header for Tx scalar fns
Bruce Richardson
[RFC PATCH 06/27] net/intel: add common fn to calculate needed descriptors
Bruce Richardson
[RFC PATCH 07/27] net/ice: refactor context descriptor handling
Bruce Richardson
[RFC PATCH 08/27] net/i40e: refactor context descriptor handling
Bruce Richardson
[RFC PATCH 09/27] net/idpf: refactor context descriptor handling
Bruce Richardson
[RFC PATCH 11/27] net/intel: create common checksum Tx offload function
Bruce Richardson
[RFC PATCH 12/27] net/intel: create a common scalar Tx function
Bruce Richardson
[RFC PATCH 13/27] net/i40e: use common scalar Tx function
Bruce Richardson
[RFC PATCH 15/27] net/intel: support configurable VLAN tag insertion on Tx
Bruce Richardson
[RFC PATCH 10/27] net/intel: consolidate checksum mask definition
Bruce Richardson
[RFC PATCH 14/27] net/intel: add IPSec hooks to common Tx function
Bruce Richardson
[RFC PATCH 16/27] net/iavf: use common scalar Tx function
Bruce Richardson
[RFC PATCH 17/27] net/i40e: document requirement for QinQ support
Bruce Richardson
[RFC PATCH 18/27] net/idpf: use common scalar Tx function
Bruce Richardson
[RFC PATCH 19/27] net/intel: avoid writing the final pkt descriptor twice
Bruce Richardson
[RFC PATCH 20/27] net/intel: write descriptors using non-volatile pointers
Bruce Richardson
RE: [RFC PATCH 20/27] net/intel: write descriptors using non-volatile pointers
Morten Brørup
Re: [RFC PATCH 20/27] net/intel: write descriptors using non-volatile pointers
Bruce Richardson
[RFC PATCH 21/27] net/intel: remove unnecessary flag clearing
Bruce Richardson
[RFC PATCH 22/27] net/intel: mark mid-burst ring cleanup as unlikely
Bruce Richardson
[RFC PATCH 24/27] net/intel: use separate array for desc status tracking
Bruce Richardson
[RFC PATCH 25/27] net/ixgbe: use separate array for desc status tracking
Bruce Richardson
[RFC PATCH 26/27] net/intel: drop unused Tx queue used count
Bruce Richardson
[RFC PATCH 23/27] net/intel: add special handling for single desc packets
Bruce Richardson
[RFC PATCH 27/27] net/intel: remove index for tracking end of packet
Bruce Richardson
RE: [RFC PATCH 27/27] net/intel: remove index for tracking end of packet
Morten Brørup
[PATCH v2 00/36] combine multiple Intel scalar Tx paths
Bruce Richardson
[PATCH v2 01/36] net/intel: create common Tx descriptor structure
Bruce Richardson
[PATCH v2 02/36] net/intel: use common Tx ring structure
Bruce Richardson
[PATCH v2 03/36] net/intel: create common post-Tx cleanup function
Bruce Richardson
[PATCH v2 04/36] net/intel: consolidate definitions for Tx desc fields
Bruce Richardson
[PATCH v2 05/36] net/intel: create separate header for Tx scalar fns
Bruce Richardson
[PATCH v2 06/36] net/intel: add common fn to calculate needed descriptors
Bruce Richardson
[PATCH v2 07/36] net/ice: refactor context descriptor handling
Bruce Richardson
[PATCH v2 08/36] net/i40e: refactor context descriptor handling
Bruce Richardson
[PATCH v2 09/36] net/idpf: refactor context descriptor handling
Bruce Richardson
[PATCH v2 10/36] net/intel: consolidate checksum mask definition
Bruce Richardson
[PATCH v2 11/36] net/intel: create common checksum Tx offload function
Bruce Richardson
[PATCH v2 12/36] net/intel: create a common scalar Tx function
Bruce Richardson
[PATCH v2 13/36] net/i40e: use common scalar Tx function
Bruce Richardson
[PATCH v2 14/36] net/intel: add IPsec hooks to common Tx function
Bruce Richardson
[PATCH v2 16/36] net/iavf: use common scalar Tx function
Bruce Richardson
[PATCH v2 15/36] net/intel: support configurable VLAN tag insertion on Tx
Bruce Richardson
[PATCH v2 17/36] net/i40e: document requirement for QinQ support
Bruce Richardson
[PATCH v2 18/36] net/idpf: use common scalar Tx function
Bruce Richardson
[PATCH v2 19/36] net/intel: avoid writing the final pkt descriptor twice
Bruce Richardson
[PATCH v2 20/36] eal: add macro for marking assumed alignment
Bruce Richardson
[PATCH v2 21/36] net/intel: write descriptors using non-volatile pointers
Bruce Richardson
[PATCH v2 22/36] net/intel: remove unnecessary flag clearing
Bruce Richardson
[PATCH v2 23/36] net/intel: mark mid-burst ring cleanup as unlikely
Bruce Richardson
[PATCH v2 24/36] net/intel: add special handling for single desc packets
Bruce Richardson
[PATCH v2 25/36] net/intel: use separate array for desc status tracking
Bruce Richardson
[PATCH v2 26/36] net/ixgbe: use separate array for desc status tracking
Bruce Richardson
[PATCH v2 27/36] net/intel: drop unused Tx queue used count
Bruce Richardson
[PATCH v2 28/36] net/intel: remove index for tracking end of packet
Bruce Richardson
[PATCH v2 29/36] net/intel: merge ring writes in simple Tx for ice and i40e
Bruce Richardson
[PATCH v2 30/36] net/intel: consolidate ice and i40e buffer free function
Bruce Richardson
[PATCH v2 31/36] net/intel: complete merging simple Tx paths
Bruce Richardson
[PATCH v2 32/36] net/intel: use non-volatile stores in simple Tx function
Bruce Richardson
[PATCH v2 33/36] net/intel: align scalar simple Tx path with vector logic
Bruce Richardson
[PATCH v2 34/36] net/intel: use vector SW ring entry for simple path
Bruce Richardson
[PATCH v2 36/36] net/idpf: enable simple Tx function
Bruce Richardson
[PATCH v2 35/36] net/intel: use vector mbuf cleanup from simple scalar path
Bruce Richardson
Re: [PATCH v2 00/36] combine multiple Intel scalar Tx paths
Stephen Hemminger
Re: [PATCH v2 00/36] combine multiple Intel scalar Tx paths
Stephen Hemminger
Re: [PATCH v2 00/36] combine multiple Intel scalar Tx paths
Bruce Richardson
[PATCH v3 00/36] combine multiple Intel scalar Tx paths
Bruce Richardson
[PATCH v3 01/36] net/intel: create common Tx descriptor structure
Bruce Richardson
[PATCH v3 02/36] net/intel: use common Tx ring structure
Bruce Richardson
[PATCH v3 03/36] net/intel: create common post-Tx cleanup function
Bruce Richardson
[PATCH v3 04/36] net/intel: consolidate definitions for Tx desc fields
Bruce Richardson
[PATCH v3 05/36] net/intel: create separate header for Tx scalar fns
Bruce Richardson
[PATCH v3 06/36] net/intel: add common fn to calculate needed descriptors
Bruce Richardson
[PATCH v3 07/36] net/ice: refactor context descriptor handling
Bruce Richardson
[PATCH v3 09/36] net/idpf: refactor context descriptor handling
Bruce Richardson
[PATCH v3 08/36] net/i40e: refactor context descriptor handling
Bruce Richardson
[PATCH v3 10/36] net/intel: consolidate checksum mask definition
Bruce Richardson
[PATCH v3 11/36] net/intel: create common checksum Tx offload function
Bruce Richardson
[PATCH v3 12/36] net/intel: create a common scalar Tx function
Bruce Richardson
[PATCH v3 14/36] net/intel: add IPsec hooks to common Tx function
Bruce Richardson
[PATCH v3 13/36] net/i40e: use common scalar Tx function
Bruce Richardson
[PATCH v3 15/36] net/intel: support configurable VLAN tag insertion on Tx
Bruce Richardson
[PATCH v3 17/36] net/i40e: document requirement for QinQ support
Bruce Richardson
[PATCH v3 16/36] net/iavf: use common scalar Tx function
Bruce Richardson
[PATCH v3 18/36] net/idpf: use common scalar Tx function
Bruce Richardson
[PATCH v3 19/36] net/intel: avoid writing the final pkt descriptor twice
Bruce Richardson
[PATCH v3 20/36] eal: add macro for marking assumed alignment
Bruce Richardson
[PATCH v3 21/36] net/intel: write descriptors using non-volatile pointers
Bruce Richardson
[PATCH v3 23/36] net/intel: mark mid-burst ring cleanup as unlikely
Bruce Richardson
[PATCH v3 22/36] net/intel: remove unnecessary flag clearing
Bruce Richardson
[PATCH v3 24/36] net/intel: add special handling for single desc packets
Bruce Richardson
[PATCH v3 25/36] net/intel: use separate array for desc status tracking
Bruce Richardson
[PATCH v3 26/36] net/ixgbe: use separate array for desc status tracking
Bruce Richardson
[PATCH v3 27/36] net/intel: drop unused Tx queue used count
Bruce Richardson
[PATCH v3 28/36] net/intel: remove index for tracking end of packet
Bruce Richardson
[PATCH v3 29/36] net/intel: merge ring writes in simple Tx for ice and i40e
Bruce Richardson
[PATCH v3 30/36] net/intel: consolidate ice and i40e buffer free function
Bruce Richardson
[PATCH v3 31/36] net/intel: complete merging simple Tx paths
Bruce Richardson
[PATCH v3 32/36] net/intel: use non-volatile stores in simple Tx function
Bruce Richardson
[PATCH v3 34/36] net/intel: use vector SW ring entry for simple path
Bruce Richardson
[PATCH v3 33/36] net/intel: align scalar simple Tx path with vector logic
Bruce Richardson
[PATCH v3 36/36] net/idpf: enable simple Tx function
Bruce Richardson
[REVIEW] net/idpf: enable simple Tx function
Stephen Hemminger
[PATCH v3 35/36] net/intel: use vector mbuf cleanup from simple scalar path
Bruce Richardson
[PATCH v2 1/2] doc: add devargs documentation
Anatoly Burakov
[PATCH v2 2/2] doc: add device hotplug documentation
Anatoly Burakov
RE: [PATCH v2 2/2] doc: add device hotplug documentation
Morten Brørup
Re: [PATCH v2 2/2] doc: add device hotplug documentation
Burakov, Anatoly
Re: [PATCH v2 1/2] doc: add devargs documentation
Bruce Richardson
[DPDK/ethdev Bug 1856] i40evf_check_api_version(): PF/VF API version mismatch:(0.0)-(1.1) with multiple DPDK instances using different VFs with the same PF
bugzilla
[DPDK/eventdev Bug 1855] E610 vfs can't forward packets
bugzilla
[DPDK/DTS Bug 1854] validate flow offload capability skipping
bugzilla
[PATCH v2 0/2] net/i40e: Fix aarch32 build and vector flag setting
Ciara Loftus
[PATCH v2 1/2] net/i40e: fix 32-bit Arm build
Ciara Loftus
[PATCH v2 2/2] net/i40e: unset vector flag when scalar path is chosen
Ciara Loftus
Re: [PATCH v2 0/2] net/i40e: Fix aarch32 build and vector flag setting
Bruce Richardson
[DPDK/DTS Bug 1352] Port driver rebinding
bugzilla
[PATCH] test/crypto: remove PMD specific asym testsuites
Rupesh Chiluka
[PATCH] test/crypto: remove PMD specific asym testsuites
Rupesh Chiluka
[DPDK/core Bug 1853] Comment about /dev/zero in eal_common_memory.c is obsolete
bugzilla
[DPDK/testpmd Bug 1852] [asan] detected memory leaks on quit
bugzilla
[DPDK/testpmd Bug 1851] Packets are not received when promisc off
bugzilla
[PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure
Yunjian Wang
[PATCH v2] net/mlx5: fix memoy leak after device spawn failure
Yunjian Wang
[PATCH v2 1/1] net: fix inner L2 length for GRE and NVGRE
Rakesh Kudurumalla
Re: [PATCH v2 1/1] net: fix inner L2 length for GRE and NVGRE
Stephen Hemminger
[PATCH v4] net/ice: add MAC anti-spoof option
Anurag Mandal
RE: [PATCH] [v4] net/ice: add MAC anti-spoof option
Mandal, Anurag
Re: [PATCH v4] net/ice: add MAC anti-spoof option
Patrick Robb
RE: [PATCH v4] net/ice: add MAC anti-spoof option
Mandal, Anurag
[RFC PATCH] dts: add PVVP case to virtio suite
Dean Marx
Re: [RFC PATCH] dts: add PVVP case to virtio suite
Andrew Bailey
[PATCH v1] doc: add missing rst file
Andrew Bailey
Re: [PATCH v1] doc: add missing rst file
Patrick Robb
[PATCH v1] dts: update testuite names to be consistent
Andrew Bailey
[PATCH v2] dts: update testsuite named to be clear and consistent
Andrew Bailey
Re: [PATCH v2] dts: update testsuite named to be clear and consistent
Dean Marx
Re: [PATCH v2] dts: update testsuite named to be clear and consistent
Patrick Robb
[DPDK/DTS Bug 1850] RSS Testuite missing rst file
bugzilla
[PATCH 0/2] bpf: add xchg and fix rte_bpf_dump
Marat Khalili
[PATCH 1/2] bpf: add atomic xchg support
Marat Khalili
[PATCH 2/2] bpf: dump additional instructions
Marat Khalili
[PATCH v2 0/2] bpf: add xchg and fix rte_bpf_dump
Marat Khalili
[PATCH v2 1/2] bpf: add atomic xchg support
Marat Khalili
RE: [PATCH v2 1/2] bpf: add atomic xchg support
Konstantin Ananyev
Re: [PATCH v2 1/2] bpf: add atomic xchg support
Stephen Hemminger
[PATCH v2 2/2] bpf: dump additional instructions
Marat Khalili
RE: [PATCH v2 2/2] bpf: dump additional instructions
Konstantin Ananyev
[PATCH 0/1] net/i40e: unset vector flag when scalar path is chosen
Ciara Loftus
[PATCH 1/1] net/i40e: unset vector flag when scalar path is chosen
Ciara Loftus
Re: [PATCH 1/1] net/i40e: unset vector flag when scalar path is chosen
Bruce Richardson
RE: [PATCH 1/1] net/i40e: unset vector flag when scalar path is chosen
Loftus, Ciara
Re: [PATCH 1/1] net/i40e: unset vector flag when scalar path is chosen
Bruce Richardson
RE: [PATCH 1/1] net/i40e: unset vector flag when scalar path is chosen
Loftus, Ciara
[PATCH v2 0/5] Remove SSE Rx/Tx paths from some Intel drivers
Ciara Loftus
[PATCH v2 1/5] net/i40e: remove SSE vector path
Ciara Loftus
[PATCH v2 2/5] net/iavf: remove SSE vector path
Ciara Loftus
Earlier messages
Later messages