public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-22 17:33:18 to 2026-02-25 13:59:12 UTC [more...]

[PATCH v3 0/7] fix multi-process VF hotplug
 2026-02-25  2:02 UTC  (6+ messages)
` [PATCH v3 1/7] net/netvsc: fix race conditions on VF add/remove events
` [PATCH v3 2/7] net/netvsc: add multi-process VF device removal support
` [PATCH v3 3/7] net/mana: fix PD resource leak on device close
` [PATCH v3 4/7] net/netvsc: fix devargs memory leak on hotplug
` [PATCH v3 5/7] net/mana: fix fast-path ops setup in secondary process

[PATCH] test/flow: add support for async API
 2026-02-24 10:56 UTC 

[PATCH 3/3] net/axgbe: Add support for 100Mbps link speed
 2026-02-25 12:49 UTC  (2+ messages)
` [PATCH v2 3/3] net/axgbe: add "

[PATCH 2/3] net/axgbe: Add support for Marvell M88E1512 PHY
 2026-02-25 12:47 UTC  (2+ messages)
` [PATCH v2 2/3] net/axgbe: add support for marvell m88e1512 PHY

[PATCH 1/3] net/axgbe: Add external PHY read/write functions
 2026-02-25 12:44 UTC  (2+ messages)
` [PATCH v2 1/3] net/axgbe: add "

[RFC 1/2] devtools: check packet forwarding in null test
 2026-02-25 12:09 UTC  (3+ messages)
` [RFC 2/2] eal: configure initial device probing

[PATCH v1 1/1] net/iavf: remove global adminq response buffer
 2026-02-25 12:09 UTC 

[PATCH v1 00/12] Cleanups for ixgbe, i40e, and iavf PMD's
 2026-02-25 12:04 UTC  (56+ 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

[PATCH 0/9] net/mlx5: lazily allocate HWS actions
 2026-02-25 11:59 UTC  (10+ messages)
` [PATCH 1/9] net/mlx5: use DPDK be64 type in modify header pattern
` [PATCH 2/9] net/mlx5/hws: add table type to action flags conversion
` [PATCH 3/9] net/mlx5: lazily allocate drop HWS action
` [PATCH 4/9] net/mlx5: lazily allocate tag "
` [PATCH 5/9] net/mlx5: lazily allocate HWS pop VLAN action
` [PATCH 6/9] net/mlx5: lazily allocate HWS push "
` [PATCH 7/9] net/mlx5: lazily allocate HWS send to kernel action
` [PATCH 8/9] net/mlx5: lazily allocate HWS NAT64 action
` [PATCH 9/9] net/mlx5: lazily allocate HWS default miss action

[PATCH v1 1/2] doc: add devargs documentation
 2026-02-25 11:52 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] doc: add device hotplug documentation

[PATCH] app/dma-perf: fixes buffer overflow error
 2026-02-25 11:41 UTC 

[PATCH] net/idpf: fix typo in CQ scan threshold macro name
 2026-02-25  9:05 UTC  (3+ messages)

[PATCH v3 2/2] app: extend NUMA nodes limit
 2026-02-25  8:58 UTC  (2+ messages)

[PATCH v3 1/2] examples: extend NUMA nodes limit
 2026-02-25  8:58 UTC  (2+ messages)

[PATCH v3 0/2] Extend NUMA nodes limit
 2026-02-25  8:04 UTC 

[RFC] net/cnxk: only build if platform is specified
 2026-02-25  8:01 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v1 0/1] support igb uio driver for VF devices
 2026-02-25  3:39 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] net/nbl: add igb uio support for NBL "

[PATCH v1] dts: reduce precision for single-core performance test suite
 2026-02-24 20:04 UTC 

[DPDK/DTS Bug 1895] dts: reduce presented sig figs in single core forward performance test suite
 2026-02-24 18:19 UTC 

[PATCH v1] dts: add support for no link topology
 2026-02-24 16:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] test: fix option devices
 2026-02-24 16:30 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] ip_frag: support IPv6 reassembly with extensions
 2026-02-24 16:00 UTC  (2+ messages)

[PATCH] net/tap: defer qdisc initialisation for rte_flow
 2026-02-24 15:38 UTC  (2+ messages)

[PATCH 0/2] pcapng: bug fixes
 2026-02-24 15:25 UTC  (6+ messages)
` [PATCH v2 0/4] pcapng: fix test and copy before open
  ` [PATCH v2 1/4] test: fix pcapng test to work on Windows
  ` [PATCH v2 2/4] pcapng: handle packets copied before file open
  ` [PATCH v2 3/4] test: add pcapng test for copy before open
  ` [PATCH v2 4/4] test: use fixed time length for write packet test

[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  (4+ messages)
` [PATCH v4 00/10] "

[PATCH 00/10] net/tap: tests, cleanups, and error path fixes
 2026-02-22 17:30 UTC  (16+ messages)
` [PATCH v5 00/19] net/tap: cleanups, bug fixes, and VLA removal
  ` [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


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