public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-26 14:18:58 to 2026-03-01 02:10:04 UTC [more...]

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

[PATCH v7 4/4] doc/guides: add PTP IDPF documentation
 2026-03-01  9:10 UTC  (6+ messages)
` [PATCH v8 0/4] Enable PTP feature for MEV
  ` [PATCH v8 1/4] net/idpf/base: add a new API for PTP support
  ` [PATCH v8 2/4] net/idpf: add PTP virtchnl2 support
  ` [PATCH v8 3/4] net/idpf: add timesync support
  ` [PATCH v8 4/4] doc/guides: add PTP IDPF documentation

[PATCH 1/3] net/axgbe: Add external PHY read/write functions
 2026-02-28 16:41 UTC  (9+ messages)
` [PATCH v2 1/3] net/axgbe: add "
  ` [PATCH v3 "
    ` [PATCH v4 "
      ` [PATCH v5 "

[PATCH 0/2] pcapng: bug fixes
 2026-02-28 17:35 UTC  (7+ messages)
` [PATCH v3 0/5] pcapng: fixes for Windows and timestamps
  ` [PATCH v3 1/5] test: fix pcapng test to work on Windows
  ` [PATCH v3 2/5] test: use fixed time length for write packet test
  ` [PATCH v3 3/5] test: better logging for pcapng test
  ` [PATCH v3 4/5] pcapng: handle packets copied before file open
  ` [PATCH v3 5/5] test: add pcapng test for copy before open

[PATCH] test: better logging for pcapng test
 2026-02-28 17:26 UTC 

[PATCH v5 0/7] multi-process and VF hotplug fixes
 2026-02-28 17:03 UTC  (11+ messages)
` [PATCH v5 1/7] net/netvsc: fix race conditions on VF add/remove events
` [PATCH v5 2/7] net/netvsc: add multi-process VF device removal support
` [PATCH v5 3/7] net/mana: fix PD resource leak on device close
` [PATCH v5 4/7] net/netvsc: fix devargs memory leak on hotplug
` [PATCH v5 5/7] net/mana: fix fast-path ops setup in secondary process
` [PATCH v5 6/7] net/mlx5: "
` [PATCH v5 7/7] net/mlx4: "
  ` [EXTERNAL] Re: [PATCH v5 0/7] multi-process and VF hotplug fixes

[PATCH v2 3/3] net/axgbe: add support for 100Mbps link speed
 2026-02-28 14:40 UTC  (4+ messages)
` [PATCH v3 3/3] net/axgbe: fix 100M SGMII mode
  ` [PATCH v4 "
    ` [PATCH v5 "

[PATCH v2 2/3] net/axgbe: add support for marvell m88e1512 PHY
 2026-02-28 14:39 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [PATCH v5 "

[PATCH v1 0/1] NBL fix queue count issue on port restart
 2026-02-28  2:12 UTC  (2+ messages)
` [PATCH v1 1/1] net/nbl: "

[PATCH 0/4] net/gve: add flow steering support
 2026-02-27 22:52 UTC  (6+ messages)
` [PATCH 1/4] net/gve: add flow steering device option
` [PATCH 2/4] net/gve: introduce extended adminq command
` [PATCH 3/4] net/gve: add adminq commands for flow steering
` [PATCH 4/4] net/gve: add rte flow API integration

[PATCH] app/testpmd: reduce txonly multi-flow src_port range
 2026-02-27 22:43 UTC  (5+ messages)
` [RFC] app/testpmd: add configurable flow count for txonly multi-flow
  ` [EXTERNAL] "
` [PATCH v2] "

[RFC 1/2] devtools: check packet forwarding in null test
 2026-02-27 22:10 UTC  (17+ messages)
` [RFC v2 0/5] Rework device probing
  ` [RFC v2 1/5] devtools: check packet forwarding in null test
  ` [RFC v2 2/5] bus/fslmc: fix bus cleanup
  ` [RFC v2 3/5] drivers/bus: require probe function for NXP drivers
  ` [RFC v2 4/5] bus: factorize device selection
  ` [RFC v2 5/5] eal: configure initial device probing

[PATCH 00/11] net/dpaa2: fixes and improvements
 2026-02-27 21:29 UTC  (25+ messages)
` [PATCH v2 00/17] "
` [PATCH v2 01/17] net/dpaa2: fix queue block memory leak on port close
` [PATCH v2 02/17] net/dpaa2: fix rx error queue memory leaks
` [PATCH v2 03/17] net/dpaa2: warn on rx descriptor limit only in high perf buffer mode
` [PATCH v2 04/17] net/dpaa2: fix resource leak on softparser failure
` [PATCH v2 05/17] net/dpaa2: fix link not up after port stop/start
` [PATCH v2 06/17] bus/fslmc: fix devargs not propagated on hotplug
` [PATCH v2 07/17] net/dpaa2: fix spurious VLAN insertion on non-VLAN packets
` [PATCH v2 08/17] net/dpaa2: fix error packet dump crash and memory leak
` [PATCH v2 09/17] net/dpaa2: fix L4 packet type classification in slow parse path
` [PATCH v2 10/17] net/dpaa2: fix L3/L4 checksum offload flags
` [PATCH v2 11/17] net/dpaa2: fix software taildrop buffer access
` [PATCH v2 12/17] net/dpaa2: fix burst mode info to report active burst function
` [PATCH v2 13/17] net/dpaa2: add SG table walk upper bound in Rx path
` [PATCH v2 14/17] net/dpaa2: fix MAC stats DMA buffer allocation per xstats call
` [PATCH v2 15/17] net/dpaa2: use CHECK_INTERVAL macro in set_link_down
` [PATCH v2 16/17] net/dpaa2: add devargs to disable Rx taildrop
` [PATCH v2 17/17] net/dpaa2: add devargs alternative for data stashing getenv

[PATCH] mempool: introduce statistics reset function
 2026-02-27 21:24 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/bnxt: fix reported VLAN stripped flag for Thor 2
 2026-02-27 20:20 UTC 

[PATCH] net/bnxt: fix clang wcomma warnings in ULP
 2026-02-27 20:00 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2 0/5] dts: add cryptodev testing support
 2026-02-27 19:43 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/5] dts: add cryptodev package to DTS
  ` [PATCH v3 3/5] dts: add cryptodev throughput test suite
  ` [PATCH v3 4/5] dts: add crypto test decorator
  ` [PATCH v3 5/5] dts: automate VFIO-PCI modprobe in node setup

[PATCH v1] dts: refactor flow suite with generator pattern
 2026-02-27 19:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] hash: fix pointer alignment
 2026-02-27 15:55 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] doc: update AMD EPYC guide
 2026-02-27 14:31 UTC 

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

[PATCH] hash: fix overflow of 32-bit offsets
 2026-02-27 13:01 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] net/ice: get link status updates via adminq message
 2026-02-27 11:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1 1/1] app/testpmd: add sleep command
 2026-02-27 11:00 UTC  (10+ messages)
` [PATCH v12 1/3] cmdline: use C standard library as number parser
  ` [PATCH v12 2/3] cmdline: add floating point support
  ` [PATCH v12 3/3] app/testpmd: add sleep command

[PATCH v1 1/1] net/iavf: remove global adminq response buffer
 2026-02-27 10:58 UTC  (3+ messages)
` [PATCH v2 "

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

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

[PATCH 0/6] Fix LTO compilation warnings
 2026-02-27  7:57 UTC  (3+ messages)
` [PATCH v6 "

[PATCH] cryptodev: fix memory corruption in secondary process
 2026-02-27  7:54 UTC  (3+ messages)

[v3] net/cksum: compute raw cksum for several segments
 2026-02-27  7:31 UTC  (8+ messages)

[PATCH] doc: improve e1000 driver documentation
 2026-02-27 16:21 UTC  (3+ messages)
` [PATCH v3] "
` [PATCH v4] "

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

[PATCH v1 0/1] support igb uio driver for VF devices
 2026-02-27  2:57 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] net/nbl: add igb uio support for NBL "
      ` 回复:[PATCH "
` [PATCH v4 0/1] NBL add probe checks for unsupported UIO drivers
  ` [PATCH v4 1/1] net/nbl: "

[PATCH v4 0/7] fix multi-process VF hotplug
 2026-02-27  1:02 UTC  (6+ messages)
` [PATCH v4 2/7] net/netvsc: add multi-process VF device removal support
    ` [EXTERNAL] "
  ` [EXTERNAL] Re: [PATCH v4 0/7] fix multi-process VF hotplug

[PATCH v1] dts: update yaml configs
 2026-02-26 20:43 UTC 

[PATCH] hash: add riscv vector support for 16-byte key comparison
 2026-02-26 18:44 UTC  (4+ messages)

[RFC] bpf/arm64: add BPF_ABS/BPF_IND packet load support
 2026-02-26 18:29 UTC  (3+ messages)

[PATCH] net/intel: fix wrap-around check in simple Tx scalar path
 2026-02-26 17:44 UTC  (3+ messages)

[RFC] devtools: replace get-maintainer shell wrapper with Python script
 2026-02-26 17:15 UTC  (2+ messages)
` [PATCH v5] devtools: add Python-based patch style checker

[PATCH] app/test: simplify getting the current file prefix
 2026-02-26 17:04 UTC  (3+ messages)
` [PATCH v2 1/2] app/test: fix ifdefs in header for managing subprocesses

[PATCH] test/memcpy: reduce alignment offset coverage to fix timeout
 2026-02-26 16:48 UTC 

[PATCH] eal/linux: handle epoll error conditions
 2026-02-26 15:41 UTC  (4+ messages)
` [PATCH v4 0/3] interrupt disconnect/error event handling
  ` [PATCH v4 2/3] eal/interrupt: add interrupt event info

[PATCH v7 00/18] Support VFIO cdev API in DPDK
 2026-02-26 14:17 UTC  (12+ messages)
` [PATCH v7 08/18] vdpa/nfp: use container device assignment API
` [PATCH v7 09/18] vdpa/sfc: "
` [PATCH v7 10/18] vhost: remove group-related API from drivers
` [PATCH v7 11/18] vfio: remove group-based API
` [PATCH v7 12/18] vfio: cleanup and refactor
` [PATCH v7 13/18] bus/pci: use the new VFIO mode API
` [PATCH v7 14/18] bus/fslmc: "
` [PATCH v7 15/18] net/hinic3: "
` [PATCH v7 16/18] net/ntnic: "
` [PATCH v7 17/18] vfio: remove no-IOMMU check API
` [PATCH v7 18/18] vfio: introduce cdev mode


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