DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-28 17:29:06 to 2026-09-01 03:06:57 UTC [more...]

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

[RFC] mbuf: add configurable base private size for pktmbuf pools
 2026-09-01  2:55 UTC  (2+ messages)

[RFC] ethdev: simplify representor info get API
 2026-08-31 16:46 UTC  (2+ messages)

[PATCH] stack: introduce pile
 2026-08-31 16:37 UTC  (9+ messages)
` [PATCH v3 0/2] introduce pile stack and mempool driver
  ` [PATCH v3 1/2] stack: introduce pile

[RFC PATCH] net/bonding: reject control operations in secondary
 2026-08-31 16:06 UTC  (19+ messages)
` [PATCH 0/8] net/bonding: fixes and per-member statistics
  ` [PATCH 1/8] net/bonding: fix TLB member ordering with unusable member
  ` [PATCH 2/8] net/bonding: skip unavailable member stats
  ` [PATCH 3/8] net/bonding: skip unavailable members in device info
  ` [PATCH 4/8] net/bonding: use atomic link status accessors
  ` [PATCH 5/8] net/bonding: restrict control operations in secondary process
  ` [PATCH 6/8] net/bonding: add extended statistics
  ` [PATCH 7/8] test/bonding: add extended statistics test
  ` [PATCH 8/8] doc: add bonding features matrix
` [PATCH v2 0/8] net/bonding: fixes and per-member stats
  ` [PATCH v2 1/8] net/bonding: fix TLB member ordering with unusable member
  ` [PATCH v2 2/8] net/bonding: skip unavailable member stats
  ` [PATCH v2 3/8] net/bonding: skip unavailable members in device info
  ` [PATCH v2 4/8] net/bonding: use atomic link status accessors
  ` [PATCH v2 5/8] net/bonding: restrict control ops in secondary process
  ` [PATCH v2 6/8] net/bonding: add extended statistics
  ` [PATCH v2 7/8] test/bonding: add extended statistics test
  ` [PATCH v2 8/8] doc: add bonding features matrix

[PATCH] test/bpf: use unit test suite
 2026-08-31 15:47 UTC  (4+ messages)

[PATCH] net/dpaa: fix Rx queue shutdown before init
 2026-08-31 15:46 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] doc/mlx5: document modify field limitation on group 0
 2026-08-31 15:41 UTC  (2+ messages)

[PATCH 1/2] net/mlx5: fix promiscuous inconsistency on port start
 2026-08-31 15:40 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix aggr affinity pattern create failures
 2026-08-31 15:26 UTC  (2+ messages)

[PATCH 00/10] cryptodev: add RSA-OAEP and RSA-PSS padding support
 2026-08-31 12:11 UTC  (12+ messages)
` [PATCH 01/10] crypto: add RSA-specific capability parameters
` [PATCH 02/10] crypto/virtio: advertise RSA padding and hash capabilities
` [PATCH 03/10] crypto/octeontx: advertise RSA PKCS#1 v1.5 padding support
` [PATCH 04/10] crypto/cnxk: "
` [PATCH 05/10] crypto/qat: advertise RSA padding capabilities
` [PATCH 06/10] crypto/openssl: advertise RSA padding and hash capabilities
` [PATCH 07/10] crypto/openssl: add RSA-OAEP support for OpenSSL PMD
` [PATCH 08/10] app/test: add RSA OAEP asymmetric test cases
` [PATCH 09/10] crypto/openssl: add RSA-PSS support for RSA operations
` [PATCH 10/10] app/test: add RSA-PSS sign and verify test cases

[PATCH 0/7] VLAN and QinQ fixes for iavf
 2026-08-31 11:01 UTC  (10+ messages)
