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

[PATCH 1/2] net/mana: fix MR length truncation for chunks over 4GB
 2026-08-06  0:31 UTC  (4+ messages)
` [PATCH 2/2] net/mana: fix double free of mbuf on Rx WQE post failure
  ` [EXTERNAL] "
` [EXTERNAL] [PATCH 1/2] net/mana: fix MR length truncation for chunks over 4GB

[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
 2026-08-06  3:23 UTC  (19+ messages)
` [PATCH v7 00/24] remove legacy atomic functions
  ` [PATCH v7 01/24] bpf: use C11 atomics in BPF_ST_ATOMIC_REG
  ` [PATCH v7 02/24] net/bonding: use stdatomic
  ` [PATCH v7 03/24] net/nbl: remove unused rte_atomic16 field
  ` [PATCH v7 04/24] net/ena: replace use of rte_atomicNN
  ` [PATCH v7 05/24] net/failsafe: convert to stdatomic
  ` [PATCH v7 06/24] net/enic: do not use deprecated rte_atomic64
  ` [PATCH v7 07/24] net/pfe: use ethdev linkstatus helpers
  ` [PATCH v7 08/24] net/sfc: replace rte_atomic with stdatomic
  ` [PATCH v7 09/24] crypto/ccp: replace use of rte_atomic64 "
  ` [PATCH v7 10/24] bus/dpaa: replace rte_atomic16 "
  ` [PATCH v7 11/24] bus/fslmc: "
  ` [PATCH v7 12/24] net/netvsc: replace rte_atomic32 "
  ` [PATCH v7 13/24] event/sw: convert from rte_atomic32 to stdatomic
  ` [PATCH v7 14/24] bus/vmbus: convert from rte_atomic "
  ` [PATCH v7 15/24] common/dpaax: remove unused atomic wrappers
  ` [PATCH v7 16/24] net/bnx2x: convert from rte_atomic32 to stdatomic
  ` [PATCH v7 17/24] bus/fslmc: replace rte_atomic32 with stdatomic

[PATCH] eal/x86: optimize memcpy of small 64-byte blocks
 2026-08-05 20:28 UTC  (15+ messages)
` [RFC PATCH] pile stack and mempool driver (resend)

[RFC] ethdev: add buffer size parameter to rte_eth_dev_get_name_by_port()
 2026-08-05 17:00 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v1] dts: update configuration for performance test
 2026-08-05 15:36 UTC 

[RFC v2] memtank: add memtank library
 2026-08-05 15:37 UTC  (2+ messages)

[PATCH v9 00/19] Support VFIO cdev API in DPDK
 2026-08-05 13:45 UTC  (20+ messages)
  ` [PATCH v9 01/19] uapi: update to v6.17 and add iommufd.h
  ` [PATCH v9 02/19] vfio: make all functions internal
  ` [PATCH v9 03/19] vfio: split get device info from setup
  ` [PATCH v9 04/19] vfio: add container device assignment API
  ` [PATCH v9 05/19] net/nbl: do not use VFIO group bind API
  ` [PATCH v9 06/19] net/ntnic: use container device assignment API
  ` [PATCH v9 07/19] vdpa/ifc: "
  ` [PATCH v9 08/19] vdpa/nfp: "
  ` [PATCH v9 09/19] vdpa/sfc: "
  ` [PATCH v9 10/19] vdpa/mlx5: remove group-related API
  ` [PATCH v9 11/19] vhost: remove group-related API from driver
  ` [PATCH v9 12/19] vfio: remove group-based API
  ` [PATCH v9 13/19] vfio: cleanup and refactor
  ` [PATCH v9 14/19] bus/pci: use the new VFIO mode API
  ` [PATCH v9 15/19] bus/fslmc: "
  ` [PATCH v9 16/19] net/hinic3: "
  ` [PATCH v9 17/19] net/ntnic: "
  ` [PATCH v9 18/19] vfio: remove no-IOMMU check API
  ` [PATCH v9 19/19] vfio: introduce cdev mode

[RFC 0/2] iavf post-reset state restoration updates
 2026-08-05 12:57 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] net/iavf: remove auto reconfig devarg
  ` [PATCH v2 2/2] net/iavf: restore promiscuous mode only after VF reset

[PATCH] net/iavf: enable 200G link speed
 2026-08-05 18:11 UTC 

24.11.7 patches review and test
 2026-08-05 11:07 UTC  (4+ messages)

