DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-02 01:57:07 to 2026-09-03 13:58:27 UTC [more...]

[PATCH 00/45] net/dpaa2: features and fixes for NXP DPAA2 drivers
 2026-09-03 13:53 UTC  (39+ messages)
` [PATCH 01/45] crypto/dpaa2_sec: fix buffer overflow in GCM decrypt
` [PATCH 02/45] crypto/dpaa2_sec: fix FLE pool leak on sec FD build failure
` [PATCH 03/45] crypto/dpaa2_sec: support AES-GMAC
` [PATCH 04/45] crypto/dpaa2_sec: increase ivsize range for AES-CTR
` [PATCH 05/45] crypto/dpaa2_sec: add missing ECN capability
` [PATCH 06/45] crypto/dpaa2_sec: add support for env variables
` [PATCH 07/45] drivers: fix double free of dpaa2 device on uninit
` [PATCH 08/45] net/dpaa2: fix integer overflow in CCSR region mapping
` [PATCH 09/45] dma/dpaa2: fix array-bounds warning in dequeue path
` [PATCH 10/45] bus/fslmc: defer bus initialization to probe
` [PATCH 11/45] dma/dpaa2: validate IOVA in pre-populate helpers
` [PATCH 12/45] dma/dpaa2: optimize context index ring enqueue
` [PATCH 13/45] drivers: add dpaa2 DMA bypass memory translation option
` [PATCH 14/45] mempool/dpaa2: support ops index from primary in secondary
` [PATCH 15/45] net/dpaa2: set Tx confirmation on device init
` [PATCH 16/45] drivers: optimize dpaa2 Tx queue and channel mapping
` [PATCH 17/45] net/dpaa2: support larger burst size
` [PATCH 18/45] net/dpaa2: support MPLS and PPPoE flow distribution
` [PATCH 19/45] net/dpaa2: support meter and policing
` [PATCH 20/45] net/dpaa2: support flow drop action
` [PATCH 21/45] net/dpaa2: set default flow miss action per device
` [PATCH 22/45] net/dpaa2: identify Rx mbuf hash information by FLC
` [PATCH 23/45] net/dpaa2: add minimum key size support
` [PATCH 24/45] net/dpaa2: restructure dpaa2 parser processing
` [PATCH 25/45] net/dpaa2: parse tunnel and fragmented packet types
` [PATCH 26/45] net/dpaa2: remove unused soft parser driver
` [PATCH 27/45] drivers: refresh dpaa2 MC and SoC version info
` [PATCH 28/45] drivers: identify dpaa2 soft parser protocol
` [PATCH 29/45] drivers: assign dpaa2 Rx CGID per traffic class
` [PATCH 30/45] drivers: inherit dpaa2 rxq config for event queue
` [PATCH 31/45] net/dpaa2: rename Rx queue flags
` [PATCH 32/45] drivers: rework dpaa2 Tx confirmation
` [PATCH 33/45] net/dpaa2: ptp enhancements
` [PATCH 34/45] net/dpaa2: remove unused soft parser Tx code
` [PATCH 35/45] net/dpaa2: update MC dpni QoS and flow steering API
` [PATCH 36/45] net/dpaa2: enhance xstat implementation
` [PATCH 37/45] net/dpaa2: rework flow engine
` [PATCH 38/45] net/dpaa2: support Rx mempool per traffic class

[RFC 00/11] Device unplug and bus cleanup refactoring for NXP
 2026-09-03 13:30 UTC  (3+ messages)

[PATCH 0/7] VLAN and QinQ fixes for iavf
 2026-09-03 12:58 UTC  (3+ messages)
