dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v6 01/10] app/testpmd: print Rx split capabilities
Thomas Monjalon
[PATCH v6 02/10] ethdev: introduce selective Rx
Thomas Monjalon
[PATCH v6 04/10] common/mlx5: add null MR functions
Thomas Monjalon
[PATCH v6 03/10] app/testpmd: support selective Rx
Thomas Monjalon
[PATCH v6 05/10] net/mlx5: fix Rx split segment counter type
Thomas Monjalon
[PATCH v6 06/10] net/mlx5: support selective Rx
Thomas Monjalon
[PATCH v6 07/10] net/mlx5: reindent previous changes
Thomas Monjalon
[PATCH v6 09/10] dts: fix topology capability comparison
Thomas Monjalon
[PATCH v6 08/10] common/mlx5: remove callbacks for MR registration
Thomas Monjalon
[PATCH v6 10/10] dts: add selective Rx tests
Thomas Monjalon
Re: [PATCH v6 00/10] selective Rx
Stephen Hemminger
[PATCH v5 00/10] selective Rx
Thomas Monjalon
[PATCH v5 01/10] app/testpmd: print Rx split capabilities
Thomas Monjalon
[PATCH v5 02/10] ethdev: introduce selective Rx
Thomas Monjalon
[PATCH v5 03/10] app/testpmd: support selective Rx
Thomas Monjalon
[PATCH v5 04/10] common/mlx5: add null MR functions
Thomas Monjalon
[PATCH v5 05/10] net/mlx5: fix Rx split segment counter type
Thomas Monjalon
[PATCH v5 06/10] net/mlx5: support selective Rx
Thomas Monjalon
[PATCH v5 07/10] net/mlx5: reindent previous changes
Thomas Monjalon
[PATCH v5 08/10] common/mlx5: remove callbacks for MR registration
Thomas Monjalon
[PATCH v5 09/10] dts: fix topology capability comparison
Thomas Monjalon
[PATCH v5 10/10] dts: add selective Rx tests
Thomas Monjalon
RE: [PATCH] crypto/scheduler: fix typo
Akhil Goyal
RE: [EXTERNAL] [PATCH] cryptodev: reset resource pointers in init error path
Akhil Goyal
[PATCH 0/5] ring: convert to C11 atomics where practical
Stephen Hemminger
[PATCH 1/5] ring: split single thread vs multi-thread cases
Stephen Hemminger
RE: [PATCH 1/5] ring: split single thread vs multi-thread cases
Konstantin Ananyev
[PATCH 2/5] ring: use GCC builtin as alternative to rte_atomic32
Stephen Hemminger
RE: [PATCH 2/5] ring: use GCC builtin as alternative to rte_atomic32
Konstantin Ananyev
Re: [PATCH 2/5] ring: use GCC builtin as alternative to rte_atomic32
Stephen Hemminger
RE: [PATCH 2/5] ring: use GCC builtin as alternative to rte_atomic32
Konstantin Ananyev
[PATCH 3/5] ring: use C11 for update_tail
Stephen Hemminger
RE: [PATCH 3/5] ring: use C11 for update_tail
Konstantin Ananyev
[PATCH 4/5] ring: drop unused arg to update_tail
Stephen Hemminger
RE: [PATCH 4/5] ring: drop unused arg to update_tail
Konstantin Ananyev
[PATCH 5/5] ring: use C11 for single thread move head
Stephen Hemminger
RE: [PATCH 5/5] ring: use C11 for single thread move head
Konstantin Ananyev
[PATCH v2] ring: convert to C11 atomics where practical
Stephen Hemminger
[PATCH v2 1/3] ring: split single thread vs multi-thread cases
Stephen Hemminger
[PATCH v2 2/3] ring: use GCC builtin as alternative to rte_atomic32
Stephen Hemminger
RE: [PATCH v2 2/3] ring: use GCC builtin as alternative to rte_atomic32
Konstantin Ananyev
[PATCH v2 3/3] ring: cleanup the C11 code
Stephen Hemminger
DPDK Release Status Meeting 2026-06-02
Mcnamara, John
[PATCH v1] dts: report dut/NIC info during DTS run
Koushik Bhargav Nimoji
Re: [PATCH v1] dts: report dut/NIC info during DTS run
Andrew Bailey
Re: [PATCH] eal/riscv: optimize memcpy for small copies under 64 bytes
Thomas Monjalon
[PATCH v4 0/2] net/intel: optimize for fast-free hint
Bruce Richardson
[PATCH v4 1/2] net/intel: write mbuf for last Tx desc of segment
Bruce Richardson
RE: [PATCH v4 1/2] net/intel: write mbuf for last Tx desc of segment
Loftus, Ciara
[PATCH v4 2/2] net/intel: optimize for fast-free hint
Bruce Richardson
RE: [PATCH v4 0/2] net/intel: optimize for fast-free hint
Morten Brørup
Re: [PATCH v4 0/2] net/intel: optimize for fast-free hint
Bruce Richardson
[PATCH] graph/conn: fix memory leak on socket init failure
Alexey Simakov
[RFC PATCH 0/3] remove unneeded build options
Bruce Richardson
[RFC PATCH 2/3] build: deprecate standalone tests option
Bruce Richardson
RE: [RFC PATCH 2/3] build: deprecate standalone tests option
Morten Brørup
[RFC PATCH 1/3] build: deprecate kernel dir option
Bruce Richardson
RE: [RFC PATCH 1/3] build: deprecate kernel dir option
Morten Brørup
[RFC PATCH 3/3] build: deprecate HPET build option
Bruce Richardson
RE: [RFC PATCH 3/3] build: deprecate HPET build option
Morten Brørup
Re: [RFC PATCH 3/3] build: deprecate HPET build option
David Marchand
Re: [RFC PATCH 3/3] build: deprecate HPET build option
Bruce Richardson
RE: [RFC PATCH 3/3] build: deprecate HPET build option
Morten Brørup
Re: [RFC PATCH 3/3] build: deprecate HPET build option
Bruce Richardson
Re: [PATCH v2] eal/riscv: add Z sub-extension detection via hwprobe syscall
Thomas Monjalon
Re: [PATCH v2] eal/riscv: add Z sub-extension detection via hwprobe syscall
sunyuechi
[PATCH v7] net/idpf: update for new mempool cache algorithm
Morten Brørup
[PATCH v7] mempool/dpaa: update for new mempool cache algorithm
Morten Brørup
RE: [PATCH v7] mempool/dpaa: update for new mempool cache algorithm
Morten Brørup
[PATCH v7] mempool/dpaa2: update for new mempool cache algorithm
Morten Brørup
RE: [PATCH v7] mempool/dpaa2: update for new mempool cache algorithm
Morten Brørup
RE: [PATCH v7] net/idpf: update for new mempool cache algorithm
Morten Brørup
[PATCH] ring: avoid extra store at move head
Konstantin Ananyev
Re: [PATCH] ring: avoid extra store at move head
Stephen Hemminger
RE: [PATCH] ring: avoid extra store at move head
Konstantin Ananyev
RE: [PATCH] ring: avoid extra store at move head
Morten Brørup
[PATCH v7] mempool: improve cache behaviour and performance
Morten Brørup
Re: [PATCH v7] mempool: improve cache behaviour and performance
Thomas Monjalon
[PATCH v2] net: fix GTP Tunnel parse out-of-bounds read
Stephen Hemminger
[PATCH] devtools: add Vertex AI to review scripts
David Marchand
Re: [PATCH] devtools: add Vertex AI to review scripts
Thomas Monjalon
Re: [PATCH] devtools: add Vertex AI to review scripts
David Marchand
Re: [PATCH] devtools: add Vertex AI to review scripts
Stephen Hemminger
[PATCH v2] devtools: add Vertex AI to review scripts
David Marchand
Re: [PATCH] net: fix GTP Tunnel parse out-of-bounds read
Thomas Monjalon
Re: [PATCH] net: fix GTP Tunnel parse out-of-bounds read
Andrew Rybchenko
[PATCH v1 0/2] dma/odm: dev-to-mem support and zero-length validation
Shijith Thotton
[PATCH v1 1/2] dma/odm: support dev to mem transfers
Shijith Thotton
[PATCH v1 2/2] dma/odm: avoid zero length DMA transfers
Shijith Thotton
Re: [PATCH 3/4] ethdev: hide VMDq internal sizes
Andrew Rybchenko
Re: [PATCH 1/4] ethdev: skip VMDq pools unless configured
Andrew Rybchenko
[PATCH] gpu/metax: add new driver for Metax GPU
许玲燕
Re: [PATCH] gpu/metax: add new driver for Metax GPU
Thomas Monjalon
[PATCH] examples/ipsec-secgw: drop packets in poll mode
Rakesh Kudurumalla
[PATCH] test/latency: fix intermittent failure on slow platforms
Stephen Hemminger
Re: [PATCH] test/latency: fix intermittent failure on slow platforms
Luca Boccassi
Re: [PATCH] test/latency: fix intermittent failure on slow platforms
Thomas Monjalon
Re: [v2] dts: add support for no link topology
Patrick Robb
Re: [v2] dts: add support for no link topology
Andrew Bailey
Re: [v1,1/2] dts: update verbose output regex for VXLAN packets
Patrick Robb
Re: [v8] dts: port speed capabilities test suite to next DTS
Patrick Robb
[PATCH v1 00/20] net/sxe2: added Linkdata sxe ethernet driver
liujie5
[PATCH v1 02/20] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
Re: [PATCH v1 02/20] net/sxe2: add AVX2 vector data path for Rx and Tx
Stephen Hemminger
[PATCH v1 06/20] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v1 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v1 03/20] drivers: add supported packet types get callback
liujie5
[PATCH v1 05/20] drivers: support RSS feature
liujie5
[PATCH v1 09/20] drivers: interrupt handling
liujie5
[PATCH v1 08/20] net/sxe2: support statistics and multi-process
liujie5
[PATCH v1 12/20] net/sxe2: add support for custom UDP tunnel ports
liujie5
[PATCH v1 10/20] net/sxe2: add NEON vec Rx/Tx burst functions
liujie5
[PATCH v1 13/20] net/sxe2: support firmware version reading
liujie5
[PATCH v1 14/20] net/sxe2: implement get monitor address
liujie5
[PATCH v1 15/20] common/sxe2: add shared SFP module definitions
liujie5
[PATCH v1 18/20] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v1 17/20] net/sxe2: implement private dump info
liujie5
[PATCH v1 16/20] net/sxe2: support SFP module info and EEPROM access
liujie5
[PATCH v1 07/20] net/sxe2: support IPsec inline protocol offload
liujie5
[PATCH v1 20/20] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v2 00/20] net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
[PATCH v2 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v2 06/20] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v2 08/20] net/sxe2: support statistics and multi-process
liujie5
[PATCH v2 04/20] net/sxe2: support L2 filtering and MAC config
liujie5
[PATCH v2 12/20] net/sxe2: add support for custom UDP tunnel ports
liujie5
[PATCH v2 13/20] net/sxe2: support firmware version reading
liujie5
[PATCH v2 09/20] drivers: interrupt handling
liujie5
[PATCH v2 18/20] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v2 15/20] common/sxe2: add shared SFP module definitions
liujie5
[PATCH v2 02/20] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v2 05/20] drivers: support RSS feature
liujie5
[PATCH v2 20/20] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v3 00/20]net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
[PATCH v3 02/20] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v3 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v3 03/20] drivers: add supported packet types get callback
liujie5
[PATCH v3 08/20] net/sxe2: support statistics and multi-process
liujie5
[PATCH v3 09/20] drivers: interrupt handling
liujie5
[PATCH v3 06/20] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v3 14/20] net/sxe2: implement get monitor address
liujie5
[PATCH v3 13/20] net/sxe2: support firmware version reading
liujie5
[PATCH v3 18/20] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v3 15/20] common/sxe2: add shared SFP module definitions
liujie5
[PATCH v3 04/20] net/sxe2: support L2 filtering and MAC config
liujie5
[PATCH v3 20/20] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v4 00/20] net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
[PATCH v4 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v4 02/20] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v4 03/20] drivers: add supported packet types get callback
liujie5
[PATCH v4 06/20] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v4 09/20] drivers: interrupt handling
liujie5
[PATCH v4 08/20] net/sxe2: support statistics and multi-process
liujie5
[PATCH v4 15/20] common/sxe2: add shared SFP module definitions
liujie5
[PATCH v4 14/20] net/sxe2: implement get monitor address
liujie5
[PATCH v4 18/20] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v4 20/20] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v5 00/20] net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
[PATCH v5 02/20] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v5 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v5 03/20] drivers: add supported packet types get callback
liujie5
[PATCH v5 06/20] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v5 08/20] net/sxe2: support statistics and multi-process
liujie5
[PATCH v5 09/20] drivers: interrupt handling
liujie5
[PATCH v5 12/20] net/sxe2: add support for custom UDP tunnel ports
liujie5
[PATCH v5 14/20] net/sxe2: implement get monitor address
liujie5
[PATCH v5 05/20] drivers: support RSS feature
liujie5
[PATCH v5 04/20] net/sxe2: support L2 filtering and MAC config
liujie5
[PATCH v5 17/20] net/sxe2: implement private dump info
liujie5
[PATCH v5 10/20] net/sxe2: add NEON vec Rx/Tx burst functions
liujie5
[PATCH v5 07/20] net/sxe2: support IPsec inline protocol offload
liujie5
[PATCH v5 18/20] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v5 13/20] net/sxe2: support firmware version reading
liujie5
[PATCH v5 19/20] drivers: add testpmd commands for private features
liujie5
[PATCH v5 16/20] net/sxe2: support SFP module info and EEPROM access
liujie5
[PATCH v5 20/20] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v6 00/20] net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
[PATCH v6 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v6 02/20] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v6 06/20] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v6 08/20] net/sxe2: support statistics and multi-process
liujie5
[PATCH v6 03/20] drivers: add supported packet types get callback
liujie5
[PATCH v6 09/20] drivers: interrupt handling
liujie5
[PATCH v6 04/20] net/sxe2: support L2 filtering and MAC config
liujie5
[PATCH v6 12/20] net/sxe2: add support for custom UDP tunnel ports
liujie5
[PATCH v6 10/20] net/sxe2: add NEON vec Rx/Tx burst functions
liujie5
[PATCH v6 05/20] drivers: support RSS feature
liujie5
[PATCH v6 13/20] net/sxe2: support firmware version reading
liujie5
[PATCH v6 14/20] net/sxe2: implement get monitor address
liujie5
[PATCH v6 15/20] common/sxe2: add shared SFP module definitions
liujie5
Re: [PATCH v6 15/20] common/sxe2: add shared SFP module definitions
Stephen Hemminger
[PATCH v6 18/20] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v6 17/20] net/sxe2: implement private dump info
liujie5
[PATCH v6 20/20] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v7 00/20]net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
[PATCH v7 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v7 02/20] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v7 04/20] net/sxe2: support L2 filtering and MAC config
liujie5
[PATCH v7 03/20] drivers: add supported packet types get callback
liujie5
[PATCH v7 06/20] net/sxe2: support TM hierarchy and shaping
liujie5
Earlier messages
Later messages