DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-27 00:00:13 to 2026-08-28 07:38:20 UTC [more...]

[PATCH v3 51/51] net/sxe2: simplify Rx queue buffer split fill helper
 2026-08-28  7:38 UTC  (110+ messages)
` [PATCH v4 00/44] net/sxe2: add Stars SXE2 net driver with fixes
` [PATCH v4 01/44] common/sxe2: fix null pointer in class driver remove
` [PATCH v4 02/44] common/sxe2: allow munmap during kernel reset
` [PATCH v4 03/44] net/sxe2: fix VF PCI device ID
` [PATCH v4 04/44] net/sxe2: fix MSIX register width in PF map table
` [PATCH v4 05/44] net/sxe2: restore pf and port index caps assignment
` [PATCH v4 06/44] net/sxe2: fix VSI lifecycle management
` [PATCH v4 07/44] net/sxe2: initialize stats in representor device init
` [PATCH v4 08/44] net/sxe2: use base device name for representor naming
` [PATCH v4 09/44] net/sxe2: propagate LSC event to VF representors
` [PATCH v4 10/44] net/sxe2: validate IPsec key length against maximum limit
` [PATCH v4 11/44] net/sxe2: rename representor VSI ID fields
` [PATCH v4 12/44] net/sxe2: clean up duplicate function declarations
` [PATCH v4 13/44] net/sxe2: fix null VSI dereference in device info
` [PATCH v4 14/44] net/sxe2: fill MAC and queue counts "
` [PATCH v4 15/44] net/sxe2: fix QinQ and RSS offload capability report
` [PATCH v4 16/44] net/sxe2: use regular write for mapped registers
` [PATCH v4 17/44] net/sxe2: move PCI register read macro to common header
` [PATCH v4 18/44] net/sxe2: validate PCI map resource type
` [PATCH v4 19/44] net/sxe2: guard PCI BAR unmap when not initialized
` [PATCH v4 20/44] net/sxe2: fix null dereference in dev uninit
` [PATCH v4 21/44] net/sxe2: fix duplicated cleanup in dev close
` [PATCH v4 22/44] net/sxe2: align dev init and cleanup order
` [PATCH v4 23/44] net/sxe2: simplify switchdev representor matching
` [PATCH v4 24/44] net/sxe2: rename fnav cid manager symbols to flow
` [PATCH v4 25/44] net/sxe2: move tunnel port helpers into flow module
` [PATCH v4 26/44] net/sxe2: add ACL engine event statistics support
` [PATCH v4 27/44] net/sxe2: guard Rx queue event FD free in unregister
` [PATCH v4 28/44] net/sxe2: refactor primary process MP message handling
` [PATCH v4 29/44] net/sxe2: refactor Tx queue reset operations
` [PATCH v4 30/44] net/sxe2: unify vectorized Tx buffer handling
` [PATCH v4 31/44] net/sxe2: refine vectorized Tx/Rx mode setup
` [PATCH v4 32/44] net/sxe2: fix RSS action attribute validation
` [PATCH v4 33/44] net/sxe2: restore PF-only guard in udp tunnel port add
` [PATCH v4 34/44] net/sxe2: restore link update call in status query
` [PATCH v4 35/44] net/sxe2: validate representor ID against VF count
` [PATCH v4 36/44] net/sxe2: use primary VSI ID for representor VSI
` [PATCH v4 37/44] net/sxe2: wrap command params fill debug log in macro
` [PATCH v4 38/44] net/sxe2: restore Rx queue buffer split fill support
` [PATCH v4 39/44] net/sxe2: skip tunnel config fill on get failure
` [PATCH v4 40/44] net/sxe2: skip flow id assignment on filter add failure
` [PATCH v4 41/44] net/sxe2: fix command channel log messages
` [PATCH v4 42/44] net/sxe2: align command structs with historical kernel layout
` [PATCH v4 43/44] common/sxe2: fix ioctl channel log and close handling
` [PATCH v4 44/44] doc/sxe2: remove drv-sw-stats parameter documentation
  ` [PATCH v5 00/45] net/sxe2: add Stars SXE2 net driver with fixes
  ` [PATCH v5 01/45] common/sxe2: fix null pointer in class driver remove
  ` [PATCH v5 02/45] common/sxe2: allow munmap during kernel reset
  ` [PATCH v5 03/45] net/sxe2: fix VF PCI device ID
  ` [PATCH v5 04/45] net/sxe2: fix MSIX register width in PF map table
  ` [PATCH v5 05/45] net/sxe2: restore pf and port index caps assignment
  ` [PATCH v5 06/45] net/sxe2: fix VSI lifecycle management
  ` [PATCH v5 07/45] net/sxe2: initialize stats in representor device init
  ` [PATCH v5 08/45] net/sxe2: use base device name for representor naming
  ` [PATCH v5 09/45] net/sxe2: propagate LSC event to VF representors
  ` [PATCH v5 10/45] net/sxe2: clear security context pointer on uninit
  ` [PATCH v5 11/45] net/sxe2: rename representor VSI ID fields
  ` [PATCH v5 12/45] net/sxe2: clean up duplicate function declarations
  ` [PATCH v5 13/45] net/sxe2: fix null VSI dereference in device info
  ` [PATCH v5 14/45] net/sxe2: fill MAC and queue counts "
  ` [PATCH v5 15/45] net/sxe2: fix QinQ and RSS offload capability report
  ` [PATCH v5 16/45] net/sxe2: use regular write for mapped registers
  ` [PATCH v5 17/45] net/sxe2: move PCI register read macro to common header
  ` [PATCH v5 18/45] net/sxe2: validate PCI map resource type
  ` [PATCH v5 19/45] net/sxe2: guard PCI BAR unmap when not initialized
  ` [PATCH v5 20/45] net/sxe2: fix null dereference in dev uninit
  ` [PATCH v5 21/45] net/sxe2: fix duplicated cleanup in dev close
  ` [PATCH v5 22/45] net/sxe2: align dev init and cleanup order
  ` [PATCH v5 23/45] net/sxe2: simplify switchdev representor matching
  ` [PATCH v5 24/45] net/sxe2: rename fnav cid manager symbols to flow
  ` [PATCH v5 25/45] net/sxe2: move tunnel port helpers into flow module
  ` [PATCH v5 26/45] net/sxe2: add ACL engine event statistics support
  ` [PATCH v5 27/45] net/sxe2: guard Rx queue event FD free in unregister
  ` [PATCH v5 28/45] net/sxe2: refactor primary process MP message handling
  ` [PATCH v5 29/45] net/sxe2: refactor Tx queue reset operations
  ` [PATCH v5 30/45] net/sxe2: unify vectorized Tx buffer handling
  ` [PATCH v5 31/45] net/sxe2: refine vectorized Tx/Rx mode setup
  ` [PATCH v5 32/45] net/sxe2: fix RSS action attribute validation
  ` [PATCH v5 33/45] net/sxe2: restore PF-only guard in udp tunnel port add
  ` [PATCH v5 34/45] net/sxe2: restore link update call in status query
  ` [PATCH v5 35/45] net/sxe2: validate representor ID against VF count
  ` [PATCH v5 36/45] net/sxe2: use primary VSI ID for representor VSI
  ` [PATCH v5 37/45] net/sxe2: wrap command params fill debug log in macro
  ` [PATCH v5 38/45] net/sxe2: restore Rx queue buffer split fill support
  ` [PATCH v5 39/45] net/sxe2: skip tunnel config fill on get failure
  ` [PATCH v5 40/45] net/sxe2: skip flow id assignment on filter add failure
  ` [PATCH v5 41/45] net/sxe2: fix command channel log messages
  ` [PATCH v5 42/45] net/sxe2: align command structs with historical kernel layout
  ` [PATCH v5 43/45] common/sxe2: fix ioctl channel log and close handling
  ` [PATCH v5 44/45] doc/sxe2: remove drv-sw-stats parameter documentation
  ` [PATCH v5 45/45] net/sxe2: remove ineffective queue counts in representor info
    ` [PATCH v6 00/45] net/sxe2: update SXE2 poll mode driver
    ` [PATCH v6 01/45] common/sxe2: fix null pointer in class driver remove
    ` [PATCH v6 02/45] common/sxe2: allow munmap during kernel reset
    ` [PATCH v6 03/45] net/sxe2: fix VF PCI device ID
    ` [PATCH v6 04/45] net/sxe2: fix MSIX register width in PF map table
    ` [PATCH v6 05/45] net/sxe2: restore pf and port index caps assignment
    ` [PATCH v6 06/45] net/sxe2: fix VSI lifecycle management
    ` [PATCH v6 07/45] net/sxe2: initialize stats in representor device init
    ` [PATCH v6 08/45] net/sxe2: use base device name for representor naming
    ` [PATCH v6 09/45] net/sxe2: propagate LSC event to VF representors
    ` [PATCH v6 10/45] net/sxe2: clear security context pointer on uninit
    ` [PATCH v6 11/45] net/sxe2: rename representor VSI ID fields
    ` [PATCH v6 12/45] net/sxe2: clean up duplicate function declarations
    ` [PATCH v6 13/45] net/sxe2: fix null VSI dereference in device info
    ` [PATCH v6 14/45] net/sxe2: fill MAC and queue counts "
    ` [PATCH v6 15/45] net/sxe2: fix QinQ and RSS offload capability report
    ` [PATCH v6 16/45] net/sxe2: use regular write for mapped registers

