DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-14 12:22:23 to 2026-08-15 00:46:17 UTC [more...]

[PATCH] net/af_xdp: add Rx metadata and dynamic timestamping support
 2026-08-15  0:45 UTC  (4+ messages)
` [PATCH v6 0/2] net/af_xdp: add Rx timestamping and read_clock support
  ` [PATCH v6 1/2] net/af_xdp: add af_xdp rx metadata and dynamic timestamping support
  ` [PATCH v6 2/2] net/af_xdp: add read_clock support to AF_XDP PMD

[RFC 0/7] Complete removal of queue stats mapping
 2026-08-14 22:31 UTC  (19+ messages)
` [PATCH v4 00/16] per-queue statistics changes
  ` [PATCH v4 01/16] net/virtio: remove unused queue stats mapping
  ` [PATCH v4 02/16] app/testpmd: remove leftover set qmap
  ` [PATCH v4 03/16] net/enic: remove unneeded ops initialization
  ` [PATCH v4 04/16] net/cnxk: fix Tx drops added to Rx queue errors
  ` [PATCH v4 05/16] net/cnxk: remove queue stats mapping
  ` [PATCH v4 06/16] net/e1000: "
  ` [PATCH v4 07/16] net/ixgbe: "
  ` [PATCH v4 08/16] net/txgbe: "
  ` [PATCH v4 09/16] net/sxe2: fix null dereference in stats get
  ` [PATCH v4 10/16] net/sxe2: remove queue stats mapping
  ` [PATCH v4 11/16] ethdev: remove support for "
  ` [PATCH v4 12/16] net/mvpp2: fix out of range Tx queue stats write
  ` [PATCH v4 13/16] net/ntnic: fix Tx errors reported as Rx queue errors
  ` [PATCH v4 14/16] net/xsc: fix Tx errors added to "
  ` [PATCH v4 15/16] ethdev: remove queue stats counter limit
    ` [EXTERNAL] "
  ` [PATCH v4 16/16] test/pmd_ring: test per-queue xstats

[PATCH v1 00/13] net/sxe2: fix bugs
 2026-08-14 18:44 UTC  (15+ messages)
` [PATCH v1 01/13] net/sxe2: add Rx queue buffer split fill support
` [PATCH v1 02/13] net/sxe2: update switchdev repr VSI ID display format
` [PATCH v1 03/13] net/sxe2: add ACL engine event statistics support
` [PATCH v1 04/13] net/sxe2: enhance device cap and res management
` [PATCH v1 05/13] net/sxe2: improve representor device initialization
` [PATCH v1 06/13] net/sxe2: refactor flow tunnel port handling
` [PATCH v1 07/13] net/sxe2: validate IPsec key length against maximum limit
` [PATCH v1 08/13] net/sxe2: enhance repre event handling and MP code
` [PATCH v1 09/13] net/sxe2: optimize vectorized Tx/Rx path
` [PATCH v1 10/13] common/sxe2: allow munmap during kernel reset
` [PATCH v1 11/13] net/sxe2: clean up duplicate function declarations
` [PATCH v1 12/13] net/sxe2: clean up structure definitions
` [PATCH v1 13/13] doc/sxe2: add acl-stat-type parameter documentation

[PATCH v1] net/af_xdp: fix shared UMEM refcount corruption
 2026-08-14 21:51 UTC  (3+ messages)
` [PATCH v2] "

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

[RFC] increase name sizes and reorder structures
 2026-08-14 15:19 UTC  (3+ messages)

[PATCH 1/2] net/iavf: remove Tx LLDP dynfield method
 2026-08-14 15:08 UTC  (8+ messages)
` [PATCH 2/2] net/iavf: rename LLDP Tx devarg
` [PATCH v2 1/2] net/iavf: remove Tx LLDP dynfield method
  ` [PATCH v2 2/2] net/iavf: rename LLDP Tx devarg

ice driver compiler warning
 2026-08-14 14:43 UTC  (4+ messages)
` [PATCH] net/ice/base: allow array bounds warnings

[PATCH 00/14] common/sfc_efx/base: fix code analysis issues
 2026-08-14 12:56 UTC  (31+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/14] common/sfc_efx/base: reduce stack in RSS context table write
  ` [PATCH v3 02/14] common/sfc_efx/base: reduce stack in get addr regions MCDI
  ` [PATCH v3 03/14] common/sfc_efx/base: reduce stack in set "
  ` [PATCH v3 04/14] common/sfc_efx/base: reduce stack in netport stat describe
  ` [PATCH v3 05/14] common/sfc_efx/base: fix filter saved spec handling
  ` [PATCH v3 06/14] common/sfc_efx/base: fix annotations in client MAC addr get
  ` [PATCH v3 07/14] common/sfc_efx/base: fix annotations in HW-SW mask converter
  ` [PATCH v3 08/14] common/sfc_efx/base: fix annotations in get fixed port props
  ` [PATCH v3 09/14] common/sfc_efx/base: fix annotations in SW-HW enum converter
  ` [PATCH v3 10/14] common/sfc_efx/base: fix annotation in netport stat describe
  ` [PATCH v3 11/14] common/sfc_efx/base: fix flex array "
  ` [PATCH v3 12/14] common/sfc_efx/base: fix filter in SW-HW mask converter
  ` [PATCH v3 13/14] common/sfc_efx/base: rework SW mask to HW enum converter
  ` [PATCH v3 14/14] common/sfc_efx/base: cleanup wider type comparisons in loops
` [PATCH v3 0/3] net/sfc: miscellaneous bug fixes
  ` [PATCH v3 1/3] net/sfc: set Rx queue type flags from scratch on queue setup
  ` [PATCH v3 2/3] net/sfc: drop wrong static qualifier from iterator variable
  ` [PATCH v3 3/3] common/sfc_efx/base: fix reading advertised autoneg ability
` [PATCH v3 0/3] common/sfc_efx/base: add VADAPTER statistics for Medford4
  ` [PATCH v3 1/3] common/sfc_efx/base: update MCDI headers
  ` [PATCH v3 2/3] common/sfc_efx/base: add support for VADAPTER statistics IDs
  ` [PATCH v3 3/3] common/sfc_efx/base: switch netport stats to use EVB port ID
` [PATCH v3 0/6] common/sfc_efx/base: add Medford4 VF support
  ` [PATCH v3 1/6] common/sfc_efx/base: let Medford4 PF manage VFs
  ` [PATCH v3 2/6] common/sfc_efx/base: indicate dummy netport properties on VF
  ` [PATCH v3 3/6] common/sfc_efx/base: skip netport event subscriptions on VFs
  ` [PATCH v3 4/6] common/sfc_efx/base: deny tuning FCS and flow control to VFs
  ` [PATCH v3 5/6] common/sfc_efx/base: deny periodic MAC stats delivery "
  ` [PATCH v3 6/6] doc: announce VF support of AMD Solarflare X45xx family NICs


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