` [PATCH 1/7] net/iavf: disable broken QinQ strip on Rx
` [PATCH 2/7] net/iavf: fix VLAN tag placement logic
` [PATCH 3/7] net/iavf: fix VLAN outer TPID setting on Tx
` [PATCH 4/7] net/intel: fix unclear enum names
` [PATCH 5/7] net/intel: fix VLAN and QinQ tag position logic
` [PATCH 6/7] net/iavf: fix missing outer QinQ tag for tunnelled packets
` [PATCH 7/7] net/iavf: remove undocumented conditional macros

[PATCH 0/4] net/ice: support outer checksum in vector Tx
 2026-08-31 10:47 UTC  (9+ messages)
` [PATCH 3/4] net/ice: add AVX2 context descriptor Tx path
` [PATCH v2 0/4] net/ice: support outer checksum in vector Tx
  ` [PATCH v2 1/4] net/common: share Tx context descriptor flag
  ` [PATCH v2 2/4] net/ice: add vector tunnel context encoding
  ` [PATCH v2 3/4] net/ice: add AVX2 context descriptor Tx path
  ` [PATCH v2 4/4] net/ice: add AVX-512 "

[PATCH] bus/dpaa: defer bus initialization to probe
 2026-08-31  9:33 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/4] fix unused-but-set-global warnings
 2026-08-31  8:27 UTC  (7+ messages)
` [PATCH v2 0/4] fix clang 23 unused but set warnings
  ` [PATCH v2 1/4] common/dpaax: fix unused variable warning in non-debug build
  ` [PATCH v2 2/4] bus/dpaa: remove unused qman_clk variable
  ` [PATCH v2 3/4] common/zsda: remove unused device counter
  ` [PATCH v2 4/4] net/qede: remove unused app version variable

[PATCH] graph: copy nb_xstats during node clone
 2026-08-31  8:18 UTC 

[PATCH] eal/x86: fix LZCNT CPU feature bit
 2026-08-31  8:02 UTC  (3+ messages)

[PATCH] vhost: remove dependency on PCI library
 2026-08-31  7:41 UTC 

[RFC PATCH v3] net/bonding: restrict secondary control operations
 2026-08-30 16:35 UTC  (7+ messages)
` [RFC PATCH v4 1/2] net/bonding: skip unavailable member stats
  ` [RFC PATCH v4 2/2] net/bonding: restrict secondary control operations
  ` [RFC PATCH v5 1/2] net/bonding: skip unavailable member stats
    ` [RFC PATCH v5 2/2] net/bonding: restrict secondary control operations

[PATCH v0 1/1] net/octeon_ep: add CN20K SDP VF endpoint support
 2026-08-30 16:31 UTC 

[PATCH] AGENTS: reduce false positives
 2026-08-29 17:18 UTC 

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

[PATCH v0 0/3] dma/cnxk: add CN20K (O20) DPI DMA and inter-process domain support
 2026-08-29 10:54 UTC  (4+ messages)
` [PATCH v0 1/3] common/cnxk: add O20 DPI DMA support
` [PATCH v0 2/3] dma/cnxk: "
` [PATCH v0 3/3] dma/cnxk: enable inter process domain "

[PATCH RESEND] examples/vm_power_manager: add missing <stdlib.h> header include for strtol
 2026-08-29  2:43 UTC  (4+ messages)
` [PATCH 1/2] examples/vm_power_manager: fix includes
  ` [PATCH 2/2] examples/vm_power_manager: fix vCPU number parsing

[PATCH v2 0/1] vhost: tolerate fd in REM_MEM_REG for interop
 2026-08-28 22:44 UTC  (10+ messages)
` [PATCH v2 1/1] vhost: tolerate file descriptor in REM_MEM_REG msg

[DPDK/ethdev Bug 2019] memif: sealed region issues
 2026-08-28 17:56 UTC 

[DPDK/ethdev Bug 2018] memif: zero copy design issues
 2026-08-28 17:52 UTC 

[DPDK/ethdev Bug 2017] memif: trust model not documented
 2026-08-28 17:46 UTC 

[DPDK/ethdev Bug 2016] memif: no connectivity or negative tests
 2026-08-28 17:42 UTC 

[DPDK/ethdev Bug 2015] memif: ring semantics differ from VPP
 2026-08-28 17:38 UTC 

[DPDK/ethdev Bug 2014] memif: advertises incorrect queue pairs
 2026-08-28 17:37 UTC 

[DPDK/ethdev Bug 2013] memif: accepts rings outside the region
 2026-08-28 17:35 UTC 

[DPDK/ethdev Bug 2012] memif: add_region accepts claimed region larger than file
 2026-08-28 17:34 UTC 

[DPDK/ethdev Bug 2011] memif: incorrect control message validation
 2026-08-28 17:31 UTC 

[DPDK/ethdev Bug 2010] memif: rx ues peer-controlled descriptor
 2026-08-28 17:29 UTC 


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