[RFC 0/7] regex/hs: introduce Hyperscan regex PMD
 2026-08-28  5:35 UTC  (8+ messages)
` [RFC 1/7] regex/hs: add driver skeleton and build integration
` [RFC 2/7] regex/hs: add device configure and queue pair setup
` [RFC 3/7] regex/hs: add rule database update and compilation
` [RFC 4/7] regex/hs: add enqueue and dequeue burst paths
` [RFC 5/7] regex/hs: add per-queue-pair extended statistics
` [RFC 6/7] regex/hs: add start stop close and device dump
` [RFC 7/7] regex/hs: add Hyperscan compile flag support

[PATCH] net/cpfl: fix VF ID calculation for vCPF
 2026-08-27 21:22 UTC 

[RFC 0/1] ethdev: per-packet Tx timestamp slot management
 2026-08-27 21:45 UTC  (11+ messages)
` [RFC PATCH v2 0/1] ethdev: add Tx timestamp slot APIs
  ` [RFC PATCH v3 1/1] ethdev: add Tx timestamp slot management APIs
` [RFC PATCH v3 0/1] ethdev: add Tx timestamp slot APIs
  ` [RFC PATCH v2 1/1] ethdev: add Tx timestamp slot management APIs

[PATCH v8 00/10] bpf: JIT and interpreter fixes
 2026-08-27 21:41 UTC  (11+ messages)
  ` [PATCH v8 01/10] bpf/x86: fix JIT encoding of fixed-width immediates
  ` [PATCH v8 02/10] test/bpf: add JSET test with small immediate
  ` [PATCH v8 03/10] bpf: mask shift count in interpreter per RFC 9669
  ` [PATCH v8 04/10] bpf/arm64: mask shift count "
  ` [PATCH v8 05/10] test/bpf: add test for large shift
  ` [PATCH v8 06/10] bpf/arm64: fix offset type to allow a negative jump
  ` [PATCH v8 07/10] Subject: [PATCH 07/10] bpf/arm64: add BPF_ABS/BPF_IND packet load support
  ` [PATCH v8 08/10] test/bpf: check that JIT was generated
  ` [PATCH v8 09/10] test/bpf: check that bpf_convert can be JIT'd
  ` [PATCH v8 10/10] bpf: fix uninitialized warning

[PATCH 00/13] Wangxun fixes and new features
 2026-08-27 20:11 UTC  (2+ messages)

[PATCH v1] dts: refactor cryptodev throughput test suite
 2026-08-27 17:22 UTC 

[PATCH] bus/dpaa: defer bus initialization to probe
 2026-08-27 16:02 UTC  (3+ messages)

[PATCH] net/dpaa: fix Rx queue shutdown before init
 2026-08-27 15:59 UTC  (2+ messages)

[PATCH 0/4] fix unused-but-set-global warnings
 2026-08-27 15:57 UTC  (10+ messages)
` [PATCH 1/4] common/dpaax: fix unused variable warning in non-debug build
` [PATCH 2/4] bus/dpaa: remove unused qman_clk variable
` [PATCH 4/4] net/qede: remove unused app version variable

