public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-20 15:40:54 to 2026-02-24 15:17:52 UTC [more...]

[PATCH v1 00/12] Cleanups for ixgbe, i40e, and iavf PMD's
 2026-02-24 15:14 UTC  (55+ messages)
` [PATCH v8 00/26] Cleanups for ixgbe, i40e, iavf, and ice PMD's
  ` [PATCH v8 01/26] net/ixgbe: remove MAC type check macros
  ` [PATCH v8 02/26] net/ixgbe: remove security-related ifdefery
  ` [PATCH v8 03/26] net/ixgbe: split security and ntuple filters
  ` [PATCH v8 04/26] net/i40e: get rid of global filter variables
  ` [PATCH v8 05/26] net/i40e: make default RSS key global
  ` [PATCH v8 06/26] net/i40e: use unsigned types for queue comparisons
  ` [PATCH v8 07/26] net/i40e: use proper flex len define
  ` [PATCH v8 08/26] net/i40e: remove global pattern variable
  ` [PATCH v8 09/26] net/i40e: avoid rte malloc in tunnel set
  ` [PATCH v8 10/26] net/i40e: avoid rte malloc in RSS RETA operations
  ` [PATCH v8 11/26] net/i40e: avoid rte malloc in MAC/VLAN filtering
  ` [PATCH v8 12/26] net/i40e: avoid rte malloc in VF resource queries
  ` [PATCH v8 13/26] net/i40e: avoid rte malloc in adminq operations
  ` [PATCH v8 14/26] net/i40e: avoid rte malloc in DDP package handling
  ` [PATCH v8 15/26] net/i40e: avoid rte malloc in DDP ptype handling
  ` [PATCH v8 16/26] net/iavf: remove remnants of pipeline mode
  ` [PATCH v8 17/26] net/iavf: decouple hash uninit from parser uninit
  ` [PATCH v8 18/26] net/iavf: avoid rte malloc in VF mailbox for IPsec
  ` [PATCH v8 19/26] net/iavf: avoid rte malloc in RSS configuration
  ` [PATCH v8 20/26] net/iavf: avoid rte malloc in MAC address operations
  ` [PATCH v8 21/26] net/iavf: avoid rte malloc in queue operations
  ` [PATCH v8 22/26] net/iavf: avoid rte malloc in irq map config
  ` [PATCH v8 23/26] net/ice: avoid rte malloc in RSS RETA operations
  ` [PATCH v8 24/26] net/ice: avoid rte malloc in MAC address operations
  ` [PATCH v8 25/26] net/ice: avoid rte malloc in raw pattern parsing
  ` [PATCH v8 26/26] net/ice: avoid rte malloc in flow pattern match
` [PATCH v9 00/26] Cleanups for ixgbe, i40e, iavf, and ice PMD's
  ` [PATCH v9 01/26] net/ixgbe: remove MAC type check macros
  ` [PATCH v9 02/26] net/ixgbe: remove security-related ifdefery
  ` [PATCH v9 03/26] net/ixgbe: split security and ntuple filters
  ` [PATCH v9 04/26] net/i40e: get rid of global filter variables
  ` [PATCH v9 05/26] net/i40e: make default RSS key global
  ` [PATCH v9 06/26] net/i40e: use unsigned types for queue comparisons
  ` [PATCH v9 07/26] net/i40e: use proper flex len define
  ` [PATCH v9 08/26] net/i40e: remove global pattern variable
  ` [PATCH v9 09/26] net/i40e: avoid rte malloc in tunnel set
  ` [PATCH v9 10/26] net/i40e: avoid rte malloc in RSS RETA operations
  ` [PATCH v9 11/26] net/i40e: avoid rte malloc in MAC/VLAN filtering
  ` [PATCH v9 12/26] net/i40e: avoid rte malloc in VF resource queries
  ` [PATCH v9 13/26] net/i40e: avoid rte malloc in adminq operations
  ` [PATCH v9 14/26] net/i40e: avoid rte malloc in DDP package handling
  ` [PATCH v9 15/26] net/i40e: avoid rte malloc in DDP ptype handling
  ` [PATCH v9 16/26] net/iavf: remove remnants of pipeline mode
  ` [PATCH v9 17/26] net/iavf: decouple hash uninit from parser uninit
  ` [PATCH v9 18/26] net/iavf: avoid rte malloc in VF mailbox for IPsec
  ` [PATCH v9 19/26] net/iavf: avoid rte malloc in RSS configuration
  ` [PATCH v9 20/26] net/iavf: avoid rte malloc in MAC address operations
  ` [PATCH v9 21/26] net/iavf: avoid rte malloc in queue operations
  ` [PATCH v9 22/26] net/iavf: avoid rte malloc in irq map config
  ` [PATCH v9 23/26] net/ice: avoid rte malloc in RSS RETA operations
  ` [PATCH v9 24/26] net/ice: avoid rte malloc in MAC address operations
  ` [PATCH v9 25/26] net/ice: avoid rte malloc in raw pattern parsing
  ` [PATCH v9 26/26] net/ice: avoid rte malloc in flow pattern match