25.11.3 patches review and test
 2026-08-05 10:33 UTC  (2+ messages)

[RFC 0/2] bpf_def.h cleanups
 2026-08-05  9:46 UTC  (3+ messages)
` [RFC 1/2] bpf: make bpf_def.h private
` [RFC 2/2] bpf: rename macros to match Linux kernel

[PATCH] mailmap: update Khadem Ullah email address
 2026-08-05  9:13 UTC  (3+ messages)

[PATCH 1/1] test/bpf: remove redundant library guard
 2026-08-05  9:03 UTC 

[PATCH v3] devtools: support local opencode agent for patch review
 2026-08-05  6:12 UTC  (5+ messages)
` [PATCH v4] "

[RFC 00/32] remove rte_smp barrier functions
 2026-08-05  1:23 UTC  (10+ messages)
` [RFC 03/32] bus/vmbus: fix ring buffer ordering on weakly ordered CPUs
  ` [EXTERNAL] "
` [RFC 04/32] bus/vmbus: fix missing acquire on receive ring index
  ` [EXTERNAL] "
` [RFC 12/32] stack: always use C11 memory model implementation

[PATCH v1 1/2] dts: add code coverage reporting to DTS
 2026-08-04 19:38 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/2] dts: add build arguments to test run configuration
` [PATCH v8 1/2] dts: add code coverage reporting to DTS
  ` [PATCH v8 2/2] dts: add build arguments to test run configuration

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

[RFC 0/5] fix and complete the eCPRI header
 2026-08-04 16:31 UTC  (7+ messages)
` [RFC 1/5] net: fix eCPRI delay measurement message header
` [RFC 2/5] net: fix eCPRI remote reset message header size
` [RFC 3/5] net: add missing eCPRI message field values
` [RFC 4/5] net: allow byte swapping eCPRI remote memory access
` [RFC 5/5] net: add eCPRI IWF message headers

[PATCH v2 00/22] ethdev: clean up legacy flow director
 2026-08-04 15:53 UTC  (50+ messages)
` [PATCH v2 01/22] drivers/net: remove unused include in dpaa
` [PATCH v2 02/22] ethdev: use DPDK byte order conversion
` [PATCH v2 03/22] net/ixgbe: remove experimental FDIR API
` [PATCH v2 04/22] net/i40e: "
` [PATCH v2 05/22] app/testpmd: remove support for flow director
` [PATCH v2 06/22] net/gve: include IP, UDP and TCP headers
` [PATCH v2 07/22] crypto/dpaa_sec: include UDP header
` [PATCH v2 08/22] net/nfp: break implicit dependency on rte_eth_ctrl.h
` [PATCH v2 09/22] net/mana: include used network headers
  ` [EXTERNAL] "
` [PATCH v2 10/22] gro: include headers directly
` [PATCH v2 11/22] app/test: "
` [PATCH v2 12/22] node: get UDP header
` [PATCH v2 13/22] net/rnp: include network headers
` [PATCH v2 14/22] net/r8169: get "
` [PATCH v2 15/22] net/ngbe: include network protocol headers
` [PATCH v2 16/22] examples: include network headers
` [PATCH v2 17/22] net/mlx5: include rte_flow as needed
` [PATCH v2 18/22] net/sfc: include rte_flow
` [PATCH v2 19/22] net/intel/common: include network headers
` [PATCH v2 20/22] net/enetfec: add missing sys/types.h include
` [PATCH v2 21/22] ethdev, drivers: isolate flow director
` [PATCH v2 22/22] doc: add release note about rte_ethdev changes
` [PATCH v3 00/23] ethdev: isolate legacy flow director
  ` [PATCH v3 01/23] drivers/net: remove unused include in dpaa
  ` [PATCH v3 02/23] ethdev: use DPDK byte order conversion
  ` [PATCH v3 03/23] net/ixgbe: remove experimental FDIR API
  ` [PATCH v3 04/23] net/i40e: "
  ` [PATCH v3 05/23] app/testpmd: remove support for flow director
  ` [PATCH v3 06/23] app/testpmd: move str_to_flowtype to i40e
  ` [PATCH v3 07/23] app/test: include headers directly
  ` [PATCH v3 08/23] gro: "
  ` [PATCH v3 09/23] crypto/dpaa_sec: include UDP header
  ` [PATCH v3 10/23] net/gve: include UDP, SCTP and TCP headers
  ` [PATCH v3 11/23] net/nfp: break implicit dependency on rte_eth_ctrl.h
  ` [PATCH v3 12/23] net/mana: include used network headers
  ` [PATCH v3 13/23] node: get UDP header
  ` [PATCH v3 14/23] net/rnp: include network headers
  ` [PATCH v3 15/23] net/r8169: get "
  ` [PATCH v3 16/23] net/ngbe: include network protocol headers
  ` [PATCH v3 17/23] examples: include network headers
  ` [PATCH v3 18/23] net/mlx5: include rte_flow as needed
  ` [PATCH v3 19/23] net/sfc: include rte_flow
  ` [PATCH v3 20/23] net/intel/common: include network headers
  ` [PATCH v3 21/23] net/enetfec: add missing sys/types.h include
  ` [PATCH v3 22/23] ethdev, drivers: isolate flow director
  ` [PATCH v3 23/23] doc: add release note about rte_ethdev changes