[PATCH v13 00/24] Support VFIO cdev API in DPDK
 2026-08-27 15:14 UTC  (25+ messages)
  ` [PATCH v13 01/24] uapi: update to v6.17 and add iommufd.h
  ` [PATCH v13 02/24] vfio: make all functions internal
  ` [PATCH v13 03/24] bus/fslmc: decouple from EAL VFIO
  ` [PATCH v13 04/24] vfio: decouple EAL from VFIO internals
  ` [PATCH v13 05/24] vfio: do proper teardown on VFIO cleanup
  ` [PATCH v13 06/24] vfio: rename API to reflect internal status
  ` [PATCH v13 07/24] bus/pci: rename mismatching error labels
  ` [PATCH v13 08/24] vfio: split get device info from setup
  ` [PATCH v13 09/24] vfio: add container device assignment API
  ` [PATCH v13 10/24] net/nbl: do not use VFIO group bind API
  ` [PATCH v13 11/24] net/ntnic: use container device assignment API
  ` [PATCH v13 12/24] vdpa/ifc: "
  ` [PATCH v13 13/24] vdpa/nfp: "
  ` [PATCH v13 14/24] vdpa/sfc: "
  ` [PATCH v13 15/24] vdpa/mlx5: remove group-related API
  ` [PATCH v13 16/24] vhost: remove group-related API from driver
  ` [PATCH v13 17/24] vfio: remove group-based API
  ` [PATCH v13 18/24] vfio: cleanup and refactor
  ` [PATCH v13 19/24] bus/pci: use the new VFIO mode API
  ` [PATCH v13 20/24] bus/fslmc: "
  ` [PATCH v13 21/24] net/hinic3: "
  ` [PATCH v13 22/24] net/ntnic: "
  ` [PATCH v13 23/24] vfio: remove no-IOMMU check API
  ` [PATCH v13 24/24] vfio: introduce cdev mode