[RFC] net/vdev_netvsc: disable auto-detection by default
 2026-02-24 14:44 UTC  (5+ messages)

[PATCH 0/2] net/idpf: enable AVX2 for split queue Rx/Tx
 2026-02-24 14:27 UTC  (6+ messages)
` [PATCH v12 0/3] "
  ` [PATCH v12 1/3] net/idpf: enable AVX2 for split queue Rx
  ` [PATCH v12 2/3] net/idpf: enable AVX2 for split queue Tx
  ` [PATCH v12 3/3] doc: add note on unsupported completion queue sharing

[PATCH] net/bonding: clamp Rx free threshold for small rings
 2026-02-24 13:53 UTC  (3+ messages)

[PATCH dpdk] fib: expose tbl8 usage statistics
 2026-02-24 13:33 UTC 

[PATCH v2] bus/pci: fix automatic interrupt type selection
 2026-02-24 12:43 UTC  (2+ messages)

[PATCH] platform/mlx5: clarify device FD closure in mlx5 guide
 2026-02-24 12:11 UTC  (2+ messages)

[PATCH] net/mlx5: fix shared Rx queue limitations
 2026-02-24 11:48 UTC  (2+ messages)

[PATCH] net/mlx5: fix flow mark reading after reconfigure
 2026-02-24 11:40 UTC  (2+ messages)

[PATCH] mempool: introduce statistics reset function
 2026-02-24  9:57 UTC  (8+ messages)
` [PATCH v2] "

[DPDK/core Bug 1894] Log library macros pollute the preprocessor namespace
 2026-02-24  9:25 UTC 

[PATCH] test/eal: remove PCI probing for vdev tests
 2026-02-24  7:49 UTC  (5+ messages)

[PATCH 0/2] enhance for DCB fwd-tc command
 2026-02-24  7:42 UTC  (5+ messages)
` [PATCH 1/2] app/testpmd: check whether start "
` [PATCH 2/2] app/testpmd: add show "

[PATCH] maintainers: prune unreachable contacts
 2026-02-24  2:34 UTC 

[PATCH v2] examples/l2fwd_acl: add ACL-based L2 forwarding example
 2026-02-23  9:44 UTC  (4+ messages)

[PATCH] net/vdev_netvsc: block driver in github action
 2026-02-23 23:29 UTC  (2+ messages)

[PATCH v2 1/8] net/netvsc: secondary ignore promiscuous enable/disable
 2026-02-23 23:25 UTC  (15+ messages)
` [PATCH v2 2/8] net/netvsc: fix race conditions on VF add/remove events
    ` [EXTERNAL] "
` [PATCH v2 3/8] net/netvsc: add multi-process VF device removal support
    ` [EXTERNAL] "
` [PATCH v2 4/8] net/mana: fix PD resource leak on device close
` [PATCH v2 5/8] net/netvsc: fix devargs memory leak on hotplug
` [PATCH v2 6/8] net/mana: fix fast-path ops setup in secondary process
` [PATCH v2 7/8] net/mlx5: "
` [PATCH v2 8/8] net/mlx4: "
  ` [EXTERNAL] Re: [PATCH v2 1/8] net/netvsc: secondary ignore promiscuous enable/disable

[RFC] net/vdev_netvsc: check for NetVSC device before auto-probe
 2026-02-23 23:01 UTC  (4+ messages)
  ` [EXTERNAL] "

[RFC] bpf/arm64: add BPF_ABS/BPF_IND packet load support
 2026-02-23 19:34 UTC 

[RFC] test/eal_flags: suppress vdev_netvsc auto-probe
 2026-02-23 17:10 UTC  (4+ messages)

[PATCH] examples/l2fwd_acl: add ACL-based L2 forwarding example
 2026-02-23 17:08 UTC  (5+ messages)

[PATCH] app/test: simplify getting the current file prefix
 2026-02-23 16:56 UTC  (3+ messages)

[PATCH 00/12] net/pcap: cleanups and test
 2026-02-23 11:34 UTC  (4+ messages)
` [PATCH v13 00/16] net/pcap: improvements and test suite
  ` [PATCH v13 08/16] net/pcap: support VLAN insert and strip

[PATCH v2 0/8] fix multi-process VF hotplug
 2026-02-21  2:44 UTC 

[DPDK/other Bug 1893] Possible memory leak in ipv4_frag_reassemble
 2026-02-23  5:42 UTC 

Bug: github actions triggering bug in vdev_netvsc
 2026-02-22 19:48 UTC 

