messages from 2026-05-16 09:20:32 to 2026-05-19 16:08:39 UTC [more...]
[RFC PATCH 0/8] remove use of rte_memcpy from net/intel
2026-05-19 16:05 UTC
[PATCH v2] ethdev: fix pointer check in GENEVE and RAW flow copy
2026-05-19 14:40 UTC (3+ messages)
[PATCH v1 1/1] net/iavf: fix large VF IRQ mapping
2026-05-19 15:20 UTC (5+ messages)
[PATCH] spinlock: remove volatile qualifier
2026-05-19 15:02 UTC (20+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] spinlock: fix API comments
` [PATCH v3 1/3] spinlock: remove volatile qualifier
` [PATCH v3 2/3] spinlock: add debug checks in recursive unlock
` [PATCH v3 3/3] spinlock: fix API comments
[PATCH] net/ice: fix TM node ID validation against configured queues
2026-05-19 14:58 UTC (2+ messages)
[PATCH 0/3] i40e base code update
2026-05-19 14:52 UTC (4+ messages)
` [PATCH 1/3] net/i40e/base: fix integer overflow in NVM timing logic
` [PATCH 2/3] net/i40e/base: fix loop counter width in DCB parsing
` [PATCH 3/3] net/i40e/base: update version info
[PATCH] net/ixgbe: fix flow control frame byte adjustment
2026-05-19 14:50 UTC (3+ messages)
[PATCH v15 11/11] net/sxe2: implement Tx done cleanup
2026-05-19 14:48 UTC (39+ messages)
` [PATCH v16 00/11] net/sxe2: fix logic errors and address feedback
` [PATCH v16 01/11] mailmap: add Jie Liu
` [PATCH v16 02/11] doc: add sxe2 guide and release notes
` [PATCH v16 03/11] common/sxe2: add sxe2 basic structures
` [PATCH v16 04/11] drivers: add base driver skeleton
` [PATCH v16 05/11] drivers: add base driver probe skeleton
` [PATCH v16 06/11] drivers: support PCI BAR mapping
` [PATCH v16 07/11] common/sxe2: add ioctl interface for DMA map and unmap
` [PATCH v16 08/11] net/sxe2: support queue setup and control
` [PATCH v16 09/11] drivers: add data path for Rx and Tx
` [PATCH v16 10/11] net/sxe2: add vectorized "
` [PATCH v16 11/11] net/sxe2: implement Tx done cleanup
` [PATCH v17 00/11] net/sxe2: fix logic errors and address feedback
` [PATCH v17 01/11] mailmap: add Jie Liu
` [PATCH v17 02/11] doc: add sxe2 guide and release notes
` [PATCH v17 03/11] common/sxe2: add sxe2 basic structures
` [PATCH v17 04/11] drivers: add base driver skeleton
` [PATCH v17 05/11] drivers: add base driver probe skeleton
` [PATCH v17 06/11] drivers: support PCI BAR mapping
` [PATCH v17 07/11] common/sxe2: add ioctl interface for DMA map and unmap
` [PATCH v17 08/11] net/sxe2: support queue setup and control
` [PATCH v17 09/11] drivers: add data path for Rx and Tx
` [PATCH v17 10/11] net/sxe2: add vectorized "
` [PATCH v17 11/11] net/sxe2: implement Tx done cleanup
` [PATCH v18 00/11] net/sxe2: fix logic errors and address feedback
` [PATCH v18 01/11] mailmap: add Jie Liu
` [PATCH v18 02/11] doc: add sxe2 guide and release notes
` [PATCH v18 03/11] common/sxe2: add sxe2 basic structures
` [PATCH v18 04/11] drivers: add base driver skeleton
` [PATCH v18 05/11] drivers: add base driver probe skeleton
` [PATCH v18 06/11] drivers: support PCI BAR mapping
` [PATCH v18 07/11] common/sxe2: add ioctl interface for DMA map and unmap
` [PATCH v18 08/11] net/sxe2: support queue setup and control
` [PATCH v18 09/11] drivers: add data path for Rx and Tx
` [PATCH v18 10/11] net/sxe2: add vectorized "
` [PATCH v18 11/11] net/sxe2: implement Tx done cleanup
[PATCH] eal: silence -Wconstant-logical-operand in RTE_IS_POWER_OF_2
2026-05-19 13:49 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2] ring: fix zero-copy burst API documentation
2026-05-19 13:42 UTC (2+ messages)
[PATCH] ring: fix zero-copy burst API documentation
2026-05-19 13:38 UTC (4+ messages)
` "
` [PATCH v3] "
[PATCH v1 00/15] power: unify and improve lcore ID verification
2026-05-19 13:09 UTC (5+ messages)
` [PATCH V2 "
[PATCH] net/intel: optimize for fast-free hint
2026-05-19 11:06 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH dpdk] graph: replace circular buffer with priority-based bitmap scheduling
2026-05-19 10:25 UTC (2+ messages)
` [EXTERNAL] "
[PATCH 00/25] bpf: test and fix issues in verifier
2026-05-19 9:31 UTC (27+ messages)
` [PATCH v2 "
` [PATCH v2 01/25] bpf: format and dump jlt, jle, jslt, and jsle
` [PATCH v2 02/25] bpf: add format instruction function
` [PATCH v2 03/25] bpf/validate: break on error in evaluate
` [PATCH v2 04/25] bpf/validate: expand comments in evaluate cycle
` [PATCH v2 05/25] bpf/validate: introduce debugging interface
` [PATCH v2 06/25] bpf/validate: fix BPF_ADD of pointer to a scalar
` [PATCH v2 07/25] bpf/validate: fix BPF_LDX | EBPF_DW signed range
` [PATCH v2 08/25] test/bpf_validate: add setup and basic tests
` [PATCH v2 09/25] test/bpf_validate: add harness for pointer tests
` [PATCH v2 10/25] bpf/validate: fix EBPF_JSLT | BPF_X evaluation
` [PATCH v2 11/25] bpf/validate: fix BPF_NEG of INT64_MIN and 0
` [PATCH v2 12/25] bpf/validate: fix BPF_DIV and BPF_MOD signed part
` [PATCH v2 13/25] bpf/validate: fix BPF_MUL ranges minimum typo
` [PATCH v2 14/25] bpf/validate: fix BPF_MUL signed overflow UB
` [PATCH v2 15/25] bpf/validate: fix BPF_JGT/EBPF_JSGT no-jump max
` [PATCH v2 16/25] bpf/validate: fix BPF_JMP source range calculation
` [PATCH v2 17/25] bpf/validate: fix BPF_JMP empty range handling
` [PATCH v2 18/25] bpf/validate: fix BPF_AND min calculations
` [PATCH v2 19/25] bpf/validate: fix BPF_LSH shift-out-of-bounds UB
` [PATCH v2 20/25] bpf/validate: fix BPF_OR min calculations
` [PATCH v2 21/25] bpf/validate: fix BPF_SUB signed max zero case
` [PATCH v2 22/25] bpf/validate: fix BPF_XOR signed min calculation
` [PATCH v2 23/25] bpf/validate: prevent overflow when building graph
` [PATCH v2 24/25] doc: add release notes for BPF validation fixes
` [PATCH v2 25/25] doc: add BPF validate debug to programmer's guide
Bad gateawy on DPDK kernel mods git URL
2026-05-19 7:11 UTC (2+ messages)
[QUESTION] mlx5/hws: format_select_dw_8_6_ext gating on standalone ConnectX-7
2026-05-18 16:44 UTC
Memory management BoF summary (DPDK Summit 2026)
2026-05-19 7:06 UTC (2+ messages)
[PATCH 00/18] Wangxun Fixes
2026-05-19 6:56 UTC (26+ messages)
` [PATCH v4 00/20] "
` [PATCH v4 03/20] net/ngbe: add missing CDR config for YT PHY
` [PATCH v4 04/20] net/ngbe: fix VF promiscuous and allmulticast
` [PATCH v4 05/20] net/txgbe: fix inaccuracy in Tx rate limiting
` [PATCH v4 07/20] net/txgbe: fix Tx desc free logic
` [PATCH v4 09/20] net/txgbe: fix link flow control config for Sapphire
` [PATCH v4 12/20] net/txgbe: fix link stability for 25G NIC
` [PATCH v4 14/20] net/txgbe: fix link stability for Amber-Lite backplane mode
` [PATCH v4 16/20] net/txgbe: fix SFP module identification
` [PATCH v4 17/20] net/txgbe: fix get module info operation
` [PATCH v4 18/20] net/txgbe: fix get EEPROM operation
` [PATCH v4 20/20] net/txgbe: fix to enable Tx desc check
[PATCH 0/2] net/bnxt/tf_core: fix ignored return of EM delete
2026-05-19 4:43 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mailmap: add Denis Sergeev
[PATCH dpdk] net/tap: use offsets provided by rte_net_get_ptype
2026-05-18 22:26 UTC (7+ messages)
` [PATCH dpdk v4] "
` [PATCH dpdk v5] "
` [PATCH dpdk v6] "
[PATCH 0/4] Remove limitations coming from legacy VMDq
2026-05-18 22:12 UTC (5+ messages)
` [PATCH 2/4] ethdev: announce VMDq capability
[DPDK/ethdev Bug 1947] bnxt: rte_eth_stats_get returns invalid counter values on BCM57608
2026-05-18 18:52 UTC
[PATCH 0/6] net/gve: add hardware timestamping support
2026-05-18 18:43 UTC (4+ messages)
` [PATCH v2 "
[PATCH] dma/ae4dma: add AMD AE4DMA DMA PMD
2026-05-18 18:18 UTC
[PATCH dpdk] net: fix L2 ptype assignment in VLAN loop
2026-05-18 18:00 UTC (8+ messages)
` [PATCH dpdk v5 0/5] Fix and improve VLAN/MPLS parsing in rte_net_get_ptype
` [PATCH dpdk v5 1/5] Revert "net: fix packet type for stacked VLAN"
` [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
` [PATCH dpdk v5 3/5] net: add unit tests for rte_net_get_ptype
` [PATCH dpdk v5 4/5] net: parse L3 protocol after MPLS labels
` [PATCH dpdk v5 5/5] net: add truncated packet tests for rte_net_get_ptype
[PATCH v2 00/10] bpf: introduce extensible load API
2026-05-18 17:56 UTC (13+ messages)
` [PATCH v3 "
` [PATCH v3 01/10] bpf: make logging prefixes more consistent
` [PATCH v3 02/10] bpf: introduce extensible load API
` [PATCH v3 03/10] bpf: support up to 5 arguments
` [PATCH v3 04/10] bpf: add cBPF origin to rte_bpf_load_ex
` [PATCH v3 05/10] bpf: support rte_bpf_prm_ex with port callbacks
` [PATCH v3 06/10] bpf: support loading ELF files from memory
` [PATCH v3 07/10] test/bpf: test loading cBPF directly
` [PATCH v3 08/10] test/bpf: test loading ELF file from memory
` [PATCH v3 09/10] doc: add release notes for new extensible BPF API
` [PATCH v3 10/10] doc: add load API to BPF programmer's guide
[PATCH v1] dts: add sleep to trex setup
2026-05-18 17:54 UTC (2+ messages)
` [PATCH v2] dts: add retry loop to trex traffic generation
[PATCH v13 0/5] Support add/remove memory region and get-max-slots
2026-05-18 17:13 UTC (2+ messages)
[RFC] eal: enable thread safety analysis for recursive lock
2026-05-18 16:34 UTC
[PATCH] devtools: fix regex matching literal plus in patches
2026-05-18 13:18 UTC (3+ messages)
[PATCH] pipeline: fix build with sanitizers or debug options
2026-05-18 13:05 UTC (3+ messages)
[PATCH] bus/uacce: support no-iommu mode
2026-05-18 10:58 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/6] add hardening checks to cmdline and cfgfile libs
2026-05-18 10:30 UTC (2+ messages)
[PATCH dpdk 0/2] rib: allow iteration to include the top-level route
2026-05-18 9:59 UTC (3+ messages)
` [PATCH dpdk 1/2] rib: rename nxt flag parameter to mode
` [PATCH dpdk 2/2] rib: add mode to include top-level route in traversal
[PATCH] buildtools/cmdline-gen: add more headers to generated file
2026-05-18 9:03 UTC (2+ messages)
[PATCH] freebsd/contigmem: support mem sizes in MB
2026-05-18 8:49 UTC (2+ messages)
[PATCH dpdk] fib,rib: implement full network order support for IPv4
2026-05-18 8:39 UTC
[PATCH 0/2] bus/fslmc, dma/dpaa2: fix remove callback error propagation
2026-05-18 8:16 UTC (4+ messages)
` [PATCH 1/2] bus/fslmc: fix ignored return value in fslmc_bus_unplug
` [PATCH 2/2] dma/dpaa2: fix dpaa2_qdma_remove always returning success
[PATCH v2 0/2] dpaa2: fix error propagation in remove path
2026-05-18 7:19 UTC (5+ messages)
` [PATCH v2 1/2] bus/fslmc: fix ignored return value in fslmc_bus_unplug
` [PATCH v2 2/2] dma/dpaa2: fix dpaa2_qdma_remove always returning success
[PATCH] net/iavf: fix VF reset race and stale ARQ message handling
2026-05-18 5:42 UTC
[PATCH v2 0/1] net/mana: add device reset support
2026-05-18 3:48 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v2] net/hns3: fix L4 checksum incorrect for tunnel packets
2026-05-18 3:30 UTC (2+ messages)
[PATCH v2 1/7] net/netvsc: retry VF hotplug indefinitely until PCI device disappears
2026-05-18 2:59 UTC (3+ messages)
` [PATCH v3 0/7] net/netvsc: fix VF hotplug and service reset handling
[PATCH] ethdev: fix pointer check in GENEVE and RAW flow copy
2026-05-18 2:45 UTC (2+ messages)
[PATCH v2 0/3] net/zxdh: optimize Rx/Tx path performance
2026-05-18 2:22 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] net/zxdh: optimize queue structure to improve performance
` [PATCH v3 3/3] net/zxdh: optimize Tx xmit pkts performance
[PATCH v14 11/11] net/sxe2: implement Tx done cleanup
2026-05-18 0:02 UTC (3+ messages)
` [PATCH v15 00/11] net/sxe2: fix logic errors and address feedback
[PATCH] devtools: fix SPDX tag check
2026-05-17 21:34 UTC (6+ messages)
` [PATCH v2] "
[PATCH 0/1] crypto/zsda: update product name and maintainer
2026-05-17 10:01 UTC (3+ messages)
` [PATCH 1/1] crypto/zsda: Update "
[PATCH v1 1/2] net/zxdh: add supported zxdh support nics
2026-05-17 9:39 UTC (5+ messages)
` [PATCH v1 2/2] net/zxdh: update zxdh Maintainers eamil
[PATCH] net/ice: improve log messages for DDP loading
2026-05-16 10:19 UTC
[PATCH 0/1] crypto/zsda: update product name and maintainer
2026-05-15 7:27 UTC (2+ messages)
` [PATCH 1/1] crypto/zsda: Update "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox