DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-02 15:53:01 to 2026-06-04 01:55:12 UTC [more...]

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

[PATCH 0/4] net/bnxt: miscellaneous bug fixes
 2026-06-03 21:44 UTC  (8+ messages)
` [PATCH 1/4] net/bnxt: modify check for short Tx BDs
` [PATCH 2/4] net/bnxt: fix QP resource count in backing store config
` [PATCH 3/4] net/bnxt: remove implicit integer sign-extension
` [PATCH 4/4] net/bnxt: fix RSS hash mode configuration for VFs
` [PATCH v2] "
` [PATCH v3 4/4] "

[PATCH 0/5] net/bnxt: interrupt handling, external mbuf and stability fixes
 2026-06-03 21:43 UTC  (8+ messages)
` [PATCH 1/5] net/bnxt: fix NQ/CQ processing for interrupt handling
` [PATCH 2/5] net/bnxt: use buf address for external mbuf
` [PATCH 3/5] net/bnxt: fix IOVA range check for external mbuf head node
` [PATCH 4/5] net/bnxt: prevent a potential segfault
` [PATCH 5/5] net/bnxt: fix for segmentation fault that would occur on exit

[PATCH 1/2] config: add mbuf burst size configuration
 2026-06-03 21:04 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/4] net/bnxt: ULP stats timer and PTP timestamping improvements
 2026-06-03 20:37 UTC  (5+ messages)
` [PATCH 1/4] net/bnxt: move ulp stats timer thread to dedicated cpu
` [PATCH 2/4] net/bnxt: Support for PTP on Wh+ using HWRM interface
` [PATCH 3/4] net/bnxt: Support for Tx/Rx timestamp using HWRM on Wh+
` [PATCH 4/4] net/bnxt: Add PTP support for Thor2

[PATCH 0/4] remove useless null checks before free
 2026-06-03 19:51 UTC  (2+ messages)

[PATCH 0/2] test: clean up assertion macros
 2026-06-03 19:25 UTC  (3+ messages)
` [PATCH v2 0/2] test: cleanup "

[PATCH 1/2] ethdev: support selective Rx data
 2026-06-03 18:23 UTC  (38+ messages)
` [PATCH v4 06/10] net/mlx5: support selective Rx
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] app/testpmd: print Rx split capabilities
  ` [PATCH v5 02/10] ethdev: introduce selective Rx
  ` [PATCH v5 03/10] app/testpmd: support "
  ` [PATCH v5 04/10] common/mlx5: add null MR functions
  ` [PATCH v5 05/10] net/mlx5: fix Rx split segment counter type
  ` [PATCH v5 06/10] net/mlx5: support selective Rx
  ` [PATCH v5 07/10] net/mlx5: reindent previous changes
  ` [PATCH v5 08/10] common/mlx5: remove callbacks for MR registration
  ` [PATCH v5 09/10] dts: fix topology capability comparison
  ` [PATCH v5 10/10] dts: add selective Rx tests
` [PATCH v6 00/10] selective Rx
  ` [PATCH v6 01/10] app/testpmd: print Rx split capabilities
  ` [PATCH v6 02/10] ethdev: introduce selective Rx
  ` [PATCH v6 03/10] app/testpmd: support "
  ` [PATCH v6 04/10] common/mlx5: add null MR functions
  ` [PATCH v6 05/10] net/mlx5: fix Rx split segment counter type
  ` [PATCH v6 06/10] net/mlx5: support selective Rx
  ` [PATCH v6 07/10] net/mlx5: reindent previous changes
  ` [PATCH v6 08/10] common/mlx5: remove callbacks for MR registration
  ` [PATCH v6 09/10] dts: fix topology capability comparison
  ` [PATCH v6 10/10] dts: add selective Rx tests
` [PATCH v7 00/10] selective Rx
  ` [PATCH v7 01/10] app/testpmd: print Rx split capabilities
  ` [PATCH v7 02/10] ethdev: introduce selective Rx
  ` [PATCH v7 03/10] app/testpmd: support "
  ` [PATCH v7 04/10] common/mlx5: add null MR functions
  ` [PATCH v7 05/10] net/mlx5: fix Rx split segment counter type
  ` [PATCH v7 06/10] net/mlx5: support selective Rx
  ` [PATCH v7 07/10] net/mlx5: reindent previous changes
  ` [PATCH v7 08/10] common/mlx5: remove callbacks for MR registration
  ` [PATCH v7 09/10] dts: fix topology capability comparison
  ` [PATCH v7 10/10] dts: add selective Rx tests

[PATCH] net/af_packet: fix qpairs argument upper bound check
 2026-06-03 18:13 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH] net/af_packet: fix parsing of numeric device args

[PATCH] net/ark: validate IPv4 octets in address parser
 2026-06-03 17:29 UTC  (2+ messages)

[DPDK/ethdev Bug 1950] Lots of problems found from review of ARK PMD
 2026-06-03 17:24 UTC 