[PATCH v3 0/9] riscv: implement accelerated crc using zbc
 2026-02-22 19:42 UTC  (14+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] config/riscv: detect presence of Zbc extension
  ` [PATCH v4 02/10] hash: implement CRC using riscv carryless multiply
  ` [PATCH v4 03/10] net: "
  ` [PATCH v4 04/10] config/riscv: add qemu crossbuild target
  ` [PATCH v4 05/10] examples/l3fwd: use accelerated CRC on riscv
  ` [PATCH v4 06/10] ipfrag: "
  ` [PATCH v4 07/10] examples/l3fwd-power: "
  ` [PATCH v4 08/10] hash: "
  ` [PATCH v4 09/10] member: "
  ` [PATCH v4 10/10] doc: implement CRC using riscv carryless multiply

[PATCH 00/10] net/tap: tests, cleanups, and error path fixes
 2026-02-22 17:30 UTC  (32+ messages)
` [PATCH 00/10] net/tap: cleanups and bug fixes
  ` [PATCH v4 01/10] net/tap: replace runtime speed capability with constant
  ` [PATCH v4 02/10] net/tap: clarify TUN/TAP flag assignment
  ` [PATCH v4 03/10] net/tap: extend fixed MAC range to 16 bits
  ` [PATCH v4 04/10] net/tap: skip checksum on truncated L4 headers
  ` [PATCH v4 05/10] net/tap: fix resource leaks in tap create error path
  ` [PATCH v4 06/10] net/tap: fix resource leaks in secondary process probe
  ` [PATCH v4 07/10] net/tap: free IPC reply buffer on queue count mismatch
  ` [PATCH v4 08/10] net/tap: fix use-after-free on remote flow creation failure
  ` [PATCH v4 09/10] net/tap: free remote flow when implicit rule already exists
  ` [PATCH v4 10/10] test: add unit tests for TAP PMD
` [PATCH v5 00/19] net/tap: cleanups, bug fixes, and VLA removal
  ` [PATCH v5 01/19] net/tap: fix handling of queue stats
  ` [PATCH v5 02/19] doc: update tap features
  ` [PATCH v5 03/19] net/tap: use correct length for interface names
  ` [PATCH v5 04/19] net/tap: replace runtime speed capability with constant
  ` [PATCH v5 05/19] net/tap: clarify TUN/TAP flag assignment
  ` [PATCH v5 06/19] net/tap: extend fixed MAC range to 16 bits
  ` [PATCH v5 07/19] net/tap: skip checksum on truncated L4 headers
  ` [PATCH v5 08/19] net/tap: fix resource leaks in tap create error path
  ` [PATCH v5 09/19] net/tap: fix resource leaks in secondary process probe
  ` [PATCH v5 10/19] net/tap: free IPC reply buffer on queue count mismatch
  ` [PATCH v5 11/19] net/tap: fix use-after-free on remote flow creation failure
  ` [PATCH v5 12/19] net/tap: free remote flow when implicit rule already exists
  ` [PATCH v5 13/19] net/tap: dynamically allocate queue structures
  ` [PATCH v5 14/19] net/tap: remove VLA in flow item validation
  ` [PATCH v5 15/19] net/tap: fix Rx descriptor vs scatter segment confusion
  ` [PATCH v5 16/19] net/tap: replace use of VLA in transmit burst
  ` [PATCH v5 17/19] net/tap: consolidate queue statistics
  ` [PATCH v5 18/19] net/tap: enable VLA warnings
  ` [PATCH v5 19/19] test: add unit tests for TAP PMD

[RFC 1/2] config: add optimal burst size configuration
 2026-02-21 16:26 UTC  (4+ messages)
` [PATCH 1/2] config: add mbuf "
  ` [PATCH 2/2] examples: use default mbuf burst size

[PATCH 0/8] fix multi-process VF hotplug
 2026-02-21  2:47 UTC  (3+ messages)
  ` [EXTERNAL] "

[DPDK/core Bug 1892] hash_crc: unaligned access
 2026-02-20 23:21 UTC 

[PATCH v1] dts: add support for no link topology
 2026-02-20 19:25 UTC 

[PATCH 0/2] pcapng: bug fixes
 2026-02-20 18:41 UTC  (3+ messages)
` [PATCH 1/2] test: fix pcapng test to work on Windows
` [PATCH 2/2] pcapng: handle packets copied before file open

[v3] net/cksum: compute raw cksum for several segments
 2026-02-20 18:35 UTC  (8+ messages)

[PATCH 0/4] net/axgbe: fix resource leaks and OOB access
 2026-02-20 17:50 UTC  (2+ messages)

[PATCH] examples/l2fwd_acl: add ACL-based L2 forwarding example
 2026-02-20 17:25 UTC  (2+ messages)

[PATCH] doc: improve e1000 driver documentation
 2026-02-20 21:15 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] hash: fix overflow of 32-bit offsets
 2026-02-20 16:33 UTC  (4+ messages)

please help backporting some patches to stable release 24.11.5
 2026-02-20 16:01 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox