public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-19 17:40:19 to 2026-02-23 11:35:06 UTC [more...]

[PATCH 00/12] net/pcap: cleanups and test
 2026-02-23 11:34 UTC  (28+ messages)
` [PATCH v13 00/16] net/pcap: improvements and test suite
  ` [PATCH v13 08/16] net/pcap: support VLAN insert and strip
` [PATCH v17 00/23] net/pcap: fixes, test, and ehancements
  ` [PATCH v17 01/23] maintainers: update for pcap driver
  ` [PATCH v17 02/23] net/pcap: fix build on Windows
  ` [PATCH v17 03/23] doc: update features for PCAP PMD
  ` [PATCH v17 04/23] net/pcap: include used headers
  ` [PATCH v17 05/23] net/pcap: remove unnecessary casts
  ` [PATCH v17 06/23] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v17 07/23] net/pcap: advertise Tx multi segment
  ` [PATCH v17 08/23] net/pcap: replace stack bounce buffer
  ` [PATCH v17 09/23] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v17 10/23] net/pcap: add datapath debug logging
  ` [PATCH v17 11/23] net/pcap: consolidate boolean flag handling
  ` [PATCH v17 12/23] net/pcap: support VLAN strip and insert offloads
  ` [PATCH v17 13/23] net/pcap: add link state and speed for interface mode
  ` [PATCH v17 14/23] net/pcap: support nanosecond timestamp precision
  ` [PATCH v17 15/23] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v17 16/23] net/pcap: reduce scope of file-level variables
  ` [PATCH v17 17/23] net/pcap: avoid use of volatile
  ` [PATCH v17 18/23] net/pcap: clarify maximum received packet
  ` [PATCH v17 19/23] eal/windows: add wrapper for access function
  ` [PATCH v17 20/23] net/pcap: add snapshot length devarg
  ` [PATCH v17 21/23] net/pcap: add link status change support for iface mode
  ` [PATCH v17 22/23] net/pcap: add EOF notification via link status change
  ` [PATCH v17 23/23] test: add comprehensive test suite for pcap PMD

[PATCH] app/test: simplify getting the current file prefix
 2026-02-23 11:21 UTC  (2+ messages)

[PATCH] mempool: introduce statistics reset function
 2026-02-23 10:20 UTC 

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

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

[PATCH v2 1/8] net/netvsc: secondary ignore promiscuous enable/disable
 2026-02-21  5:16 UTC  (9+ messages)
` [PATCH v2 2/8] net/netvsc: fix race conditions on VF add/remove events
` [PATCH v2 3/8] net/netvsc: add multi-process VF device removal support
` [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: "

[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 

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

[RFC] net/vdev_netvsc: check for NetVSC device before auto-probe
 2026-02-22 22:00 UTC  (2+ messages)

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  (43+ messages)
` [PATCH v3 00/10] net/tap: bug fixes and add test
  ` [PATCH v3 01/10] test: add unit tests for TAP PMD
  ` [PATCH v3 02/10] net/tap: replace runtime speed capability with constant
  ` [PATCH v3 03/10] net/tap: clarify TUN/TAP flag assignment
  ` [PATCH v3 04/10] net/tap: extend fixed MAC range to 16 bits
  ` [PATCH v3 05/10] net/tap: skip checksum on truncated L4 headers
  ` [PATCH v3 06/10] net/tap: fix resource leaks in tap create error path
  ` [PATCH v3 07/10] net/tap: fix resource leaks in secondary process probe
  ` [PATCH v3 08/10] net/tap: free IPC reply buffer on queue count mismatch
  ` [PATCH v3 09/10] net/tap: fix use-after-free on remote flow creation failure
  ` [PATCH v3 10/10] net/tap: free remote flow when implicit rule already exists
` [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  (4+ messages)
` [PATCH v2] "
` [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)

[DPDK/examples Bug 1707] What Materials Are Best for a Tensile Gazebo Structure in Rajasthan?
 2026-02-20 15:16 UTC  (2+ messages)

[PATCH] maintainers: prune unreachable contacts
 2026-02-20 14:53 UTC 

[PATCH] net/iavf: explicitly pass flags param to Tx context fns
 2026-02-20 12:13 UTC  (3+ messages)

[PATCH] eal/x86: reduce memcpy code duplication
 2026-02-20 11:08 UTC  (2+ messages)
` [PATCH v7] eal/x86: optimize memcpy of small sizes

[PATCH v1 1/1] net/iavf: fix incorrect struct in status get
 2026-02-20 10:39 UTC  (3+ messages)

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

[PATCH 8/8] net/mlx4: fix fast-path ops setup in secondary process
 2026-02-20  1:12 UTC 

[PATCH 7/8] net/mlx5: fix fast-path ops setup in secondary process
 2026-02-20  1:11 UTC 

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

[PATCH v6 11/18] net/mlx5: add HW steering VLAN push, pop and VID modify flow actions
 2026-02-19 15:25 UTC 

[PATCH] drivers: disable comma warnings selectively
 2026-02-19 21:53 UTC  (3+ messages)
` [PATCH v2] "

[RFT] net/netvsc: fix txd leak on chimney buffer alloc failure
 2026-02-19 21:22 UTC  (2+ messages)
` [EXTERNAL] "

[DPDK/DTS Bug 1548] Add asynchronous output collector for testpmd verbose information
 2026-02-19 20:34 UTC  (2+ messages)

[PATCH 0/3] manage net/null dependency for tests
 2026-02-19 19:44 UTC  (6+ messages)
` [PATCH v2 0/4] improve net/null dependency handling "
  ` [PATCH v2 2/4] test/event_eth_tx_adapter: remove dependency on NULL PMD
  ` [PATCH v2 3/4] test: fix missing dependency on null networking driver
  ` [PATCH v2 4/4] build/tests: add warning for missing NULL PMD dependency

[RFC] ethdev: clarify rte_eth_tx_burst() return value and ownership semantics
 2026-02-19 19:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/8] net/cnxk: support of plain packet reassembly
 2026-02-19 18:58 UTC  (2+ messages)

[PATCH] eal/linux: handle epoll error conditions
 2026-02-19 18:52 UTC  (3+ messages)
` [PATCH v4 0/3] interrupt disconnect/error event handling

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-02-19 18:04 UTC  (13+ messages)
` [PATCH v9 0/6] devtools: AI-assisted code and documentation review
  ` [PATCH v9 1/6] doc: add AGENTS.md for AI code review tools
  ` [PATCH v10 0/6] AI-assisted code and documentation review
    ` [PATCH v10 1/6] doc: add AGENTS.md for AI code review tools
    ` [PATCH v10 2/6] devtools: add multi-provider AI patch review script
    ` [PATCH v10 3/6] devtools: add compare-reviews.sh for multi-provider analysis
    ` [PATCH v10 4/6] devtools: add multi-provider AI documentation review script
    ` [PATCH v10 5/6] doc: add AI-assisted patch review to contributing guide
    ` [PATCH v10 6/6] MAINTAINERS: add section for AI review tools

[PATCH v2 2/2] mempool/cnxk: add halo support in mempool
 2026-02-19 17:19 UTC  (4+ messages)
` [PATCH v4 0/2] Add HALO support for CN20K mempool
  ` [PATCH v4 1/2] common/cnxk: add support for halos


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