[PATCH] net/ark: fix null dereference on allocation failure
 2026-06-03 16:32 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] eal: fix data race in hugepage prefault
 2026-06-03 15:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] eal: fix function versioning with LTO
 2026-06-03 15:53 UTC  (4+ messages)

[PATCH] net/intel: optimize for fast-free hint
 2026-06-03 15:56 UTC  (6+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] net/intel: write mbuf for last Tx desc of segment

[PATCH] net/ark: fix unsafe env variable in extension loading
 2026-06-03 15:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] mempool: improve cache behaviour and performance
 2026-06-03 15:44 UTC  (3+ messages)
` [PATCH v7] "

[PATCH] test/latency: fix intermittent failure on slow platforms
 2026-06-03 15:37 UTC  (3+ messages)

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

[PATCH] mempool: introduce statistics reset function
 2026-06-03 15:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] net/intel: fix blocking link wait on device start
 2026-06-03 14:34 UTC  (3+ messages)
` [PATCH 1/2] net/ice: revert fix link up when starting device
` [PATCH 2/2] net/i40e: fix blocking link wait on device start

[PATCH] doc: using container to build and run applications
 2026-06-03 14:04 UTC 

[PATCH v6 00/27] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-06-03 13:03 UTC  (3+ messages)
` [PATCH v6 03/27] net/intel/common: add common flow action parsing

ARM v8 rte_power_pause
 2026-06-03 11:56 UTC 

[PATCH v2] lib/ethdev: support inline calculating masked item value
 2026-06-03  9:28 UTC  (3+ messages)
` [PATCH v3] ethdev: "
  ` [PATCH v4] "

[PATCH 1/2] crypto/ipsec_mb: remove chacha-poly and kasumi drivers
 2026-06-03  9:27 UTC  (2+ messages)
` [PATCH 2/2] crypto/ipsec_mb: remove ZUC and SNOW 3G drivers from x86 build

[PATCH v2 4/5] eal: fix async IPC resource leaks on partial failure
 2026-06-03  8:28 UTC  (3+ messages)

[PATCH] app/test-pmd: add generic PROG action parser support
 2026-06-03  6:53 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] net/nfp: fix null dereference in flower ctrl NFD3 Tx
 2026-06-03  5:51 UTC 

[PATCH] net/iavf: fix VF reset race and stale ARQ message handling
 2026-06-03  4:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] power: fix off-by-one in uncore env bounds check
 2026-06-03  4:21 UTC 

[PATCH] net/bnxt/tf_core: fix null deref on pool use allocation
 2026-06-03  4:15 UTC 

[PATCH 0/2] net/bnxt/tf_core: fix ignored return of EM delete
 2026-06-03  3:57 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] doc: add deprecation notice about upcoming change to ethdev API
 2026-06-03  2:32 UTC 

[RFC] ethdev: add buffer size parameter to rte_eth_dev_get_name_by_port()
 2026-06-03  2:20 UTC  (4+ messages)
` [PATCH v2] "

[DPDK/core Bug 1949] function versioning is incompatible with LTO
 2026-06-02 22:30 UTC 

[PATCH dpdk] net: fix L2 ptype assignment in VLAN loop
 2026-06-02 20:45 UTC  (7+ messages)
` [PATCH dpdk v5 0/5] Fix and improve VLAN/MPLS parsing in rte_net_get_ptype
  ` [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
  ` [PATCH dpdk v5 4/5] net: parse L3 protocol after MPLS labels

[PATCH] app/test: use memcpy in ipsec test
 2026-06-02 19:36 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] cryptodev: update xform string array
 2026-06-02 19:28 UTC  (3+ messages)
` [v2] crypto: update asym xform strings array

[PATCH] crypto/scheduler: fix typo
 2026-06-02 19:28 UTC  (3+ messages)

[PATCH] cryptodev: reset resource pointers in init error path
 2026-06-02 19:27 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH 0/5] ring: convert to C11 atomics where practical
 2026-06-02 17:07 UTC  (6+ messages)
` [PATCH 1/5] ring: split single thread vs multi-thread cases
` [PATCH 2/5] ring: use GCC builtin as alternative to rte_atomic32
` [PATCH 3/5] ring: use C11 for update_tail
` [PATCH 4/5] ring: drop unused arg to update_tail
` [PATCH 5/5] ring: use C11 for single thread move head

DPDK Release Status Meeting 2026-06-02
 2026-06-02 16:56 UTC 

[PATCH v1] dts: report dut/NIC info during DTS run
 2026-06-02 16:36 UTC 

[PATCH] eal/riscv: optimize memcpy for small copies under 64 bytes
 2026-06-02 16:21 UTC  (2+ messages)

[PATCH v3] acl: add RISC-V vector extension implementation
 2026-06-02 16:19 UTC  (2+ messages)

[PATCH v4 0/2] RISC-V vector extension support
 2026-06-02 16:19 UTC  (3+ messages)
` [PATCH v5 "


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