` [PATCH 3/7] net/iavf: fix VLAN outer TPID setting on Tx

[PATCH] doc: fix API comments for Doxygen 1.18.0
 2026-09-03 12:38 UTC 

[PATCH v13 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-09-03 11:32 UTC  (6+ messages)
` [PATCH v14 "
  ` [PATCH v14 1/4] net/zxdh: fix queue enable intr issues
  ` [PATCH v14 2/4] net/zxdh: optimize queue structure to improve performance
  ` [PATCH v14 3/4] net/zxdh: optimize Rx recv pkts performance
  ` [PATCH v14 4/4] net/zxdh: optimize Tx xmit "

[PATCH v2 00/22] ethdev: clean up legacy flow director
 2026-09-03 10:57 UTC  (21+ messages)
` [PATCH v4 00/23] ethdev: refactor remaining uses of "
  ` [PATCH v4 02/23] ethdev: use DPDK byte order conversion
  ` [PATCH v4 03/23] net/ixgbe: remove experimental FDIR API
  ` [PATCH v4 05/23] app/testpmd: remove support for flow director
  ` [PATCH v4 06/23] app/testpmd: move str_to_flowtype to i40e
  ` [PATCH v4 08/23] gro: include headers directly
  ` [PATCH v4 17/23] examples: include network headers
  ` [PATCH v4 20/23] net/intel/common: "
  ` [PATCH v4 22/23] ethdev, drivers: isolate flow director
  ` [PATCH v4 23/23] doc: add release note about rte_ethdev changes

[PATCH 00/10] cryptodev: add RSA-OAEP and RSA-PSS padding support
 2026-09-03  8:26 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] crypto: add RSA-specific capability parameters
  ` [PATCH v2 2/8] crypto/octeontx: advertise RSA PKCS#1 v1.5 padding support
  ` [PATCH v2 3/8] crypto/cnxk: "
  ` [PATCH v2 4/8] crypto/openssl: advertise RSA padding and hash capabilities
  ` [PATCH v2 5/8] crypto/openssl: add RSA-OAEP support for OpenSSL PMD
  ` [PATCH v2 6/8] app/test: add RSA OAEP asymmetric test cases
  ` [PATCH v2 7/8] crypto/openssl: add RSA-PSS support for RSA operations
  ` [PATCH v2 8/8] app/test: add RSA-PSS sign and verify test cases

[PATCH] telemetry: promote experimental API to stable
 2026-09-03  8:19 UTC  (2+ messages)

[PATCH v8 49/49] net/sxe2: fix devargs parse error check for representors
 2026-09-03  1:58 UTC  (100+ messages)
` [PATCH v9 00/48] net/sxe2: re-align with reference and fix review findings
` [PATCH v9 01/48] common/sxe2: fix null pointer in class driver remove
` [PATCH v9 02/48] common/sxe2: allow munmap during kernel reset
` [PATCH v9 03/48] net/sxe2: fix VF PCI device ID
` [PATCH v9 04/48] net/sxe2: fix MSIX register width in PF map table
` [PATCH v9 05/48] net/sxe2: restore PF and port index caps assignment
` [PATCH v9 06/48] net/sxe2: fix VSI lifecycle management
` [PATCH v9 07/48] net/sxe2: initialize stats in representor device init
` [PATCH v9 08/48] net/sxe2: use base device name for representor naming
` [PATCH v9 09/48] net/sxe2: propagate LSC event to VF representors
` [PATCH v9 10/48] net/sxe2: clear security context pointer on uninit
` [PATCH v9 11/48] net/sxe2: rename representor VSI ID fields
` [PATCH v9 12/48] net/sxe2: clean up duplicate function declarations
` [PATCH v9 13/48] net/sxe2: fix null VSI dereference in device info
` [PATCH v9 14/48] net/sxe2: fill MAC addresses "
` [PATCH v9 15/48] net/sxe2: fix QinQ and RSS offload capability report
` [PATCH v9 16/48] net/sxe2: use regular write for mapped registers
` [PATCH v9 17/48] net/sxe2: move PCI register read macro to common header
` [PATCH v9 18/48] net/sxe2: validate PCI map resource type
` [PATCH v9 19/48] net/sxe2: guard PCI BAR unmap when not initialized
` [PATCH v9 20/48] net/sxe2: fix duplicated cleanup in dev close
` [PATCH v9 21/48] net/sxe2: align dev init and cleanup order
` [PATCH v9 22/48] net/sxe2: simplify switchdev representor matching
` [PATCH v9 23/48] net/sxe2: rename fnav cid manager symbols to flow
` [PATCH v9 24/48] net/sxe2: move tunnel port helpers into flow module
` [PATCH v9 25/48] net/sxe2: add ACL engine event statistics support
` [PATCH v9 26/48] net/sxe2: enable FDIR on all Rx queues
` [PATCH v9 27/48] net/sxe2: refactor primary process MP message handling
` [PATCH v9 28/48] net/sxe2: refactor Tx queue reset operations
` [PATCH v9 29/48] net/sxe2: unify vectorized Tx buffer handling
` [PATCH v9 30/48] net/sxe2: optimize NEON Tx descriptor fill
` [PATCH v9 31/48] net/sxe2: fix NEON Rx ptype mapping and memory ordering
` [PATCH v9 32/48] net/sxe2: refine vectorized Tx/Rx mode setup
` [PATCH v9 33/48] net/sxe2: fix RSS action attribute validation
` [PATCH v9 34/48] net/sxe2: restore PF-only guard in UDP tunnel port add
` [PATCH v9 35/48] net/sxe2: refresh link state on link change events
` [PATCH v9 37/48] net/sxe2: use primary VSI ID for representor VSI
` [PATCH v9 38/48] net/sxe2: wrap command params fill debug log in macro
` [PATCH v9 39/48] net/sxe2: restore Rx queue buffer split fill support
` [PATCH v9 40/48] net/sxe2: skip tunnel config fill on get failure
` [PATCH v9 41/48] net/sxe2: skip flow ID assignment on filter add failure
` [PATCH v9 42/48] net/sxe2: correct command channel log messages
` [PATCH v9 43/48] net/sxe2: align command structs with kernel layout
` [PATCH v9 44/48] common/sxe2: fix ioctl channel log and close handling
` [PATCH v9 45/48] doc/sxe2: remove drv-SW-stats parameter documentation
` [PATCH v9 46/48] net/sxe2: remove ineffective representor queue counts
` [PATCH v9 47/48] net/sxe2: fix VEC mode selection in mode set functions
` [PATCH v9 48/48] net/sxe2: fix devargs parse error check for representors
` [PATCH v9 36/48] net/sxe2: validate representor ID against VF count
  ` [PATCH v10 00/48] net/sxe2: re-align with reference and fix review findings
  ` [PATCH v10 01/48] common/sxe2: fix null pointer in class driver remove
  ` [PATCH v10 02/48] common/sxe2: allow munmap during kernel reset
  ` [PATCH v10 03/48] net/sxe2: fix VF PCI device ID
  ` [PATCH v10 04/48] net/sxe2: fix MSIX register width in PF map table
  ` [PATCH v10 05/48] net/sxe2: restore PF and port index caps assignment
  ` [PATCH v10 06/48] net/sxe2: fix VSI lifecycle management
  ` [PATCH v10 07/48] net/sxe2: initialize stats in representor device init
  ` [PATCH v10 08/48] net/sxe2: use base device name for representor naming
  ` [PATCH v10 09/48] net/sxe2: propagate LSC event to VF representors
  ` [PATCH v10 10/48] net/sxe2: clear security context pointer on uninit
  ` [PATCH v10 11/48] net/sxe2: rename representor VSI ID fields
  ` [PATCH v10 12/48] net/sxe2: clean up duplicate function declarations
  ` [PATCH v10 13/48] net/sxe2: fix null VSI dereference in device info
  ` [PATCH v10 14/48] net/sxe2: fill MAC addresses "
  ` [PATCH v10 15/48] net/sxe2: fix QinQ and RSS offload capability report
  ` [PATCH v10 16/48] net/sxe2: use regular write for mapped registers
  ` [PATCH v10 17/48] net/sxe2: move PCI register read macro to common header
  ` [PATCH v10 18/48] net/sxe2: validate PCI map resource type
  ` [PATCH v10 19/48] net/sxe2: guard PCI BAR unmap when not initialized
  ` [PATCH v10 20/48] net/sxe2: fix duplicated cleanup in dev close
  ` [PATCH v10 21/48] net/sxe2: align dev init and cleanup order
  ` [PATCH v10 22/48] net/sxe2: simplify switchdev representor matching
  ` [PATCH v10 23/48] net/sxe2: rename fnav cid manager symbols to flow
  ` [PATCH v10 24/48] net/sxe2: move tunnel port helpers into flow module
  ` [PATCH v10 25/48] net/sxe2: add ACL engine event statistics support
  ` [PATCH v10 26/48] net/sxe2: enable FDIR on all Rx queues
  ` [PATCH v10 27/48] net/sxe2: refactor primary process MP message handling
  ` [PATCH v10 28/48] net/sxe2: refactor Tx queue reset operations
  ` [PATCH v10 29/48] net/sxe2: unify vectorized Tx buffer handling
  ` [PATCH v10 30/48] net/sxe2: optimize NEON Tx descriptor fill
  ` [PATCH v10 31/48] net/sxe2: fix NEON Rx ptype mapping and memory ordering
  ` [PATCH v10 32/48] net/sxe2: refine vectorized Tx/Rx mode setup
  ` [PATCH v10 33/48] net/sxe2: fix RSS action attribute validation
  ` [PATCH v10 34/48] net/sxe2: restore PF-only guard in UDP tunnel port add
  ` [PATCH v10 35/48] net/sxe2: refresh link state on link change events
  ` [PATCH v10 36/48] net/sxe2: validate representor ID against VF count
  ` [PATCH v10 37/48] net/sxe2: use primary VSI ID for representor VSI
  ` [PATCH v10 38/48] net/sxe2: wrap command params fill debug log in macro
  ` [PATCH v10 39/48] net/sxe2: restore Rx queue buffer split fill support
  ` [PATCH v10 40/48] net/sxe2: skip tunnel config fill on get failure
  ` [PATCH v10 41/48] net/sxe2: skip flow ID assignment on filter add failure
  ` [PATCH v10 42/48] net/sxe2: correct command channel log messages
  ` [PATCH v10 43/48] net/sxe2: align command structs with kernel layout
  ` [PATCH v10 44/48] common/sxe2: fix ioctl channel log and close handling
  ` [PATCH v10 45/48] doc/sxe2: remove drv-SW-stats parameter documentation
  ` [PATCH v10 46/48] net/sxe2: remove ineffective representor queue counts
  ` [PATCH v10 47/48] net/sxe2: fix VEC mode selection in mode set functions
  ` [PATCH v10 48/48] net/sxe2: fix devargs parse error check for representors

[PATCH] reorder: promote experimental API to stable
 2026-09-02 23:27 UTC 

[PATCH v5 0/7] dts: remove imports from framework in test suites
 2026-09-02 18:13 UTC  (10+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 1/8] dts: move exception module from framework to API
  ` [PATCH v6 2/8] dts: move utils "
  ` [PATCH v6 3/8] dts: move context "
  ` [PATCH v6 4/8] dts: separate Linux session into interface and logic
  ` [PATCH v6 5/8] dts: port base traffic generators to API
  ` [PATCH v6 6/8] dts: move testbed model from framework "
  ` [PATCH v6 7/8] dts: move test suite module "
  ` [PATCH v6 8/8] dts: move params directory "

