dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH] net/ark: fix unsafe env variable in extension loading
Denis Sergeev
[PATCH v2] net/ark: fix unsafe env variable in extension loading
Denis Sergeev
Re: [PATCH v2] net/ark: fix unsafe env variable in extension loading
Stephen Hemminger
Re: [PATCH] net/ark: fix unsafe env variable in extension loading
Stephen Hemminger
[PATCH] net/ark: fix null dereference on allocation failure
Denis Sergeev
[PATCH v2] net/ark: fix null dereference on allocation failure
Denis Sergeev
[PATCH v3] net/ark: fix null dereference on allocation failure
Denis Sergeev
Re: [PATCH] net/ark: fix null dereference on allocation failure
Stephen Hemminger
[PATCH v2] net/iavf: fix VF reset race and stale ARQ message handling
Talluri Chaitanyababu
[PATCH] net/af_packet: fix qpairs argument upper bound check
Denis Sergeev
Re: [PATCH] net/af_packet: fix qpairs argument upper bound check
Stephen Hemminger
[PATCH v2] net/af_packet: fix qpairs argument upper bound check
Denis Sergeev
[PATCH] net/af_packet: fix parsing of numeric device args
Stephen Hemminger
Re: [PATCH] net/af_packet: fix parsing of numeric device args
Bruce Richardson
[PATCH] power: fix off-by-one in uncore env bounds check
Denis Sergeev
Re: [PATCH] power: fix off-by-one in uncore env bounds check
Thomas Monjalon
[PATCH] net/bnxt/tf_core: fix null deref on pool use allocation
Denis Sergeev
Re: [PATCH 1/2] net/bnxt/tf_core: fix ignored return of EM delete
Denis Sergeev
[PATCH] doc: add deprecation notice about upcoming change to ethdev API
Stephen Hemminger
[PATCH] eal: fix function versioning with LTO
Stephen Hemminger
Re: [PATCH] eal: fix function versioning with LTO
David Marchand
Re: [PATCH] eal: fix function versioning with LTO
Stephen Hemminger
Re: [PATCH] eal: fix function versioning with LTO
Stephen Hemminger
Re: [PATCH] eal: fix function versioning with LTO
David Marchand
Re: [PATCH] eal: fix function versioning with LTO
Stephen Hemminger
Re: [PATCH] eal: fix function versioning with LTO
David Marchand
[PATCH v2] eal: fix function versioning with LTO
Stephen Hemminger
Re: [PATCH v2] eal: fix function versioning with LTO
David Marchand
[DPDK/core Bug 1949] function versioning is incompatible with LTO
bugzilla
[PATCH v6 00/10] selective Rx
Thomas Monjalon
[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 v2] ethdev: add buffer size parameter to rte_eth_dev_get_name_by_port()
Stephen Hemminger
Re: [PATCH v2] ethdev: add buffer size parameter to rte_eth_dev_get_name_by_port()
Stephen Hemminger
Re: [PATCH dpdk v5 4/5] net: parse L3 protocol after MPLS labels
Stephen Hemminger
Re: [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
Stephen Hemminger
Re: [PATCH dpdk v5 0/5] Fix and improve VLAN/MPLS parsing in rte_net_get_ptype
Stephen Hemminger
RE: [EXTERNAL] [PATCH] app/test: use memcpy in ipsec test
Akhil Goyal
RE: [v2] crypto: update asym xform strings array
Akhil Goyal
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
Re: [PATCH v2 2/3] ring: use GCC builtin as alternative to rte_atomic32
Thomas Monjalon
[PATCH v2 3/3] ring: cleanup the C11 code
Stephen Hemminger
[PATCH v3 0/2] ring: replace use of rte_atomic
Stephen Hemminger
[PATCH v3 2/2] ring: replace rte_atomic32 with __sync builtin
Stephen Hemminger
[PATCH v3 1/2] ring: split single thread vs multi-thread cases
Stephen Hemminger
Re: [PATCH v3 0/2] ring: replace use of rte_atomic
Thomas Monjalon
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
[PATCH v2] dts: report dut/NIC info during DTS run
Koushik Bhargav Nimoji
[PATCH v3] dts: report dut/NIC info during DTS run
Koushik Bhargav Nimoji
Re: [PATCH v3] dts: report dut/NIC info during DTS run
Andrew Bailey
[PATCH v4] dts: report dut/NIC info during DTS run
Koushik Bhargav Nimoji
Re: [PATCH v4] dts: report dut/NIC info during DTS run
Patrick Robb
Re: [PATCH v4] dts: report dut/NIC info during DTS run
Koushik Bhargav Nimoji
[PATCH v5] dts: report dut/NIC info during DTS run
Koushik Bhargav Nimoji
Re: [PATCH] eal/riscv: optimize memcpy for small copies under 64 bytes
Thomas Monjalon
Re: [PATCH v3] acl: add RISC-V vector extension implementation
Thomas Monjalon
Re: [PATCH v5 0/2] RISC-V vector extension support
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
Re: [PATCH v3] net/intel: optimize for fast-free hint
Bruce Richardson
Re: [PATCH v4 06/10] net/mlx5: support selective Rx
Stephen Hemminger
Re: [PATCH v4 06/10] net/mlx5: support selective Rx
Thomas Monjalon
[PATCH] graph/conn: fix memory leak on socket init failure
Alexey Simakov
RE: [PATCH 2/2] doc: update Arm IPsec-MB references for cryptodev PMDs
Hemant Agrawal
RE: [PATCH 1/2] crypto/ipsec_mb: allow aesni_mb and aesni_gcm vdevs on Arm
Hemant Agrawal
RE: [PATCH 1/2] crypto/ipsec_mb: allow aesni_mb and aesni_gcm vdevs on Arm
Akhil Goyal
[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] crypto/openssl: fix use-after-free bug and cleanup
Akhil Goyal
RE: [PATCH] app/crypto-perf: support ML DSA
Akhil Goyal
RE: [PATCH v2] net/mlx5: promote private API to stable
Bing Zhao
Re: [PATCH v2] net/mlx5: promote private API to stable
Raslan Darawsheh
Re: [PATCH v5 2/2] node: lookup with RISC-V vector extension
Thomas Monjalon
Re: [PATCH v5 2/2] node: lookup with RISC-V vector extension
sunyuechi
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
Re: [PATCH v2] bus/uacce: support no-iommu mode
Thomas Monjalon
Re: [PATCH 0/2] implement missing APIs on FreeBSD
Thomas Monjalon
Re: [PATCH] ci: update versions of actions in GHA
Thomas Monjalon
[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
RE: [PATCH v7] net/idpf: update for new mempool cache algorithm
Morten Brørup
Re: [PATCH v7] net/idpf: update for new mempool cache algorithm
Bruce Richardson
Re: [PATCH v7] net/idpf: update for new mempool cache algorithm
Thomas Monjalon
Re: [PATCH v7] net/idpf: update for new mempool cache algorithm
Bruce Richardson
RE: [PATCH v7] net/idpf: update for new mempool cache algorithm
Morten Brørup
RE: [PATCH v4 02/27] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
Konstantin Ananyev
RE: [PATCH v4 01/27] eal: use intrinsics for rte_atomic on all platforms
Konstantin Ananyev
RE: [PATCH v4 03/27] ring: unify memory model on C11, remove atomic32
Konstantin Ananyev
Re: [PATCH v4 03/27] ring: unify memory model on C11, remove atomic32
Stephen Hemminger
Re: [PATCH v4 03/27] ring: unify memory model on C11, remove atomic32
Stephen Hemminger
Re: [PATCH v4 03/27] ring: unify memory model on C11, remove atomic32
Stephen Hemminger
[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 v2] doc, eal, devtools: discourage new __rte_always_inline
Stephen Hemminger
RE: [PATCH v2] doc, eal, devtools: discourage new __rte_always_inline
Morten Brørup
RE: [PATCH v2] doc, eal, devtools: discourage new __rte_always_inline
Konstantin Ananyev
[PATCH v7] mempool: improve cache behaviour and performance
Morten Brørup
Re: [PATCH v7] mempool: improve cache behaviour and performance
Thomas Monjalon
Re: [PATCH v5 1/1] net/mana: add device reset support
Stephen Hemminger
Re: [PATCH v5 1/1] net/mana: add device reset support
Stephen Hemminger
RE: [EXTERNAL] Re: [PATCH v5 1/1] net/mana: add device reset support
Wei Hu
[PATCH v2] net: fix GTP Tunnel parse out-of-bounds read
Stephen Hemminger
[PATCH v2] eal: fix data race in hugepage prefault
Stephen Hemminger
Re: [PATCH v2] eal: fix data race in hugepage prefault
Thomas Monjalon
Re: [PATCH] stack: rightsize cache guard
Thomas Monjalon
Re: [PATCH v4] ring: fix zero-copy burst API documentation
Thomas Monjalon
Re: [PATCH v5 0/2] few improvemnts for SORING lib
Thomas Monjalon
Re: [PATCH v2] ring: add cache guard after ring elements table
Thomas Monjalon
[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 v2] devtools: add Vertex AI to review scripts
Stephen Hemminger
[PATCH v3] devtools: add Vertex AI to review scripts
David Marchand
Re: [PATCH v11] eal/x86: optimize memcpy of small sizes
Thomas Monjalon
RE: [PATCH v11] eal/x86: optimize memcpy of small sizes
Morten Brørup
Re: [PATCH v11] eal/x86: optimize memcpy of small sizes
Thomas Monjalon
Re: [PATCH v6] mempool: improve cache behaviour and performance
Thomas Monjalon
RE: [PATCH v6] mempool: improve cache behaviour and performance
Morten Brørup
Re: [PATCH v6] mempool: improve cache behaviour and performance
Thomas Monjalon
RE: [PATCH v6] mempool: improve cache behaviour and performance
Morten Brørup
Re: [PATCH v2] mbuf: fix mbuf operations history recording
Thomas Monjalon
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
Re: [PATCH] tree-wide: fix 'allow[s] to' grammar
Thomas Monjalon
Re: [PATCH] raw/gdtc : update MAINTAINERS entry
Thomas Monjalon
Re: [PATCH v2 2/5] eal: fix async IPC callback not fired when no peers
Thomas Monjalon
Re: [PATCH v2 2/5] eal: fix async IPC callback not fired when no peers
Thomas Monjalon
Re: [PATCH v2 2/5] eal: fix async IPC callback not fired when no peers
Burakov, Anatoly
Re: [PATCH v2 4/5] eal: fix async IPC resource leaks on partial failure
Thomas Monjalon
Re: [PATCH v2 4/5] eal: fix async IPC resource leaks on partial failure
Burakov, Anatoly
[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 v1 2/2] dma/odm: avoid zero length DMA transfers
Jerin Jacob
Re: [PATCH v2 3/5] trace: add PMU
Thomas Monjalon
Re: [PATCH] eal: fix data race in hugepage prefault
Thomas Monjalon
Re: [PATCH v19 00/11]net/sxe2: fix logic errors and address feedback
Thomas Monjalon
Re: Re: [PATCH v19 00/11]net/sxe2: fix logic errors and address feedback
[email protected]
Earlier messages
Later messages