[RFC PATCH] NEW: pile stack and mempool driver
 2026-08-03 23:02 UTC  (10+ messages)
` [RFC PATCH v2] "
` [RFC PATCH v3] "
` [RFC PATCH v4] "
` [RFC PATCH v5] "
` [RFC PATCH v6] "
` [RFC PATCH v7] "

[DPDK/DTS Bug 1979] dts: allow functional and performance tests to run alongside each other
 2026-08-03 17:31 UTC 

[DPDK/DTS Bug 1978] dts: make single core performance test configurable
 2026-08-03 17:29 UTC 

[DPDK/DTS Bug 1977] dts: resolve packet loss on Intel X710 performance tests
 2026-08-03 17:25 UTC 

[DPDK/DTS Bug 1976] dts: remove crypto test type and resolve no link error
 2026-08-03 17:22 UTC 

[DPDK/ethdev Bug 1975] ntnic: virt queue data in BSS
 2026-08-03 17:08 UTC 

[PATCH] common/mlx5: fix overlapping memory ranges
 2026-08-03  9:18 UTC  (2+ messages)

[PATCH] net/mlx5: avoid wildcard drop flow in priority discovery
 2026-08-03  9:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] doc: fix typo in CNXK guide
 2026-08-03  9:16 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix aggr affinity pattern create failures
 2026-08-03  9:05 UTC 

[PATCH v1 1/3] common/cpt: use timing-safe digest comparison
 2026-08-03  6:24 UTC  (3+ messages)
` [PATCH v1 2/3] crypto/nitrox: use timing-safe salt comparison
` [PATCH v1 3/3] net/cnxk: use timing-safe MAC address comparison

[RFC 00/21] ethdev: isolate legacy flow director
 2026-08-03  3:01 UTC  (24+ messages)
` [RFC 01/21] net/dpaa, net/dpaa2: remove unused include
` [RFC 02/21] ethdev: use byte order instead of ntohl
` [RFC 03/21] net/ixgbe: remove experimental FDIR API
` [RFC 04/21] net/i40e: "
` [RFC 05/21] app/testpmd: remove support for flow director
` [RFC 06/21] net/gve: include IP, UDP and TCP header
` [RFC 07/21] crypto/dpaa_sec: include UDP header
` [RFC 08/21] net/nfp: break implicit dependency on rte_eth_ctrl.h
` [RFC 09/21] net/mana: include used network headers
` [RFC 10/21] gro: include headers directly
` [RFC 11/21] test: "
` [RFC 12/21] node: get UDP header
` [RFC 13/21] net/rnp: include network headers
` [RFC 14/21] net/r8169: get "
` [RFC 15/21] net/ngbe: include network protocol headers
` [RFC 16/21] examples: include network headers
` [RFC 17/21] net/mlx5: include rte_flow as needed
` [RFC 18/21] net/sfc: include rte_flow
` [RFC 19/21] net/intel: include network headers
` [RFC 20/21] ethdev, drivers: isolate flow director
` [RFC 21/21] doc: add release not about rte_ethdev changes

[RFC PATCH] pile stack and mempool driver (resend)
 2026-08-02  6:38 UTC  (3+ messages)

[PATCH] net/af_xdp: add Rx metadata and dynamic timestamping support
 2026-08-01 15:49 UTC  (3+ messages)
` [PATCH v4 0/2] net/af_xdp: add Rx timestamping and read_clock support

ice driver compiler warning
 2026-08-01 15:22 UTC  (2+ messages)


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