[PATCH 0/6] eventdev: promote long-standing experimental API to stable
 2026-09-02 16:34 UTC  (8+ messages)
` [PATCH 1/6] eventdev/eth_rx: promote adapter "
` [PATCH 2/6] eventdev/eth_tx: promote adapter runtime params "
` [PATCH 3/6] eventdev/crypto: "
` [PATCH 4/6] eventdev/timer: promote remaining ticks get "
` [PATCH 5/6] eventdev: promote link profile API "
` [PATCH 6/6] eventdev/dma: promote adapter "

[PATCH] stack: introduce pile
 2026-09-02 16:00 UTC  (4+ messages)
` [PATCH v4 0/2] introduce pile stack and mempool driver
  ` [PATCH v4 2/2] mempool: introduce pile driver

[dpdk-dev] [PATCH v1] examples/ptp_tap_relay_sw: fix build inclusion
 2026-09-02 15:33 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[RFC 0/1] ethdev: per-packet Tx timestamp slot management
 2026-09-02 14:16 UTC  (3+ messages)
` [RFC PATCH v2 0/1] ethdev: add Tx timestamp slot APIs

[RFC PATCH v3 1/1] ethdev: add Tx timestamp slot management APIs
 2026-09-02 14:13 UTC  (6+ messages)
` [RFC PATCH v4 0/3] ethdev: add Tx timestamp slot APIs
  ` [RFC PATCH v4 1/3] ethdev: add Tx timestamp slot management APIs
  ` [RFC PATCH v4 2/3] net/ice: support per-packet Tx timestamp slots
  ` [RFC PATCH v4 3/3] app/testpmd: add Tx timestamp capabilities command

[PATCH] net/cxgbe: fix use-after-free in control queue teardown
 2026-09-02 11:55 UTC 

[PATCH 00/22] ethdev: convert experimental symbols etc
 2026-09-02  8:05 UTC  (3+ messages)
` [PATCH 07/22] ethdev: promote link speed helpers to stable

[PATCH] net/iavf: add clock read support
 2026-09-02  5:54 UTC  (2+ messages)
` [PATCH v3] net/iavf: add PTP "


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