[PATCH] eal/x86: reduce memcpy code duplication
2026-01-03 17:53 UTC (3+ messages)
` [PATCH v5] eal/x86: optimize memcpy of small sizes
[PATCH] mbuf: fix packet copy
2026-01-03 17:46 UTC (2+ messages)
[PATCH] mbuf: optimize detach direct buffer
2026-01-03 17:41 UTC (2+ messages)
[PATCH] mbuf: optimize detach direct buffer
2026-01-03 17:40 UTC
[PATCH 0/3] examples: format truncation bugs
2026-01-02 17:10 UTC (19+ messages)
` [PATCH v10 0/9] tests: enable and fix format overflow
` [PATCH v10 1/9] test: increase size of memzone name
` [PATCH v10 2/9] test: add new function to get current file-prefix arg
` [PATCH v10 3/9] test: refactor file prefix arg handling
` [PATCH v10 4/9] test: avoid overflowing huge directory path
` [PATCH v10 5/9] test: fix format overflow warning in ACL test
` [PATCH v10 6/9] test: fix impossible format-truncation in cfgfiles
` [PATCH v10 7/9] test: fix format overflow in cryptodev test
` [PATCH v10 8/9] test: fix overflow warnings in common code
` [PATCH v10 9/9] test: re-enable format-truncation warnings
[PATCH 1/2] net/nfb: remove unused flag
2026-01-01 18:13 UTC (2+ messages)
` [PATCH 2/2] net/af_packet: remove unused attribute
[PATCH] net/netvsc: Fix on race condition of multiple commands
2026-01-01 17:43 UTC (6+ messages)
` [EXTERNAL] "
[PATCH v1 0/5] net/zxdh: add support some new features
2025-12-31 19:27 UTC (7+ messages)
` [PATCH v1 1/5] net/zxdh: add support for modifying queue depth
` [PATCH v1 3/5] net/zxdh: add support set link speed get autoneg stats
[PATCH 0/9] net/sfc: SFN7xxx deprecation and Medford fixes
2025-12-31 19:13 UTC (11+ messages)
` [PATCH 1/9] doc: remove support for AMD Solarflare SFN7xxx family boards
` [PATCH 2/9] common/sfc_efx/base: fix flow control setting on legacy MCDI
` [PATCH 3/9] common/sfc_efx/base: fix indication of requestable FEC flags
` [PATCH 4/9] common/sfc_efx/base: define mask for pause mode capabilities
` [PATCH 5/9] common/sfc_efx/base: count Rx TRUNC ERR as CRC errors on X4
` [PATCH 6/9] net/sfc: avoid speed reset when setting FEC in started state
` [PATCH 7/9] net/sfc: rework the capability check that is done on FEC set
` [PATCH 8/9] net/sfc: drop AUTO from FEC capabilities and fix the comment
` [PATCH 9/9] net/sfc: fix reporting status of autonegotiation to the user
[RFC 0/4] move unix domain sockets from /tmp to /run/dpdk
2025-12-31 18:56 UTC (5+ messages)
` [RFC 1/4] net/af_xdp: replace /tmp with /run/dpdk
` [RFC 2/4] examples/vm_power_manager: "
` [RFC 3/4] net/nfp: "
` [RFC 4/4] net/cnxk: move socket from /tmp to /run/dpdk
[DPDK/core Bug 1864] soring: build errors with LTO
2025-12-31 18:25 UTC
[DPDK/ethdev Bug 1863] common/cnxk: build errors with LTO
2025-12-31 18:23 UTC
[DPDK/ethdev Bug 1862] mlx5: errors when built with LTO
2025-12-31 17:58 UTC
[PATCH 0/7] Fix build with gcc-16
2025-12-30 18:55 UTC (16+ messages)
` [PATCH 1/7] pcapng: use alloca instead of fixed buffer
` [PATCH 2/7] pcapng: add additional mbuf if space required on copy
` [PATCH 3/7] test: add more tests for comments in pcapng
` [PATCH 4/7] test: vary size of packets in pcapng test
` [PATCH 5/7] net/bnxt: fix uninitialized warning
` [PATCH 6/7] common/cnxk: fix array out of bounds
` [PATCH 7/7] examples/fips_validation: avoid rte_memcpy alignment restriction
` [PATCH v2 0/7] Fix build with Gcc-16
` [PATCH v2 1/7] pcapng: use alloca instead of fixed buffer
` [PATCH v2 2/7] pcapng: add additional mbuf if space required on copy
` [PATCH v2 3/7] test: add more tests for comments in pcapng
` [PATCH v2 4/7] test: vary size of packets in pcapng test
` [PATCH v2 5/7] net/bnxt: fix uninitialized warning
` [PATCH v2 6/7] common/cnxk: fix array out of bounds
` [PATCH v2 7/7] examples/fips_validation: avoid rte_memcpy() bug
[DPDK/core Bug 1861] rte_memcpy references past end of source
2025-12-30 18:51 UTC
[PATCH v1 1/2] net/zxdh: add pcie bar channel check
2025-12-30 18:29 UTC (5+ messages)
` [PATCH v2 0/2] fix npsdk bug
` [PATCH v2 1/2] net/zxdh: add pcie bar channel check
` [PATCH v2 2/2] net/zxdh: optimize the procedure for NP online uninit
[PATCH] net/gve: add reset path
2025-12-30 18:21 UTC (2+ messages)
[RFC 0/8] first steps in fixing buffer overflow
2025-12-30 15:26 UTC (59+ messages)
` [PATCH v7 00/18] lib: fix format overflows
` [PATCH v7 01/18] lpm: restrict name size
` [PATCH v7 02/18] hash: add checks for hash name length
` [PATCH v7 03/18] graph: avoid overflowing comment buffer
` [PATCH v7 04/18] latencystats: add check for string overflow
` [PATCH v7 05/18] telemetry: check for path overflow
` [PATCH v7 06/18] efd: handle possible name truncation
` [PATCH v7 07/18] eal: use C library to parse filesystem table
` [PATCH v7 08/18] eal: warn if thread name is truncated
` [PATCH v7 09/18] eal: avoid format overflow when handling addresses
` [PATCH v7 10/18] eal: add check for sysfs path overflow
` [PATCH v7 11/18] eal: limit maximum runtime directory and socket paths
` [PATCH v7 12/18] eal: check for hugefile path overflow
` [PATCH v7 13/18] eal: check tailq length
` [PATCH v7 14/18] eal: handle long shared library path
` [PATCH v7 15/18] ethdev: avoid possible overflow in xstat names
` [PATCH v7 16/18] vhost: check for overflow in xstat name
` [PATCH v7 17/18] cfgfile: add length checks and increase line buffer
` [PATCH v7 18/18] lib: enable format overflow warnings
` [PATCH v8 00/18] fix format overflows in libraries
` [PATCH v8 01/18] lpm: restrict name size
` [PATCH v8 02/18] hash: add checks for hash name length
` [PATCH v8 03/18] graph: avoid overflowing comment buffer
` [PATCH v8 04/18] latencystats: add check for string overflow
` [PATCH v8 05/18] telemetry: check for path overflow
` [PATCH v8 06/18] efd: handle possible name truncation
` [PATCH v8 07/18] eal: use C library to parse filesystem table
` [PATCH v8 08/18] eal: warn if thread name is truncated
` [PATCH v8 09/18] eal: avoid format overflow when handling addresses
` [PATCH v8 10/18] eal: add check for sysfs path overflow
` [PATCH v8 11/18] eal: limit maximum runtime directory and socket paths
` [PATCH v8 12/18] eal: check for hugefile path overflow
` [PATCH v8 13/18] eal: check tailq length
` [PATCH v8 14/18] eal: handle long shared library path
` [PATCH v8 15/18] ethdev: avoid possible overflow in xstat names
` [PATCH v8 16/18] vhost: check for overflow in xstat name
` [PATCH v8 17/18] cfgfile: add length checks and increase line buffer
` [PATCH v8 18/18] lib: enable format overflow warnings
` [PATCH v9 00/18] fix format overflow in libraries
` [PATCH v9 01/18] lpm: restrict name size
` [PATCH v9 02/18] hash: add checks for hash name length
` [PATCH v9 03/18] graph: avoid overflowing comment buffer
` [PATCH v9 04/18] latencystats: add check for string overflow
` [PATCH v9 05/18] telemetry: check for path overflow
` [PATCH v9 06/18] efd: handle possible name truncation
` [PATCH v9 07/18] eal: use C library to parse filesystem table
` [PATCH v9 08/18] eal: warn if thread name is truncated
` [PATCH v9 09/18] eal: avoid format overflow when handling addresses
` [PATCH v9 10/18] eal: add check for sysfs path overflow
` [PATCH v9 11/18] eal: limit maximum runtime directory and socket paths
` [PATCH v9 12/18] eal: check for hugefile path overflow
` [PATCH v9 13/18] eal: check tailq length
` [PATCH v9 14/18] eal: handle long shared library path
` [PATCH v9 15/18] ethdev: avoid possible overflow in xstat names
` [PATCH v9 16/18] vhost: check for overflow in xstat name
` [PATCH v9 17/18] cfgfile: add length checks and increase line buffer
` [PATCH v9 18/18] lib: enable format overflow warnings
[PATCH v2] acl: add RISC-V vector extension implementation
2025-12-30 15:22 UTC (2+ messages)
Is it a Bug? DPAA_SEC-test_cryptodev : output packet length is wrong !
2025-12-30 14:05 UTC
[PATCH] net/ice: add MAC anti-spoof disable option
2025-12-30 11:48 UTC (4+ messages)
` [PATCH v4] net/ice: add MAC anti-spoof option
` [PATCH v5] "
[PATCH] test/crypto: remove PMD specific asym testsuites
2025-12-30 9:03 UTC (2+ messages)
[RFC PATCH v2] ethdev: update read time API in PMD to enable crosstimestamp
2025-12-30 8:57 UTC (3+ messages)
` [RFC PATCH v3] "
[RFC] pcapng: improve performance of timestamping
2025-12-29 23:01 UTC (8+ messages)
` [PATCH v2 0/6] pcapng: timestamping and comment fixes
` [PATCH v2 1/6] pcapng: use alloca instead of fixed buffer
` [PATCH v2 2/6] pcapng: add additional mbuf if space required on copy
` [PATCH v2 3/6] test: add more tests for comments in pcapng
` [PATCH v2 4/6] test: vary size of packets in pcapng test
` [PATCH v2 5/6] test: increase gap "
` [PATCH v2 6/6] pcapng: improve performance of timestamping
[PATCH] test: skip hash tests from other CPU
2025-12-29 22:07 UTC (3+ messages)
` [PATCH v2] "
[RFC] net/virtio: avoid global variable name conflicts
2025-12-29 19:07 UTC (2+ messages)
[PATCH 0/2] bpf: add xchg and fix rte_bpf_dump
2025-12-29 18:10 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] bpf: add atomic xchg support
[PATCH] acl: add RISC-V vector extension implementation
2025-12-29 5:48 UTC (3+ messages)
[PATCH] examples/l3fwd: extend NUMA nodes limit beyond 8
2025-12-29 2:55 UTC (4+ messages)
[PATCH 0/4] Avoid using perror
2025-12-28 20:10 UTC (5+ messages)
` [PATCH 1/4] checkpatches: warn if perror is used
` [PATCH 2/4] bus/dpaa: replace perror with log
` [PATCH 3/4] telemetry: "
` [PATCH 4/4] common/dpaax: replace use of "
[PATCH] bpf: fix x86 call stack alignment, add tests
2025-12-28 14:16 UTC (2+ messages)
[PATCH v2] gro : improve GRO performance based on hash table
2025-12-27 18:12 UTC (4+ messages)
` [PATCH v3] "
[PATCH v12 13/13] net/sxe: add virtual function
2025-12-26 22:39 UTC (30+ messages)
` [PATCH v13 01/13] net/sxe: add base driver directory and doc
` [PATCH v13 02/13] net/sxe: add ethdev probe and remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
` [PATCH v13 03/13] net/sxe: add tx rx setup and data path
` [PATCH v13 04/13] net/sxe: add link, flow ctrl, mac ops, mtu ops function
` [PATCH v13 05/13] net/sxe: support vlan filter
` [PATCH v13 06/13] net/sxe: add filter function
` [PATCH v13 07/13] net/sxe: support rss offload
` [PATCH v13 08/13] net/sxe: add dcb function
` [PATCH v13 09/13] net/sxe: support ptp
` [PATCH v13 10/13] net/sxe: add xstats function
` [PATCH v13 11/13] net/sxe: add custom cmd led ctrl
` [PATCH v13 12/13] net/sxe: add simd function
` [PATCH v13 13/13] net/sxe: add virtual function
` [PATCH v14 01/13] net/sxe: add base driver directory and doc
` [PATCH v14 02/13] net/sxe: add ethdev probe and remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
` [PATCH v14 03/13] net/sxe: add tx rx setup and data path
` [PATCH v14 04/13] net/sxe: add link, flow ctrl, mac ops, mtu ops function
` [PATCH v14 05/13] net/sxe: support vlan filter
` [PATCH v14 06/13] net/sxe: add filter function
` [PATCH v14 07/13] net/sxe: support rss offload
` [PATCH v14 08/13] net/sxe: add dcb function
` [PATCH v14 09/13] net/sxe: support ptp
` [PATCH v14 10/13] net/sxe: add xstats function
` [PATCH v14 11/13] net/sxe: add custom cmd led ctrl
` [PATCH v14 12/13] net/sxe: add simd function
` [PATCH v14 13/13] net/sxe: add virtual function
github build mingw version
2025-12-26 21:05 UTC
[PATCH] doc: update flow-perf.rst --query-rate option description
2025-12-26 20:07 UTC (2+ messages)
[PATCH] net/mlx5: fix SRH flex parser initialization synchronization
2025-12-25 16:20 UTC
[PATCH] net/mlx5: fix IPv6 SHR flex node header length definition
2025-12-25 11:02 UTC
DPDK 22.11.11 released
2025-12-24 13:25 UTC
22.11.11 patches review and test
2025-12-24 13:06 UTC (11+ messages)
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).