public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-18 10:04:19 to 2026-02-20 05:50:44 UTC [more...]

[PATCH 00/12] net/pcap: cleanups and test
 2026-02-20  5:45 UTC  (20+ messages)
` [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 00/10] net/tap: tests, cleanups, and error path fixes
 2026-02-20  5:02 UTC  (12+ 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] doc: improve e1000 driver documentation
 2026-02-20 14:30 UTC  (3+ messages)
` [PATCH v2] "

[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  (7+ messages)
` [PATCH v2 0/4] improve net/null dependency handling "
  ` [PATCH v2 1/4] test/event_eth_rx_adapter: skip tests if no ethdevs
  ` [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

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

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

[PATCH 1/8] net/cnxk: support of plain packet reassembly
 2026-02-19 18:58 UTC  (9+ messages)
` [PATCH 2/8] net/cnxk: support IPsec Rx inject for cn20k
` [PATCH 3/8] common/cnxk: update platform features
` [PATCH 4/8] common/cnxk: add RQ PB and WQE cache config
` [PATCH 5/8] net/cnxk: config RQ PB and WQE caching
` [PATCH 6/8] net/cnxk: update SA context push size
` [PATCH 7/8] net/cnxk: flow rule update for non-in-place IPsec
` [PATCH 8/8] common/cnxk: enable CPT CQ for inline IPSec inbound

[PATCH] eal/linux: handle epoll error conditions
 2026-02-19 18:52 UTC  (15+ messages)
` [PATCH v2 0/2] interrupt epoll event handling
  ` [PATCH v2 1/2] net/mlx5: check for no data read in devx interrupt
` [PATCH v4 0/3] interrupt disconnect/error event handling
  ` [PATCH v4 1/3] eal/linux: handle interrupt epoll events
  ` [PATCH v4 2/3] eal/interrupt: add interrupt event info
  ` [PATCH v4 3/3] net/mlx5: check devx disconnect/error interrupt events

[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:33 UTC  (6+ messages)
` [PATCH v4 0/2] Add HALO support for CN20K mempool
  ` [PATCH v4 1/2] common/cnxk: add support for halos
  ` [PATCH v4 2/2] mempool/cnxk: add halo support in mempool

[DPDK/ethdev Bug 1891] Flow validate bug in mlx5 driver on CX-5 NIC
 2026-02-19 17:20 UTC 

[PATCH 1/6] net/ice: add L2TPv2 and PPP data structures
 2026-02-19 16:52 UTC  (19+ messages)
` [PATCH v6 0/8] Add support for L2TPV2 over UDP to ICE PMD
  ` [PATCH v6 1/8] net/ice: add L2TPv2 PPP and PPoE data structures
  ` [PATCH v6 2/8] net/ice: add L2TPv2 tunnel type definition
  ` [PATCH v6 3/8] net/ice: rename protocol identifiers
  ` [PATCH v6 4/8] net/ice: add L2TPv2 protocol support
  ` [PATCH v6 5/8] net/ice: add L2TPv2 flow patterns and FDIR support
  ` [PATCH v6 6/8] net/ice: add L2TPv2 hardware packet generation
  ` [PATCH v6 7/8] net/ice: add L2TPv2 RSS hash support
  ` [PATCH v6 8/8] doc: update release notes
` [PATCH v7 0/7] Add support for L2TPV2 over UDP to ICE PMD
  ` [PATCH v7 1/7] net/ice: add L2TPv2 PPP and PPoE data structures
  ` [PATCH v7 2/7] net/ice: add L2TPv2 tunnel type definition
  ` [PATCH v7 3/7] net/ice: rename protocol identifiers
  ` [PATCH v7 4/7] net/ice: add L2TPv2 protocol support
  ` [PATCH v7 5/7] net/ice: add L2TPv2 flow pattern matching support
  ` [PATCH v7 6/7] net/ice: add L2TPv2 hardware packet generation
  ` [PATCH v7 7/7] net/ice: add L2TPv2 RSS hash support

[PATCH 00/11] net/dpaa2: fixes and improvements
 2026-02-19 16:52 UTC  (26+ messages)
` [PATCH 01/11] net/dpaa2: fix queue block memory leak on port close
` [PATCH 02/11] net/dpaa2: fix rx error queue "
` [PATCH 03/11] net/dpaa2: warn on rx descriptor limit only in high perf buffer mode
` [PATCH 04/11] net/dpaa2: fix rx error queue leak in alloc error path
` [PATCH 05/11] net/dpaa2: fix resource leak on softparser failure
` [PATCH 06/11] net/dpaa2: add devargs to disable Rx taildrop
` [PATCH 07/11] net/dpaa2: replace data stashing getenv with devargs
` [PATCH 08/11] net/dpaa2: fix link not up after port stop/start
` [PATCH 09/11] net/dpaa2: use CHECK_INTERVAL macro in set_link_down
` [PATCH 10/11] bus/fslmc: fix devargs not propagated on hotplug
` [PATCH 11/11] bus/fslmc: remove dead blocklist check in plug path

[PATCH] net/iavf: explicitly pass flags param to Tx context fns
 2026-02-19 16:25 UTC  (2+ messages)

[PATCH v4 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
 2026-02-19 13:21 UTC  (17+ messages)
` [PATCH v4 18/27] net/iavf: decouple hash uninit from parser uninit
` [PATCH v4 19/27] net/iavf: avoid rte malloc in RSS configuration
` [PATCH v4 20/27] net/iavf: avoid rte malloc in MAC address operations
` [PATCH v4 27/27] net/ice: avoid rte malloc in flow pattern match

[PATCH] net/idpf: remove useless function
 2026-02-19 11:01 UTC  (3+ messages)

[PATCH] examples/vmdq_dcb: initialize all configuration structures
 2026-02-19  8:59 UTC  (2+ messages)

[PATCH] eal/linux: fix HPET symbols export
 2026-02-19  8:19 UTC  (2+ messages)

[PATCH 0/7] net/nfb: ethernet enhancements
 2026-02-19  6:20 UTC  (6+ messages)
` [PATCH 5/7] net/nfb: support setting Rx MTU
` [PATCH v2 0/6] net/nfb: ethernet enhancements

[PATCH] net/nfb: fix eth_node memory leak in deinit
 2026-02-19  6:17 UTC  (2+ messages)

[DPDK/ethdev Bug 1890] r8169: rtl_xmit_pkt corrupts TX descriptor ring on zero-length mid-chain segment
 2026-02-19  2:29 UTC 

[DPDK/ethdev Bug 1889] r8169: rtl_xmit_pkts breaks tx_burst ownership contract on invalid mbufs
 2026-02-19  1:46 UTC 

[DPDK/ethdev Bug 1888] dpaa/dpaa2: permanent tx errors cause caller to retry packets forever
 2026-02-19  1:33 UTC 

[DPDK/ethdev Bug 1887] bnxt: single bad packet in tx burst stalls transmission of remaining valid packets
 2026-02-19  1:26 UTC 

[DPDK/ethdev Bug 1886] net/avp: tx_burst callbacks free mbufs then return short count, causing double-free
 2026-02-19  1:23 UTC 

[DPDK/ethdev Bug 1885] net/atlantic: atl_xmit_pkts stops on invalid mbuf instead of consuming it
 2026-02-19  1:13 UTC 

[DPDK/vhost/virtio Bug 1884] vhost: fix tx_burst return value after VLAN insertion failure
 2026-02-19  1:05 UTC 

[PATCH 0/8] net/nfb: rework to real multiport
 2026-02-19  0:12 UTC  (3+ messages)
` [PATCH v10 "

[PATCH] drivers/net: remove redundant callbacks cleanup
 2026-02-18 17:10 UTC  (2+ messages)

[PATCH 0/4] net/axgbe: fix resource leaks and OOB access
 2026-02-18 16:41 UTC  (5+ messages)
` [PATCH 1/4] net/axgbe: fix resource leaks in device init error paths
` [PATCH 2/4] net/axgbe: fix Rx queue leak on descriptor init failure
` [PATCH 3/4] net/axgbe: destroy mutexes on device close
` [PATCH 4/4] net/axgbe: fix descriptor status out-of-bounds access

[PATCH] net/iavf: fix txq flags setting after Tx path selection
 2026-02-18 16:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] doc/ixgbe: update ixgbe NIC guide to include E610 support information
 2026-02-18 16:02 UTC  (2+ messages)

[PATCH v2 00/10] Fix multi process path selection in Intel drivers
 2026-02-18 12:29 UTC  (19+ messages)
` [PATCH v3 "
  ` [PATCH v3 03/10] net/ice: permit secondary process Rx path selection
  ` [PATCH v3 04/10] net/idpf: prevent Rx path selection after device start
  ` [PATCH v3 05/10] net/cpfl: "
  ` [PATCH v3 06/10] net/i40e: permit secondary process Tx path selection
  ` [PATCH v3 07/10] net/iavf: "
  ` [PATCH v3 08/10] net/ice: "
  ` [PATCH v3 09/10] net/idpf: "
  ` [PATCH v3 10/10] net/cpfl: "

[PATCH v11] vhost: fix use-after-free in fdset during shutdown
 2026-02-18 10:27 UTC  (3+ messages)
` [PATCH v12] "


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