DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-29 14:27:04 to 2026-06-01 08:51:50 UTC [more...]

[PATCH v1 00/20] net/sxe2: added Linkdata sxe ethernet driver
 2026-06-01  8:49 UTC  (61+ messages)
` [PATCH v1 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
` [PATCH v1 02/20] net/sxe2: add AVX2 vector data "
` [PATCH v1 03/20] drivers: add supported packet types get callback
` [PATCH v1 04/20] net/sxe2: support L2 filtering and MAC config
` [PATCH v1 05/20] drivers: support RSS feature
` [PATCH v1 06/20] net/sxe2: support TM hierarchy and shaping
` [PATCH v1 07/20] net/sxe2: support IPsec inline protocol offload
` [PATCH v1 08/20] net/sxe2: support statistics and multi-process
` [PATCH v1 09/20] drivers: interrupt handling
` [PATCH v1 10/20] net/sxe2: add NEON vec Rx/Tx burst functions
` [PATCH v1 11/20] drivers: add support for VF representors
` [PATCH v1 12/20] net/sxe2: add support for custom UDP tunnel ports
` [PATCH v1 13/20] net/sxe2: support firmware version reading
` [PATCH v1 14/20] net/sxe2: implement get monitor address
` [PATCH v1 15/20] common/sxe2: add shared SFP module definitions
` [PATCH v1 16/20] net/sxe2: support SFP module info and EEPROM access
` [PATCH v1 17/20] net/sxe2: implement private dump info
` [PATCH v1 18/20] net/sxe2: add mbuf validation in Tx debug mode
` [PATCH v1 19/20] drivers: add testpmd commands for private features
` [PATCH v1 20/20] net/sxe2: update sxe2 feature matrix docs
  ` [PATCH v2 00/20] net/sxe2: added Linkdata sxe2 ethernet driver
    ` [PATCH v2 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
    ` [PATCH v2 02/20] net/sxe2: add AVX2 vector data "
    ` [PATCH v2 03/20] drivers: add supported packet types get callback
    ` [PATCH v2 04/20] net/sxe2: support L2 filtering and MAC config
    ` [PATCH v2 05/20] drivers: support RSS feature
    ` [PATCH v2 06/20] net/sxe2: support TM hierarchy and shaping
    ` [PATCH v2 07/20] net/sxe2: support IPsec inline protocol offload
    ` [PATCH v2 08/20] net/sxe2: support statistics and multi-process
    ` [PATCH v2 09/20] drivers: interrupt handling
    ` [PATCH v2 10/20] net/sxe2: add NEON vec Rx/Tx burst functions
    ` [PATCH v2 11/20] drivers: add support for VF representors
    ` [PATCH v2 12/20] net/sxe2: add support for custom UDP tunnel ports
    ` [PATCH v2 13/20] net/sxe2: support firmware version reading
    ` [PATCH v2 14/20] net/sxe2: implement get monitor address
    ` [PATCH v2 15/20] common/sxe2: add shared SFP module definitions
    ` [PATCH v2 16/20] net/sxe2: support SFP module info and EEPROM access
    ` [PATCH v2 17/20] net/sxe2: implement private dump info
    ` [PATCH v2 18/20] net/sxe2: add mbuf validation in Tx debug mode
    ` [PATCH v2 19/20] drivers: add testpmd commands for private features
    ` [PATCH v2 20/20] net/sxe2: update sxe2 feature matrix docs
      ` [PATCH v3 00/20]net/sxe2: added Linkdata sxe2 ethernet driver
        ` [PATCH v3 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
        ` [PATCH v3 02/20] net/sxe2: add AVX2 vector data "
        ` [PATCH v3 03/20] drivers: add supported packet types get callback
        ` [PATCH v3 04/20] net/sxe2: support L2 filtering and MAC config
        ` [PATCH v3 05/20] drivers: support RSS feature
        ` [PATCH v3 06/20] net/sxe2: support TM hierarchy and shaping
        ` [PATCH v3 08/20] net/sxe2: support statistics and multi-process
        ` [PATCH v3 09/20] drivers: interrupt handling
        ` [PATCH v3 11/20] drivers: add support for VF representors
        ` [PATCH v3 13/20] net/sxe2: support firmware version reading
        ` [PATCH v3 14/20] net/sxe2: implement get monitor address
        ` [PATCH v3 15/20] common/sxe2: add shared SFP module definitions
        ` [PATCH v3 18/20] net/sxe2: add mbuf validation in Tx debug mode
        ` [PATCH v3 20/20] net/sxe2: update sxe2 feature matrix docs

[RFC 0/7] Complete removal of queue stats mapping
 2026-06-01  8:45 UTC  (10+ messages)
` [RFC 1/7] net/virtio: remove unused "
` [RFC 2/7] net/enic: remove queue_stats_mapping ethdev_op
` [RFC 3/7] net/cnxk: remove queue stats mapping
` [RFC 4/7] net/e1000: "
` [RFC 5/7] net/ixgbe: "
` [RFC 6/7] net/txgbe: "
` [RFC 7/7] ethdev: remove support for "

[PATCH 0/7] app/test: make perf tests usable on wider range of systems
 2026-06-01  8:42 UTC  (11+ messages)
` [PATCH 1/7] app/test/reciprocal_division: make it a fast test
` [PATCH 2/7] app/test/reciprocal_division_perf: reduce test time
` [PATCH 3/7] app/test/mempool_perf: size mempool by tested cores
` [PATCH 4/7] app/test/mempool_perf: drop constant-values replay
` [PATCH 5/7] app/test/mempool_perf: scale down for high core counts
` [PATCH 6/7] app/test/test_rcu_qsbr_perf: call quiescent more often
` [PATCH 7/7] app/test/test_pmd_perf: skip if no device available

[PATCH 1/2] ethdev: support selective Rx data
 2026-06-01  8:07 UTC  (4+ messages)
` [PATCH v4 00/10] selective Rx
  ` [PATCH v4 02/10] ethdev: introduce "

[PATCH] gpu/metax: add new driver for Metax GPU
 2026-06-01  5:47 UTC 

[PATCH v2 0/2] dpaa2: fix error propagation in remove path
 2026-05-29 13:23 UTC 

[PATCH] app/test-pmd: add generic PROG action parser support
 2026-06-01  5:07 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] examples/ipsec-secgw: drop packets in poll mode
 2026-06-01  4:29 UTC 

