Messages by Date
-
2025/08/06
[PATCH 0/3] Use cross-platform rte_basename function
Bruce Richardson
-
2025/08/06
Re: [RFC PATCH 10/14] net/intel: introduce infrastructure for Rx path selection
Bruce Richardson
-
2025/08/06
No DPDK Tech Board meetings in August
Morten Brørup
-
2025/08/06
RE: [RFC PATCH 10/14] net/intel: introduce infrastructure for Rx path selection
Loftus, Ciara
-
2025/08/06
Re: [PATCH] net/mlx5: fix connection tracking state item validation
Khadem Ullah
-
2025/08/06
virtio_user exception path with external memory
Pekka Riikonen
-
2025/08/05
[PATCH] test-flow-perf: Enable to build on Windows
Andre Muezerie
-
2025/08/05
[DPDK/DTS Bug 1764] dts: add missing type hints for function arguments and return types
bugzilla
-
2025/08/05
[PATCH v2] doc: reword ethdev guide
Nandini Persad
-
2025/08/05
Re: [PATCH] app/crypto-perf: fix plaintext size exceeds buffer size
Stephen Hemminger
-
2025/08/05
Re: [PATCH v3 1/3] testpmd: Do not enable mbuf fast release TX offload by default
Stephen Hemminger
-
2025/08/05
Re: [PATCH] net/mlx5: fix connection tracking state item validation
Ivan Malov
-
2025/08/05
[PATCH] net/mlx5: fix connection tracking state item validation
Khadem Ullah
-
2025/08/05
[PATCH] net/mlx5: fix ASan issue in RSS flow creation
Maayan Kashani
-
2025/08/05
RE: [PATCH v3 3/3] ethdev: Reject conflicting TX offloads configuration
Morten Brørup
-
2025/08/05
[PATCH] This patch validate a connection tracking state when matching 'conntrack is' in rte_flow rules. The conntract possible CT states are SYN_RECV, ESTABLISHED, FIN_WAIT, CLOSE_WAIT, LAST_ACK and TIME_WAIT. Therefore the maximum possible value to match on in rte_flow is TIME_WAIT but mlx5 allowed matching on any values.
Khadem Ullah
-
2025/08/05
Re: [PATCH] dts: update hinted return types of various methods
Luca Vizzarro
-
2025/08/05
Re: [PATCH] dts: update hinted return types of various methods
Luca Vizzarro
-
2025/08/05
RE: [PATCH 1/3] net/iavf: support qinq insertion offload for scalar path
Loftus, Ciara
-
2025/08/05
RE: [v3] net/cksum: compute raw cksum for several segments
Marat Khalili
-
2025/08/05
Re: 22.11.9 patches review and test
Luca Boccassi
-
2025/08/05
RE: 22.11.9 patches review and test
Xu, HailinX
-
2025/08/05
[PATCH] net/virtio-user: fix used ring address calculation
Maxime Coquelin
-
2025/08/05
Re: [PATCH v4 1/4] eal: add basename function for common path manipulation
Bruce Richardson
-
2025/08/05
[PATCH] app/crypto-perf: fix plaintext size exceeds buffer size
Shani Peretz
-
2025/08/05
RE: [PATCH v3 1/3] testpmd: Do not enable mbuf fast release TX offload by default
Ivan Malov
-
2025/08/05
[PATCH] app/crypto-perf: update result granularity
Akhil Goyal
-
2025/08/04
[PATCH] config/arm: support crypto in cortex-a78ae mcpu
Shani Peretz
-
2025/08/04
RE: [PATCH v3 1/3] testpmd: Do not enable mbuf fast release TX offload by default
Morten Brørup
-
2025/08/04
Re: [PATCH v3 3/3] ethdev: Reject conflicting TX offloads configuration
fengchengwen
-
2025/08/04
Re: [PATCH v3 1/3] testpmd: Do not enable mbuf fast release TX offload by default
fengchengwen
-
2025/08/04
Re: [PATCH v7] app/testpmd: monitor state of primary process when using secondary
fengchengwen
-
2025/08/04
[PATCH] net/gve: properly disable interrupts on DQ
Joshua Washington
-
2025/08/04
[PATCH] dts: update hinted return types of various methods
Andrew Bailey
-
2025/08/04
RE: [PATCH v10 06/10] lib/pmu: do not try enabling perf counter access on arm64
Wathsala Vithanage
-
2025/08/04
[PATCH v8 01/13] bpf: add ability to load bpf into a buffer
Stephen Hemminger
-
2025/08/04
[PATCH v8 13/13] app/dumpcap: use port mirror instead of pdump
Stephen Hemminger
-
2025/08/04
[PATCH v8 11/13] pcapng: split packet copy from header insertion
Stephen Hemminger
-
2025/08/04
[PATCH v8 12/13] pcapng: make queue optional
Stephen Hemminger
-
2025/08/04
[PATCH v8 09/13] ethdev: add port mirroring feature
Stephen Hemminger
-
2025/08/04
[PATCH v8 10/13] app/testpmd: support for port mirroring
Stephen Hemminger
-
2025/08/04
[PATCH v8 08/13] mbuf: add dynamic flag for use by port mirroring
Stephen Hemminger
-
2025/08/04
[PATCH v8 07/13] net/ring: add new devarg to create vdev from existing ring
Stephen Hemminger
-
2025/08/04
[PATCH v8 06/13] net/ring: allow lockfree transmit if ring supports it
Stephen Hemminger
-
2025/08/04
[PATCH v8 05/13] test: add test for hotplug and secondary process operations
Stephen Hemminger
-
2025/08/04
[PATCH v8 04/13] ethdev: swap bpf and ethdev dependency
Stephen Hemminger
-
2025/08/04
[PATCH v8 03/13] ethdev: make sure all necessary headers included
Stephen Hemminger
-
2025/08/04
[PATCH v8 02/13] ethdev: allow start/stop from secondary process
Stephen Hemminger
-
2025/08/04
[PATCH v8 00/13] Packet capture using port mirroring
Stephen Hemminger
-
2025/08/04
Re: [PATCH v7] app/testpmd: monitor state of primary process when using secondary
Stephen Hemminger
-
2025/08/04
Re: [PATCH v3 1/2] ethdev: remove unnecessary type conversion
Stephen Hemminger
-
2025/08/04
Re: [PATCH v4] net/null: Add fast mbuf release TX offload
Stephen Hemminger
-
2025/08/04
[PATCH v7] app/testpmd: monitor state of primary process when using secondary
Khadem Ullah
-
2025/08/04
[DPDK/ethdev Bug 1763] Enabling debug traces changes the behaviour of VRB1 driver
bugzilla
-
2025/08/04
Re: [PATCH v10 03/10] lib/pmu: quiesce rte_pmu_read deprecation warning in chkincs
Tomasz Duszynski
-
2025/08/04
RE: [PATCH v4] net/null: Add fast mbuf release TX offload
Varghese, Vipin
-
2025/08/04
Re: [PATCH v10 06/10] lib/pmu: do not try enabling perf counter access on arm64
Tomasz Duszynski
-
2025/08/04
[PATCH v7] app/testpmd: monitor state of primary process when using secondary
Khadem Ullah
-
2025/08/04
[PATCH v3 2/2] ethdev: remove callback checks from fast path
skori
-
2025/08/04
[PATCH v3 1/2] ethdev: remove unnecessary type conversion
skori
-
2025/08/04
RE: [PATCH v3 14/15] net/txgbe: add other hardware-related changes
Jiawen Wu
-
2025/08/04
RE: [PATCH v2 09/15] net/txgbe: add TX head Write-Back mode for Amber-Lite NICs
Jiawen Wu
-
2025/08/04
RE: [PATCH v3 06/15] net/txgbe: add RX&TX support for Amber-Lite NICs
Jiawen Wu
-
2025/08/03
RE: [PATCH v2 05/15] net/txgbe: add support for PHY configuration via SW-FW mailbox
Jiawen Wu
-
2025/08/03
RE: [PATCH v2 04/15] net/txgbe: add basic link configuration for Amber-Lite NICs
Jiawen Wu
-
2025/08/03
RE: [PATCH v3 02/15] net/txgbe: add new SW-FW mailbox interface
Jiawen Wu
-
2025/08/03
Re: [PATCH] doc: reword ethdev guide
Ivan Malov
-
2025/08/03
[PATCH] net/mlx5/hws: fix ESP header match in strict mode
Viacheslav Ovsiienko
-
2025/08/03
[v3] net/cksum: compute raw cksum for several segments
Su Sai
-
2025/08/03
[PATCH] doc: reword ethdev guide
Nandini Persad
-
2025/08/03
Re: [PATCH v2 0/6] net/zxdh: fix meson.build issues in compilation
Stephen Hemminger
-
2025/08/03
[PATCH v3 2/3] ethdev: Improve descriptions of RX and TX offloads
Morten Brørup
-
2025/08/03
[PATCH v3 1/3] testpmd: Do not enable mbuf fast release TX offload by default
Morten Brørup
-
2025/08/03
[PATCH v3 3/3] ethdev: Reject conflicting TX offloads configuration
Morten Brørup
-
2025/08/03
Re: [PATCH v3 2/2] net/zxdh: add support flow director ops
Stephen Hemminger
-
2025/08/03
Re: [V5 13/18] net/hinic3: add dev ops
Stephen Hemminger
-
2025/08/03
Re: [V5 02/18] net/hinic3: add basic header files
Stephen Hemminger
-
2025/08/03
Re: [PATCH v3 04/15] net/txgbe: add basic link configuration for Amber-Lite NICs
Stephen Hemminger
-
2025/08/03
[PATCH] bpf: remove dependency on vla
Stephen Hemminger
-
2025/08/03
Re: [v3] net/cksum: compute raw cksum for several segments
Stephen Hemminger
-
2025/08/03
Re: [PATCH] ethdev: Reject conflicting TX offloads configuration
Stephen Hemminger
-
2025/08/03
RE: [PATCH] ethdev: Reject conflicting TX offloads configuration
Morten Brørup
-
2025/08/02
Re: [PATCH] ethdev: Reject conflicting TX offloads configuration
Ivan Malov
-
2025/08/02
Re: [PATCH v2 0/2] common/sfc_efx/base: fix compiler warnings in X4 netport API
Stephen Hemminger
-
2025/08/02
Re: [PATCH] ethdev: Reject conflicting TX offloads configuration
Stephen Hemminger
-
2025/08/02
Re: [PATCH] net/bnxt: fix free of not allocated object
Stephen Hemminger
-
2025/08/02
[PATCH] bpf: add allocation annotations to functions
Stephen Hemminger
-
2025/08/02
[v3] net/cksum: compute raw cksum for several segments
Su Sai
-
2025/08/02
Re: [PATCH v2 0/2] common/sfc_efx/base: fix compiler warnings in X4 netport API
Andrew Rybchenko
-
2025/08/01
[PATCH v2 2/2] common/sfc_efx/base: clean up type-related compiler warnings
Ivan Malov
-
2025/08/01
[PATCH v2 0/2] common/sfc_efx/base: fix compiler warnings in X4 netport API
Ivan Malov
-
2025/08/01
[PATCH v2 1/2] common/sfc_efx/base: resolve warnings about unused variables
Ivan Malov
-
2025/08/01
Re: [PATCH] app/testpmd: fix mask in random flow item definition
Stephen Hemminger
-
2025/08/01
Re: [PATCH v6] app/testpmd: monitor state of primary process when using secondary
Stephen Hemminger
-
2025/08/01
Re: [PATCH v5] net/af_xdp: enable AF_XDP program attachment mode
Stephen Hemminger
-
2025/08/01
Re: [PATCH v10 06/10] lib/pmu: do not try enabling perf counter access on arm64
Stephen Hemminger
-
2025/08/01
Re: [PATCH v9 1/8] lib/pmu: quiesce rte_pmu_read deprecation warning in chkincs
Stephen Hemminger
-
2025/08/01
Re: [PATCH v4 1/4] eal: add basename function for common path manipulation
Stephen Hemminger
-
2025/08/01
Re: [PATCH v10 03/10] lib/pmu: quiesce rte_pmu_read deprecation warning in chkincs
Stephen Hemminger
-
2025/08/01
RE: [v2] net/cksum: compute raw cksum for several segments
Marat Khalili
-
2025/08/01
[v2] net/cksum: compute raw cksum for several segments
Su Sai
-
2025/08/01
Re: [PATCH v4 1/4] eal: add basename function for common path manipulation
Andre Muezerie
-
2025/08/01
Re: [PATCH] net/rte_net: fix inner L2 length for tunneled Ethernet packets
Ivan Malov
-
2025/08/01
[PATCH] dts: remove optional docs dependencies
Luca Vizzarro
-
2025/08/01
Re: [PATCH] net/rte_net: fix inner L2 length for tunneled Ethernet packets
Khadem Ullah
-
2025/08/01
[PATCH v10 10/10] lib/pmu: fix out-of-bound access
Tomasz Duszynski
-
2025/08/01
[PATCH v10 09/10] trace: add PMU
Tomasz Duszynski
-
2025/08/01
[PATCH v10 08/10] test/pmu: enable test
Tomasz Duszynski
-
2025/08/01
[PATCH v10 07/10] lib/pmu: use build system defined RTE_LIB_PMU macro
Tomasz Duszynski
-
2025/08/01
[PATCH v10 06/10] lib/pmu: do not try enabling perf counter access on arm64
Tomasz Duszynski
-
2025/08/01
[PATCH v10 05/10] lib/pmu: reimplement per-arch ops as callbacks
Tomasz Duszynski
-
2025/08/01
[PATCH v10 04/10] lib/pmu: export only necessary arch headers
Tomasz Duszynski
-
2025/08/01
[PATCH v10 03/10] lib/pmu: quiesce rte_pmu_read deprecation warning in chkincs
Tomasz Duszynski
-
2025/08/01
[PATCH v10 02/10] lib/pmu: fix build error if ALLOW_EXPERIMENAL_API is undefined
Tomasz Duszynski
-
2025/08/01
[PATCH v10 01/10] trace: change scope of conditional block
Tomasz Duszynski
-
2025/08/01
[PATCH v10 00/10] lib/pmu: cleanups and trace integration
Tomasz Duszynski
-
2025/08/01
Re: [RFC PATCH] doc: clarify VLAN and QinQ stripping behaviour
Bruce Richardson
-
2025/08/01
Re: [PATCH v9 1/8] lib/pmu: quiesce rte_pmu_read deprecation warning in chkincs
Tomasz Duszynski
-
2025/08/01
[PATCH] net/cksum: compute raw cksum for several segments
Su Sai
-
2025/07/31
Re: [PATCH v2 3/3] ethdev: Reject conflicting TX offloads configuration
zhoumin
-
2025/07/31
Re: [PATCH 2/2] net/ice: count drop- all filter stats in Rx stats
zhoumin
-
2025/07/31
[PATCH v2] raw/ntb: immediate return if no doorbells
Tofig Aliev
-
2025/07/31
[PATCH] doc/testpmd: add missing entry for enable-rss flag
Bruce Richardson
-
2025/07/31
[PATCH v4 3/4] app/testpmd: allow multiple commandline file parameters
Bruce Richardson
-
2025/07/31
[PATCH v4 4/4] app/testpmd: improve output when processing cmdline files
Bruce Richardson
-
2025/07/31
[PATCH v4 2/4] app/testpmd: explicitly set command echoing on file load
Bruce Richardson
-
2025/07/31
[PATCH v4 1/4] eal: add basename function for common path manipulation
Bruce Richardson
-
2025/07/31
[PATCH v4 0/4] improve cmdline file handling in testpmd
Bruce Richardson
-
2025/07/31
[PATCH v2 3/3] ethdev: Reject conflicting TX offloads configuration
Morten Brørup
-
2025/07/31
[PATCH v2 2/3] ethdev: Improve descriptions of RX and TX offloads
Morten Brørup
-
2025/07/31
[PATCH v2 1/3] testpmd: Do not enable mbuf fast release TX offload by default
Morten Brørup
-
2025/07/31
Re: [PATCH] net/cksum: compute raw cksum for several segments
zhoumin
-
2025/07/31
RE: [PATCH] net/cksum: compute raw cksum for several segments
Marat Khalili
-
2025/07/31
RE: [External] RE: [PATCH] net/cksum: compute raw cksum for several segments
Marat Khalili
-
2025/07/31
RE: [PATCH] ethdev: Reject conflicting TX offloads configuration
Konstantin Ananyev
-
2025/07/31
Re: [External] RE: [PATCH] net/cksum: compute raw cksum for several segments
Su Sai
-
2025/07/31
RE: [PATCH] net/cksum: compute raw cksum for several segments
Marat Khalili
-
2025/07/31
RE: [PATCH] net/cksum: compute raw cksum for several segments
Marat Khalili
-
2025/07/31
[PATCH] net/mlx5: fix storage handling of shared Rx queues
Gregory Etelson
-
2025/07/31
Re: [PATCH] net/rte_net: fix inner L2 length for tunneled Ethernet packets
Andrew Rybchenko
-
2025/07/31
Re: [PATCH] net/rte_net: fix inner L2 length for tunneled Ethernet packets
Andrew Rybchenko
-
2025/07/31
Re: [PATCH] ethdev: Reject conflicting TX offloads configuration
Andrew Rybchenko
-
2025/07/31
[PATCH] net/cksum: compute raw cksum for several segments
苏赛
-
2025/07/31
RE: [PATCH] ethdev: Reject conflicting TX offloads configuration
Morten Brørup
-
2025/07/31
Re: [PATCH] ethdev: Reject conflicting TX offloads configuration
Ivan Malov
-
2025/07/31
Re: [PATCH] ethdev: Reject conflicting TX offloads configuration
Bruce Richardson
-
2025/07/31
[PATCH] ethdev: Reject conflicting TX offloads configuration
Morten Brørup
-
2025/07/31
Re: [RFC PATCH] doc: clarify VLAN and QinQ stripping behaviour
Bruce Richardson
-
2025/07/30
[PATCH] net/mlx5: fix external Rx and Tx queues access
Gregory Etelson
-
2025/07/30
RE: [PATCH 2/2] net/ice: count drop- all filter stats in Rx stats
Wani, Shaiq
-
2025/07/30
Re: [PATCH 2/2] net/ice: count drop- all filter stats in Rx stats
Ivan Malov
-
2025/07/30
[PATCH 2/2] net/ice: count drop- all filter stats in Rx stats
Shaiq Wani
-
2025/07/30
[PATCH 1/2] net/ice: add flag for direction lookup to occur
Shaiq Wani
-
2025/07/30
[PATCH 0/2] net/ice: fix drop rule handling and stats
Shaiq Wani
-
2025/07/30
[PATCH] acl: fix the value of the trans table
Huichao Cai
-
2025/07/30
DTS 25.11 Roadmap
Patrick Robb
-
2025/07/30
Community CI Meeting Minutes - July 24, 2025
Patrick Robb
-
2025/07/30
RE: [RFC PATCH] doc: clarify VLAN and QinQ stripping behaviour
Morten Brørup
-
2025/07/30
[DPDK/ethdev Bug 1762] Unable to use TB-mode when code blocks have different length (ACC100 / VRB drivers)
bugzilla
-
2025/07/30
Re: [RFC PATCH] doc: clarify VLAN and QinQ stripping behaviour
Bruce Richardson
-
2025/07/30
Re: [PATCH v4 2/2] dts: add PMD RSS testsuite
Ivan Malov
-
2025/07/30
[DPDK/core Bug 1761] rte_raw_cksum_mbuf obtain incorrect cksum when a packet in mbuf split mode.
bugzilla
-
2025/07/30
[PATCH v4] net/null: Add fast mbuf release TX offload
Morten Brørup
-
2025/07/30
[PATCH v3] net/null: Add fast mbuf release TX offload
Morten Brørup
-
2025/07/30
Re: [PATCH v1 2/2] dts: add qinq test suite
Luca Vizzarro
-
2025/07/30
[PATCH v4 2/2] dts: add PMD RSS testsuite
Thomas Wilks
-
2025/07/30
[PATCH v4 1/2] dts: add RSS functions to testpmd
Thomas Wilks
-
2025/07/30
[PATCH v4 0/2] dts: add RSS functions and test suite
Thomas Wilks
-
2025/07/30
[PATCH v5] net/af_xdp: enable AF_XDP program attachment mode
Shivaji Kant
-
2025/07/30
[PATCH] net/mlx5: fix failure on device start for default rules
Maayan Kashani
-
2025/07/30
Re: [PATCH v1 1/2] dts: add qinq strip and VLAN extend to testpmd shell
Luca Vizzarro
-
2025/07/30
[PATCH] app/testpmd: fix mask in random flow item definition
Maayan Kashani
-
2025/07/30
RE: [PATCH v2 0/3] remove fallbacks for old Linux versions
Morten Brørup
-
2025/07/30
[PATCH] raw/ntb: immediate return if no doorbells
Tofig Aliev
-
2025/07/30
Ethdev driver request for changes
Morten Brørup
-
2025/07/30
[PATCH] net/mlx5: fix stack-buffer-overflow in indexed based rules
Maayan Kashani
-
2025/07/29
[PATCH v6] app/testpmd: monitor state of primary process when using secondary
Khadem Ullah
-
2025/07/29
[PATCH] app/testpmd: monitor state of primary process when using secondary
Khadem Ullah
-
2025/07/29
Re: [PATCH] [PATCH v5] app/testpmd: fix segfault in secondary process by monitoring primary
Khadem Ullah
-
2025/07/29
Re: [PATCH] [PATCH v4] lib/ethdev: fix segfault in secondary process by validating dev_private pointer
Khadem Ullah
-
2025/07/29
RE: [EXTERNAL] Re: [PATCH v0 1/1] doc: announce inter-device DMA capability support in dmadev
Vamsi Krishna Attunuru
-
2025/07/29
[PATCH] common/cnxk: fix async event handling
Tomasz Duszynski
-
2025/07/29
[Patch v7 4/4] bus/vmbus: set event for channel without monitoring support
longli
-
2025/07/29
[Patch v7 3/4] bus/vmbus: add rte_vmbus_device to all functions accessing vmbus
longli
-
2025/07/29
[Patch v7 2/4] bus/vmbus: support channels without monitoring enabled
longli
-
2025/07/29
[Patch v7 1/4] bus/vmbus: store UIO fd for secondary process
longli
-
2025/07/29
[Patch v7 0/4] Support VMBUS channels without monitoring enabled
longli
-
2025/07/29
Re: [PATCH v4] net/af_xdp: enable AF_XDP program attachment mode
Stephen Hemminger
-
2025/07/29
Re: [PATCH] [PATCH v5] app/testpmd: fix segfault in secondary process by monitoring primary
Stephen Hemminger
-
2025/07/29
Re: [PATCH] [PATCH v4] lib/ethdev: fix segfault in secondary process by validating dev_private pointer
Stephen Hemminger
-
2025/07/29
Re: [PATCH v2] dts: call hugepages configure at node setup
Luca Vizzarro
-
2025/07/29
[PATCH v4] net/af_xdp: enable AF_XDP program attachment mode
Shivaji Kant
-
2025/07/29
Re: [v2] app/crypto-perf: Only run AEAD decrypt with valid test vector file.
Ji, Kai
-
2025/07/29
Re: [PATCH v2] dts: call hugepages configure at node setup
Patrick Robb
-
2025/07/29
Re: [PATCH v3] net/af_xdp: enable AF_XDP program attachment mode
Stephen Hemminger
-
2025/07/29
Re: [PATCH v3] net/af_xdp: enable AF_XDP program attachment mode
Stephen Hemminger
-
2025/07/29
Re: [PATCH v2] dts: call hugepages configure at node setup
Patrick Robb
-
2025/07/29
Re: [PATCH v1 2/2] dts: add steps and verify sections to docstrings
Luca Vizzarro
-
2025/07/29
Re: [PATCH v1 1/2] doc: add test case docstring example to dts rst
Luca Vizzarro
-
2025/07/29
Re: [PATCH v1 2/2] dts: add exception handling to checksum verify method
Luca Vizzarro