DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-24 17:02:06 to 2026-08-27 02:38:52 UTC [more...]

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

[PATCH v2 1/4] net: fix VLAN insert doc comment for shared-mbuf error code
 2026-08-26 20:27 UTC  (7+ messages)
` [PATCH v2 2/4] net/af_packet: make Rx VLAN stripped flag handling explicit
` [PATCH v2 3/4] net: add VLAN insert function with a TPID argument
` [PATCH v2 4/4] net/af_packet: fix QinQ outer TPID on VLAN reinsertion

[PATCH v1 1/1] net/nbl: fix use-after-free
 2026-08-26 20:49 UTC  (2+ messages)

[RFC PATCH v2] net/bonding: restrict secondary control operations
 2026-08-26 17:53 UTC  (3+ messages)
` [RFC PATCH v3] "

[PATCH v13 00/25] NXP DPAA driver enhancements and fixes
 2026-08-26 17:25 UTC  (3+ messages)
` [PATCH v14 00/23] "

DPDK Release Status Meeting 2026-08-25
 2026-08-26 16:53 UTC 

[PATCH v1 01/21] ethdev: add flow graph API
 2026-08-26 14:46 UTC  (7+ messages)

[RFC 0/3] Drop vhost async (DMA-accelerated) datapath
 2026-08-26 14:02 UTC  (9+ messages)
` [RFC 1/3] examples: stop using vhost async datapath
` [PATCH 0/5] Drop vhost async (DMA-accelerated) datapath
  ` [PATCH 1/5] vhost: decouple guest pages population from async datapath
  ` [PATCH 2/5] examples/vhost: stop using "
  ` [PATCH 3/5] vhost: drop "
  ` [PATCH 4/5] vhost: rename packed layout helpers for batches
  ` [PATCH 5/5] vhost: simplify some descriptor handling

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

[PATCH] stack: introduce pile
 2026-08-26  8:13 UTC  (5+ messages)

[PATCH v5] devtools: support local opencode agent for patch review
 2026-08-26  8:12 UTC  (2+ messages)

DTS performance test coverage question
 2026-08-26  7:42 UTC  (2+ messages)

[PATCH 0/7] app/test: make perf tests usable on wider range of systems
 2026-08-26  3:58 UTC  (8+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] app/test/reciprocal_division: make it a fast test
  ` [PATCH v2 2/5] app/test/reciprocal_division_perf: reduce test time
  ` [PATCH v2 3/5] app/test/test_rcu_qsbr_perf: call quiescent more often
  ` [PATCH v2 4/5] app/test/test_pmd_perf: skip if no device available
  ` [PATCH v2 5/5] app/test/mempool_perf: adjust test to work with many cores

[PATCH v11 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-08-25 19:58 UTC  (7+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/4] net/zxdh: fix queue enable intr issues
  ` [PATCH v12 2/4] net/zxdh: optimize queue structure to improve performance
  ` [PATCH v12 3/4] net/zxdh: optimize Rx recv pkts performance
  ` [PATCH v12 4/4] net/zxdh: optimize Tx xmit "

[PATCH 0/8] remove non-base files from base folders
 2026-08-25 16:27 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] net/e1000: move editable files out of base folder
  ` [PATCH v2 2/8] net/fm10k: "
  ` [PATCH v2 3/8] net/i40e: "
  ` [PATCH v2 4/8] net/iavf: "
  ` [PATCH v2 5/8] net/ice: "
  ` [PATCH v2 6/8] net/idpf: "
  ` [PATCH v2 7/8] net/ixgbe: "
  ` [PATCH v2 8/8] net/ice: consolidate the sources list
` [PATCH v3 0/8] remove non-base files from base folders
  ` [PATCH v3 1/8] net/e1000: move editable files out of base folder
  ` [PATCH v3 2/8] net/fm10k: "
  ` [PATCH v3 3/8] net/i40e: "
  ` [PATCH v3 4/8] net/iavf: "
  ` [PATCH v3 5/8] net/ice: "
  ` [PATCH v3 6/8] net/idpf: "
  ` [PATCH v3 7/8] net/ixgbe: "
  ` [PATCH v3 8/8] net/ice: consolidate the sources list

[PATCH v2] net/dpaa2: hash inner IP for tunnelled traffic
 2026-08-25 14:14 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] testpmd: allow --tx-ip definitions per-port
 2026-08-25 14:13 UTC  (2+ messages)

[PATCH 00/17] drivers: replace strncpy with strlcpy
 2026-08-25 12:20 UTC  (14+ messages)
` [PATCH 02/17] common/mlx5: "
` [PATCH 11/17] net/mlx4: "
` [PATCH 12/17] net/mlx5: "
` [PATCH v2 00/17] drivers: "
  ` [PATCH v2 02/17] common/mlx5: "
  ` [PATCH v2 11/17] net/mlx4: "
  ` [PATCH v2 12/17] net/mlx5: "

[PATCH] bpf/validate: fix 32-bit BPF_AND/OR/XOR shift UBs
 2026-08-25 11:06 UTC  (2+ messages)

[PATCH 1/2] net/mlx5: fix promiscuous inconsistency on port start
 2026-08-25  8:17 UTC  (4+ messages)
` [PATCH 2/2] net/mlx5: reset promiscuous modes on device close

[PATCH 0/6] examples/l3fwd-power: fix Rx interrupt mode for shared FD PMDs
 2026-08-25  8:07 UTC  (2+ messages)

[PATCH] net/cpfl: add timesync and clock read support
 2026-08-25  8:06 UTC  (3+ messages)
  ` [PATCH v2] net/cpfl: add timesync support

[PATCH v11 00/15] net/enetc: add new features for ENETC4 on i.MX95
 2026-08-25  4:10 UTC  (10+ messages)
` [PATCH v12 00/15] et/enetc: "
  ` [PATCH v12 15/15] net/enetc4: add WRR Tx scheduler devarg for VF rings

[PATCH 1/3] net: fix VLAN insert doc comment for shared-mbuf error code
 2026-08-24 20:59 UTC  (4+ messages)
` [PATCH 2/3] net: add VLAN insert function with a TPID argument
` [PATCH 3/3] net/af_packet: fix QinQ outer TPID on VLAN reinsertion

[PATCH 0/2] net/sfc: fix and extend secondary process support
 2026-08-24 17:02 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 0/4] Remove limitations coming from legacy VMDq
 2026-08-24 17:01 UTC  (3+ messages)
` [PATCH v6 0/3] "


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