public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-16 14:58:32 to 2026-02-17 14:39:02 UTC [more...]

[PATCH v3 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
 2026-02-17 14:38 UTC  (16+ messages)
` [PATCH v3 10/27] net/i40e: avoid rte malloc in RSS RETA operations
` [PATCH v3 11/27] net/i40e: avoid rte malloc in MAC/VLAN filtering
` [PATCH v3 12/27] net/i40e: avoid rte malloc in VF resource queries
` [PATCH v3 13/27] net/i40e: avoid rte malloc in adminq operations
` [PATCH v3 14/27] net/i40e: avoid rte malloc in DDP package handling
` [PATCH v3 15/27] net/i40e: avoid rte malloc in DDP ptype handling

[PATCH v6 0/5] pcapng: fixes and improvements
 2026-02-17 14:34 UTC  (16+ messages)
` [PATCH v7 0/7] "
  ` [PATCH v7 6/7] test/pcapng: skip test if null driver missing
` [PATCH v8 0/8] pcapng: fixes and improvements
  ` [PATCH v8 1/8] pcapng: correct typo in comment
  ` [PATCH v8 2/8] pcapng: document return values
  ` [PATCH v8 3/8] pcapng: add length checks to string arguments
  ` [PATCH v8 4/8] pcapng: use malloc instead of fixed buffer size
  ` [PATCH v8 5/8] pcapng: chain additional mbuf when comment exceeds tailroom
  ` [PATCH v8 6/8] pcapng: improve performance of timestamping
  ` [PATCH v8 7/8] test/pcapng: skip test if null driver missing
  ` [PATCH v8 8/8] test/pcapng: add tests for comments

[PATCH v8] vhost: fix use-after-free in fdset during shutdown
 2026-02-17 14:31 UTC  (3+ messages)
` [PATCH v9] "

[PATCH v4 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
 2026-02-17 14:23 UTC  (44+ messages)
` [PATCH v4 01/27] net/ixgbe: remove MAC type check macros
` [PATCH v4 11/27] net/i40e: avoid rte malloc in MAC/VLAN filtering
` [PATCH v4 12/27] net/i40e: avoid rte malloc in VF resource queries
` [PATCH v4 13/27] net/i40e: avoid rte malloc in adminq operations
` [PATCH v4 14/27] net/i40e: avoid rte malloc in DDP package handling
` [PATCH v4 15/27] net/i40e: avoid rte malloc in DDP ptype handling
` [PATCH v4 16/27] net/iavf: remove remnants of pipeline mode
` [PATCH v4 17/27] net/iavf: avoid rte malloc in VF mailbox for IPsec
` [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 21/27] net/iavf: avoid rte malloc in IPsec operations
` [PATCH v4 22/27] net/iavf: avoid rte malloc in queue operations
` [PATCH v4 23/27] net/iavf: avoid rte malloc in irq map config
` [PATCH v4 24/27] net/ice: avoid rte malloc in RSS RETA operations
` [PATCH v4 25/27] net/ice: avoid rte malloc in MAC address operations
` [PATCH v4 26/27] net/ice: avoid rte malloc in raw pattern parsing
` [PATCH v4 27/27] net/ice: avoid rte malloc in flow pattern match

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

[PATCH] drivers/net: reorder Intel drivers list in meson script
 2026-02-17 12:48 UTC  (5+ messages)
` [V2] "
` [PATCH] usertools/pmdinfo: fix search for PMD info string

[PATCH v11] acl: support custom memory allocators
 2026-02-17 12:04 UTC  (3+ messages)
` [PATCH v12] "

[PATCH 00/10] Fix multi process path selection in Intel drivers
 2026-02-17 11:38 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] net/i40e: permit secondary process Rx path selection

[PATCH 0/7] net/nfb: ethernet enhancements
 2026-02-17 11:03 UTC  (10+ messages)
` [PATCH 7/7] doc/nfb: update release notes for nfb driver
` [PATCH v2 0/6] net/nfb: ethernet enhancements
  ` [PATCH v2 1/6] net/nfb: use MAC address assigned to card
  ` [PATCH v2 2/6] net/nfb: get correct link speed
  ` [PATCH v2 3/6] net/nfb: support real link-up/down config
  ` [PATCH v2 4/6] net/nfb: support setting RS-FEC mode
  ` [PATCH v2 5/6] net/nfb: support setting Rx MTU
  ` [PATCH v2 6/6] net/nfb: read total stats from macs

[PATCH v2 2/2] mempool/cnxk: add halo support in mempool
 2026-02-17 10:39 UTC  (8+ messages)
` [PATCH v3 0/2] Add HALO support for CN20K mempool
  ` [PATCH v3 1/2] common/cnxk: add support for halos
  ` [PATCH v3 2/2] mempool/cnxk: add halo support in mempool
` [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

[PATCH] net/cpfl: add LEM block support in CPFL PMD
 2026-02-17  1:21 UTC 

[PATCH 0/8] net/nfb: rework to real multiport
 2026-02-17  7:10 UTC  (21+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/8] net/nfb: prepare for indirect queue mapping scheme
  ` [PATCH v9 2/8] net/nfb: create one ethdev per ethernet port
  ` [PATCH v9 3/8] net/nfb: add vdev as alternative device probe method
  ` [PATCH v9 4/8] net/nfb: add device argument "port" to limit used ports
  ` [PATCH v9 5/8] net/nfb: init only MACs associated with device
  ` [PATCH v9 6/8] net/nfb: add compatible cards to driver PCI ID table
  ` [PATCH v9 7/8] net/nfb: report firmware version
  ` [PATCH v9 8/8] doc/nfb: cleanup and update guide
` [PATCH v10 0/8] net/nfb: rework to real multiport
  ` [PATCH v10 1/8] net/nfb: prepare for indirect queue mapping scheme
  ` [PATCH v10 2/8] net/nfb: create one ethdev per ethernet port
  ` [PATCH v10 3/8] net/nfb: add vdev as alternative device probe method
  ` [PATCH v10 4/8] net/nfb: add device argument "port" to limit used ports
  ` [PATCH v10 5/8] net/nfb: init only MACs associated with device
  ` [PATCH v10 6/8] net/nfb: add compatible cards to driver PCI ID table
  ` [PATCH v10 7/8] net/nfb: report firmware version
  ` [PATCH v10 8/8] doc/nfb: cleanup and update guide

[PATCH] ethdev: fix mbuf fast release requirements description
 2026-02-17  6:56 UTC  (3+ messages)

[PATCH] mempool: simplify get objects
 2026-02-17  6:53 UTC  (3+ messages)
` [PATCH v3] "

[RFC] ethdev: clarify rte_eth_tx_burst() return value and ownership semantics
 2026-02-17  6:41 UTC  (2+ messages)

[RFC PATCH 0/2] mempool: de-inline get/put objects unlikely code
 2026-02-17  6:37 UTC  (8+ messages)
` [RFC PATCH v3 0/2] mempool: de-inline get/put unlikely code paths
  ` [RFC PATCH v3 1/2] mempool: simplify get objects
  ` [RFC PATCH v3 2/2] mempool: de-inline get/put unlikely code paths

[PATCH 01/18] common/cnxk: fix engine capabilities fetch logic
 2026-02-17  5:43 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/18] common/cnxk: remove dependency on cryptodev for RXC
  ` [PATCH v2 03/18] common/cnxk: support inbound pdb configuration
  ` [PATCH v2 04/18] common/cnxk: update CPT RXC structures
  ` [PATCH v2 05/18] common/cnxk: update inline profile ID for cn20k
  ` [PATCH v2 06/18] common/cnxk: update inline RQ mask configuration
  ` [PATCH v2 07/18] net/cnxk: fix security flag for custom inbound SA
  ` [PATCH v2 08/18] net/cnxk: add CPT code check for soft expiry
  ` [PATCH v2 09/18] net/cnxk: skip write SA for cn20k
  ` [PATCH v2 10/18] net/cnxk: update NIX reassembly fast path
  ` [PATCH v2 11/18] net/cnxk: update aura batch free
  ` [PATCH v2 12/18] net/cnxk: support out of place (OOP) in fastpath
  ` [PATCH v2 13/18] event/cnxk: "
  ` [PATCH v2 14/18] common/cnxk: flow rule config for non-inplace
  ` [PATCH v2 15/18] net/cnxk: enable PDB in IPsec outbound path
  ` [PATCH v2 16/18] common/cnxk: initialize CPT LF for CQ config
  ` [PATCH v2 17/18] common/cnxk: fix CPT CQ roll over handling
  ` [PATCH v2 18/18] common/cnxk: fix duplicate branch compiler warning

[PATCH v2 01/18] common/cnxk: fix engine capabilities fetch logic
 2026-02-17  5:39 UTC  (5+ messages)
` [PATCH v2 02/18] common/cnxk: remove dependency on cryptodev for RXC
` [PATCH v2 03/18] common/cnxk: support inbound pdb configuration
` [PATCH v2 04/18] common/cnxk: update CPT RXC structures
` [PATCH v2 05/18] common/cnxk: update inline profile ID for cn20k

[DPDK/core Bug 1882] volatile not needed with atomics
 2026-02-17  3:46 UTC 

DPDK EAL library analysis
 2026-02-17  1:37 UTC 

[PATCH 00/10] net/tap: tests, cleanups, and error path fixes
 2026-02-17  1:28 UTC  (14+ messages)
` [PATCH v2 00/11] net/tap: test, cleanups "
  ` [PATCH v2 01/11] test: add unit tests for TAP PMD
  ` [PATCH v2 02/11] net/tap: replace runtime speed capability with constant
  ` [PATCH v2 03/11] net/tap: clarify TUN/TAP flag assignment
  ` [PATCH v2 04/11] net/tap: extend fixed MAC range to 16 bits
  ` [PATCH v2 05/11] net/tap: skip checksum on truncated L4 headers
  ` [PATCH v2 06/11] net/tap: fix resource leaks in tap create error path
  ` [PATCH v2 07/11] net/tap: fix resource leaks in secondary process probe
  ` [PATCH v2 08/11] net/tap: free IPC reply buffer on queue count mismatch
  ` [PATCH v2 09/11] net/tap: fix use-after-free on remote flow creation failure
  ` [PATCH v2 10/11] net/tap: free remote flow when implicit rule already exists
  ` [PATCH v2 11/11] net/tap: track device by ifindex instead of name

[PATCH 1/3] net/axgbe: Add external PHY read/write functions
 2026-02-17  0:27 UTC  (4+ messages)
` [PATCH 2/3] net/axgbe: Add support for Marvell M88E1512 PHY

[PATCH] eal/linux: redefine the name for rte_fbarray_init()
 2026-02-16 22:26 UTC  (4+ messages)
` [PATCH v6] eal/linux: fix fbarray name collision in containers

[PATCH] net/axgbe: added marvel m88e1512 PHY support
 2026-02-16 22:12 UTC  (2+ messages)

[PATCH] examples/ethtool: fix error message about ports limit
 2026-02-16 22:08 UTC  (3+ messages)

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

[PATCH] dma/idxd: mark portal pointer as volatile
 2026-02-16 17:28 UTC  (2+ messages)

[PATCH] fib: fix incorrect prefix addition handling
 2026-02-16 17:23 UTC  (2+ messages)

[PATCH dpdk 0/2] Flexible graph nodes stats collection
 2026-02-16 16:55 UTC  (12+ messages)
` [PATCH dpdk 1/2] graph: always count objects and calls

[PATCH] test: allow latencystat of zero
 2026-02-16 15:24 UTC  (2+ messages)

[PATCH v18 0/2] net: optimize __rte_raw_cksum
 2026-02-16 15:00 UTC  (5+ messages)
` [PATCH v19 "
  ` [PATCH v19 1/2] eal: add __rte_may_alias and __rte_aligned to unaligned typedefs

[PATCH 1/3] test/bpf: skip some testing if null net driver not present
 2026-02-16 14:58 UTC  (3+ messages)
` [PATCH] test/bpf: skip the BPF ELF load tests if net null missing


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