[PATCH] test/latency: fix intermittent failure on slow platforms
 2026-05-31 18:01 UTC 

[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
 2026-05-31 16:35 UTC  (5+ messages)
` [PATCH v4 00/27] deprecate rte_atomicNN family
  ` [PATCH v4 15/27] net/netvsc: replace rte_atomic32 with stdatomic
    ` [EXTERNAL] "

[PATCH v2] dts: add support for no link topology
 2026-05-30 20:37 UTC  (2+ messages)
` [v2] "

[PATCH v1 1/2] dts: update verbose output regex for VXLAN packets
 2026-05-30 20:11 UTC  (2+ messages)
` [v1,1/2] "

[PATCH v8] dts: port speed capabilities test suite to next DTS
 2026-05-30 20:05 UTC  (2+ messages)
` [v8] "

[PATCH] ethdev: promote flow metadata APIs to stable
 2026-05-30 16:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 20/23] net/sxe2: add private devargs parsing
 2026-05-30 16:34 UTC  (23+ messages)
` [PATCH v2 00/23] net/sxe: added Linkdata sxe ethernet driver
  ` [PATCH v2 01/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
  ` [PATCH v2 02/23] net/sxe2: add AVX2 vector data "
  ` [PATCH v2 03/23] drivers: add supported packet types get callback
  ` [PATCH v2 04/23] net/sxe2: support L2 filtering and MAC config
  ` [PATCH v2 05/23] drivers: support RSS feature
  ` [PATCH v2 06/23] net/sxe2: support TM hierarchy and shaping
  ` [PATCH v2 07/23] net/sxe2: support IPsec inline protocol offload
  ` [PATCH v2 08/23] net/sxe2: support statistics and multi-process
  ` [PATCH v2 09/23] drivers: interrupt handling
  ` [PATCH v2 10/23] net/sxe2: add NEON vec Rx/Tx burst functions
  ` [PATCH v2 11/23] drivers: add support for VF representors
  ` [PATCH v2 12/23] net/sxe2: add support for custom UDP tunnel ports
  ` [PATCH v2 13/23] net/sxe2: support firmware version reading
  ` [PATCH v2 14/23] net/sxe2: implement get monitor address
  ` [PATCH v2 15/23] common/sxe2: add shared SFP module definitions
  ` [PATCH v2 16/23] net/sxe2: support SFP module info and EEPROM access
  ` [PATCH v2 17/23] net/sxe2: implement private dump info
  ` [PATCH v2 18/23] net/sxe2: add mbuf validation in Tx debug mode
  ` [PATCH v2 19/23] net/sxe2: add testpmd commands for private features
  ` [PATCH v2 20/23] net/sxe2: add private devargs parsing

[RFC v2 3/3] app/test: add fastmem test suite
 2026-05-30 16:22 UTC  (8+ messages)
` [RFC v3 0/3] lib/fastmem: fast small-object allocator
  ` [RFC v3 2/3] lib: add fastmem library

[RFC v3 1/3] doc: add fastmem programming guide
 2026-05-30  9:26 UTC  (5+ messages)
` [RFC v4 0/3] lib/fastmem: fast small-object allocator
  ` [RFC v4 1/3] doc: add fastmem programming guide
  ` [RFC v4 2/3] lib: add fastmem library
  ` [RFC v4 3/3] app/test: add fastmem test suite

[PATCH 00/23] Consolidate bus driver infrastructure
 2026-05-30  7:51 UTC  (21+ messages)
` [PATCH v4 00/25] "
  ` [PATCH v4 15/25] bus: support multiple probe
` [PATCH v5 00/25] Consolidate bus driver infrastructure
  ` [PATCH v5 01/25] bus/ifpga: remove unused AFU lookup helper
  ` [PATCH v5 02/25] bus/uacce: set API version during scan
  ` [PATCH v5 03/25] crypto/octeontx: remove check on driver in remove
  ` [PATCH v5 04/25] dma/idxd: clear device at scan
  ` [PATCH v5 05/25] bus: remove device and driver checks in DMA map/unmap
  ` [PATCH v5 06/25] drivers/bus: remove device and driver checks in unplug
  ` [PATCH v5 07/25] drivers/bus: remove device and driver checks in plug
  ` [PATCH v5 08/25] bus: add bus conversion macros
  ` [PATCH v5 09/25] bus: factorize driver list
  ` [PATCH v5 10/25] bus: factorize device list
  ` [PATCH v5 11/25] bus: consolidate device lookup
  ` [PATCH v5 12/25] bus: consolidate device iteration
  ` [PATCH v5 13/25] bus: factorize driver lookup
  ` [PATCH v5 24/25] eventdev: rename dev field to device
  ` [PATCH v5 25/25] bus: add class device conversion macro

[PATCH] app/test: use memcpy in ipsec test
 2026-05-30  5:36 UTC  (7+ messages)

[PATCH 1/2] crypto/ipsec_mb: allow aesni_mb and aesni_gcm vdevs on Arm
 2026-05-29 21:04 UTC  (2+ messages)
` [PATCH 2/2] doc: update Arm IPsec-MB references for cryptodev PMDs

[PATCH v1 0/5] Make VA reservation limits configurable
 2026-05-29 16:15 UTC  (8+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] eal: reject non-numeric input in str to size
  ` [PATCH v3 2/6] eal/memory: remove per-list segment and memory limits
  ` [PATCH v3 3/6] eal/memory: allocate all VA space in one go
  ` [PATCH v3 4/6] eal/memory: get rid of global VA space limits
  ` [PATCH v3 5/6] eal/memory: store default segment limits in config
  ` [PATCH v3 6/6] eal/memory: add page size VA limits EAL parameter

[PATCH] examples: Fix vm_power_manager scratch area to /run/dpdk/powermanager
 2026-05-29 16:01 UTC  (4+ messages)

[PATCH v5 0/1] net/mana: add device reset support
 2026-05-29 15:52 UTC  (4+ messages)
` [PATCH v5 1/1] "
    ` [EXTERNAL] "

[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-05-29 15:36 UTC  (29+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 01/27] build: add build defines for component name and class
  ` [PATCH v6 02/27] eal/common: add token concatenation macro
  ` [PATCH v6 03/27] net/intel/common: add common flow action parsing
  ` [PATCH v6 04/27] net/intel/common: add common flow attr validation
  ` [PATCH v6 05/27] net/ixgbe: use common checks in ethertype filter
  ` [PATCH v6 06/27] net/ixgbe: use common checks in syn filter
  ` [PATCH v6 07/27] net/ixgbe: use common checks in L2 tunnel filter
  ` [PATCH v6 08/27] net/ixgbe: use common checks in ntuple filter
  ` [PATCH v6 09/27] net/ixgbe: use common checks in security filter
  ` [PATCH v6 10/27] net/ixgbe: use common checks in FDIR filters
  ` [PATCH v6 11/27] net/ixgbe: use common checks in RSS filter
  ` [PATCH v6 12/27] net/i40e: use common flow attribute checks
  ` [PATCH v6 13/27] net/i40e: refactor RSS flow parameter checks
  ` [PATCH v6 14/27] net/i40e: use common action checks for ethertype
  ` [PATCH v6 15/27] net/i40e: use common action checks for FDIR
  ` [PATCH v6 16/27] net/i40e: use common action checks for tunnel
  ` [PATCH v6 17/27] net/iavf: use common flow attribute checks
  ` [PATCH v6 18/27] net/iavf: use common action checks for IPsec
  ` [PATCH v6 19/27] net/iavf: use common action checks for hash
  ` [PATCH v6 20/27] net/iavf: use common action checks for FDIR
  ` [PATCH v6 21/27] net/iavf: use common action checks for fsub
  ` [PATCH v6 22/27] net/iavf: use common action checks for flow query
  ` [PATCH v6 23/27] net/ice: use common flow attribute checks
  ` [PATCH v6 24/27] net/ice: use common action checks for hash
  ` [PATCH v6 25/27] net/ice: use common action checks for FDIR
  ` [PATCH v6 26/27] net/ice: use common action checks for switch
  ` [PATCH v6 27/27] net/ice: use common action checks for ACL

[v1] crypto/cnxk: add ML crypto support
 2026-05-29 15:27 UTC  (3+ messages)

[PATCH v1 1/5] eal: fix wrong log message in async IPC request
 2026-05-29 15:26 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] eal: fix async IPC callback not fired when no peers
  ` [PATCH v2 3/5] eal: fix memory leak in async IPC secondary path
  ` [PATCH v2 4/5] eal: fix async IPC resource leaks on partial failure
  ` [PATCH v2 5/5] eal: avoid deadlock in async IPC alarm callback

[PATCH v1 4/5] eal: fix async IPC resource leaks on partial failure
 2026-05-29 15:10 UTC  (3+ messages)

[PATCH v5 00/27] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-05-29 14:35 UTC  (4+ messages)
` [PATCH v5 03/27] net/intel/common: add common flow action parsing


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