public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-17 15:06:51 to 2026-02-19 17:20:12 UTC [more...]

[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 v1 00/12] Cleanups for ixgbe, i40e, and iavf PMD's
 2026-02-19 16:23 UTC  (29+ 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

[PATCH] drivers: disable comma warnings selectively
 2026-02-19 15:22 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] eal/linux: handle epoll error conditions
 2026-02-19 14:44 UTC  (14+ 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

[PATCH v4 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
 2026-02-19 13:21 UTC  (23+ messages)
` [PATCH v4 01/27] net/ixgbe: remove MAC type check macros
` [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 1/8] net/cnxk: support of plain packet reassembly
 2026-02-19  9:08 UTC  (8+ 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] 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)

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

[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 

[RFT] net/netvsc: fix txd leak on chimney buffer alloc failure
 2026-02-19  1:44 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  (6+ 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] doc: improve e1000 driver documentation
 2026-02-18 16:41 UTC  (2+ messages)

[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)

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-02-18 14:59 UTC  (6+ 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 v9 4/6] devtools: add multi-provider AI documentation review script

[PATCH v2 00/10] Fix multi process path selection in Intel drivers
 2026-02-18 12:29 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] net/i40e: permit secondary process Rx path selection
  ` [PATCH v3 02/10] net/iavf: "
  ` [PATCH v3 03/10] net/ice: "
  ` [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 v9] vhost: fix use-after-free in fdset during shutdown
 2026-02-18 10:27 UTC  (6+ messages)
` [PATCH v10] "
  ` [PATCH v11] "
      ` [PATCH v12] "

[PATCH] drivers/net: reorder Intel drivers list in meson script
 2026-02-18  9:41 UTC  (7+ messages)
` [PATCH] usertools/pmdinfo: fix search for PMD info string

[PATCH] net/mlx5: fix shared Rx queue limitations
 2026-02-18  8:13 UTC 

[DPDK/other Bug 1522] RTE_LIBRTE_ prefix should be replaced by RTE_ prefix
 2026-02-18  5:27 UTC  (3+ messages)

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

[DPDK/ethdev Bug 1789] vmxnet3_dev_start fails in vmxnet3_v4_rss_configure() for single queue in ESX8.0 causing application to exit
 2026-02-17 22:03 UTC 

[Bug 1158] Mac address configuration on bonded device in 8023ad mode is not propagated to slave devices
 2026-02-17 22:03 UTC  (2+ messages)
` [DPDK/ethdev Bug "

[DPDK/core Bug 1760] Failed to send message on primary process exit
 2026-02-17 22:03 UTC 

[DPDK/testpmd Bug 1834] [dpdk-25.11-rc2] Segmentation fault in Rx offload testcase
 2026-02-17 22:03 UTC  (2+ messages)

[DPDK/core Bug 1869] incorrect get_tsc_freq_arch() due to integer truncation
 2026-02-17 22:03 UTC  (2+ messages)

[DPDK/other Bug 1871] idxd_dmadev.portal volatile usage
 2026-02-17 22:03 UTC  (2+ messages)

[DPDK/other Bug 1883] rte_hash with big cap and key size of 64bytes and more can lead to key store corruption
 2026-02-17 20:34 UTC 

[PATCH 0/4] examples: memcpy cleanups
 2026-02-17 17:49 UTC  (5+ messages)
` [PATCH 4/4] examples: remove unnecessary include

[PATCH v5 09/27] net/i40e: avoid rte malloc in tunnel set
 2026-02-17 17:24 UTC  (2+ messages)

[PATCH] usertools/dpdk-devbind: add basic FreeBSD support
 2026-02-17 17:24 UTC  (2+ messages)

[PATCH 01/18] common/cnxk: fix engine capabilities fetch logic
 2026-02-17 17:20 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 18/18] common/cnxk: fix duplicate branch compiler warning

[PATCH v5 08/27] net/i40e: remove global pattern variable
 2026-02-17 17:15 UTC  (2+ messages)

[PATCH v5 07/27] net/i40e: use proper flex len define
 2026-02-17 17:10 UTC  (2+ messages)

[PATCH v5 06/27] net/i40e: use unsigned types for queue comparisons
 2026-02-17 17:09 UTC  (2+ messages)

[PATCH 0/6] Add support for L2TPV2 over UDP to ICE PMD
 2026-02-17 17:09 UTC  (4+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 3/7] net/ice: add L2TPv2 protocol and field definitions

[PATCH v5 05/27] net/i40e: make default RSS key global
 2026-02-17 17:06 UTC  (2+ messages)

[PATCH v5 04/27] net/i40e: get rid of global filter variables
 2026-02-17 16:59 UTC  (2+ messages)

[PATCH dpdk] telemetry: fix adding dicts in container arrays
 2026-02-17 16:59 UTC  (4+ messages)
` [PATCH dpdk v2] "

[PATCH v5 03/27] net/ixgbe: split security and ntuple filters
 2026-02-17 16:59 UTC  (2+ messages)

[PATCH v6 0/5] pcapng: fixes and improvements
 2026-02-17 16:39 UTC  (3+ messages)
` [PATCH v8 0/8] "

[PATCH 00/10] net/tap: tests, cleanups, and error path fixes
 2026-02-17 15:05 UTC  (6+ messages)
` [RFT 0/4] net/mlx5: fix several correctness bugs
  ` [RFT 1/4] net/mlx5: fix NULL dereference in Tx queue start
  ` [RFT 2/4] net/mlx5: fix counter leak in hairpin queue setup
  ` [RFT 3/4] net/mlx5: fix use-after-free in ASO management init
  ` [RFT 4/4] net/mlx5: fix counter truncation in queue counter read


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