[dpdk-dev v1] net/sxe2: replace private mempool cache bypass with rte_mbuf_raw_free_bulk
 2026-08-27 15:10 UTC  (2+ messages)
` [dpdk-dev v2] "

August 27, 2026 DTS Working Group Meeting Notes
 2026-08-27 14:08 UTC 

[PATCH] stack: introduce pile
 2026-08-27 13:55 UTC  (4+ messages)
` [PATCH v3 0/2] introduce pile stack and mempool driver
  ` [PATCH v3 1/2] stack: introduce pile
  ` [PATCH v3 2/2] mempool: introduce pile driver

[PATCH 01/13] net/txgbe: fix e56 PHY configuration error
 2026-08-27 11:42 UTC  (13+ messages)
` [PATCH 02/13] net/txgbe: fix incorrect link state in 10G forced mode
` [PATCH 03/13] net/txgbe: do not force reconfig on link retry
` [PATCH 04/13] net/txgbe: set i2c sda hold time
` [PATCH 05/13] net/txgbe: fix link speed display info for 10G mode
` [PATCH 06/13] net/txgbe: remove stale outer UDP checksum offload flag
` [PATCH 07/13] net/txgbe: add offload support for tunnel type UDP
` [PATCH 08/13] net/txgbe: fix SFP hot-plug when auto-negotiation is on
` [PATCH 09/13] net/txgbe: fix DAC hot-plug on 40G NIC with auto-negotiation
` [PATCH 10/13] net/txgbe: add backplane FFE and capability devargs
` [PATCH 11/13] net/txgbe: add devarg to turn off Tx laser for 40G NIC
` [PATCH 12/13] net/txgbe: fix CR/KR link training and recovery
` [PATCH 13/13] net/txgbe: align link capabilities and DAC classification

[PATCH v1 1/1] net/nbl: fix use-after-free
 2026-08-27  8:47 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v1 01/21] ethdev: add flow graph API
 2026-08-27  8:02 UTC  (6+ messages)

[RFC v3 1/3] doc: add fastmem programming guide
 2026-08-27  5:23 UTC  (5+ messages)
` [RFC v4 0/3] lib/fastmem: fast small-object allocator
  ` [RFC v4 2/3] lib: add fastmem library


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