DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 00/17] NBL PMD for Nebulamatrix NICs
 2025-06-12  8:58 UTC  (18+ messages)
` [PATCH v1 01/17] net/nbl: add doc and minimum nbl build framework
` [PATCH v1 02/17] net/nbl: add simple probe/remove and log module
` [PATCH v1 03/17] net/nbl: add PHY layer definitions and implementation
` [PATCH v1 04/17] net/nbl: add Channel "
` [PATCH v1 05/17] net/nbl: add Resource "
` [PATCH v1 06/17] net/nbl: add Dispatch "
` [PATCH v1 07/17] net/nbl: add Dev "
` [PATCH v1 08/17] net/nbl: add complete device init and uninit functionality
` [PATCH v1 09/17] net/nbl: add uio and vfio mode for nbl
` [PATCH v1 10/17] net/nbl: bus/pci: introduce get_iova_mode for pci dev
` [PATCH v1 11/17] net/nbl: add nbl coexistence mode for nbl
` [PATCH v1 12/17] net/nbl: add nbl ethdev configuration
` [PATCH v1 13/17] net/nbl: add nbl device rxtx queue setup and release ops
` [PATCH v1 14/17] net/nbl: add nbl device start and stop ops
` [PATCH v1 15/17] net/nbl: add nbl device tx and rx burst
` [PATCH v1 16/17] net/nbl: add nbl device xstats and stats
` [PATCH v1 17/17] net/nbl: nbl device support set mtu and promisc

[PATCH] maintainers: update for ngbe/txgbe drivers
 2025-06-12  8:42 UTC  (2+ messages)

[PATCH] maintainers: update GVE maintainers
 2025-06-12  8:42 UTC  (2+ messages)

[RFC] latencystats: performance overhaul
 2025-06-12  7:00 UTC  (14+ messages)
` [PATCH v7 0/7] latencystats: cleanup
` [PATCH v8 0/7] latencystats: cleanup and floating point fixes
  ` [PATCH v8 1/7] latencystats: handle fractional cycles per ns
  ` [PATCH v8 2/7] latencystats: do not use floating point
  ` [PATCH v8 3/7] latencystats: fix log messages
  ` [PATCH v8 4/7] latencystats: update include files
  ` [PATCH v8 5/7] latencystats: enforce that unused callback function is NULL
  ` [PATCH v8 6/7] latencystats: add metric for number of samples
  ` [PATCH v8 7/7] test: update to latencystats tests

[PATCH 00/32] Use structure assignment instead of memcpy
 2025-06-12  3:08 UTC  (3+ messages)
  ` [PATCH] more replace memcpy with structure assignment

release candidate 25.07-rc1
 2025-06-12  1:56 UTC 

[PATCH 02/12] net/txgbe: refactor FDIR filter to improve functionality
 2025-06-12  1:53 UTC  (4+ messages)

[PATCH v1 1/3] net/zxdh: modify some MAC config issues
 2025-06-12  1:18 UTC  (3+ messages)

[PATCH] eal: add getline() function for Windows
 2025-06-12  1:01 UTC  (2+ messages)

[PATCH] eal: add asprintf() function for Windows
 2025-06-12  0:41 UTC  (2+ messages)

[PATCH] test/event: fix event vector adapter timeouts
 2025-06-12  0:13 UTC 

[PATCH] doc: add release note entry for EAL lcores flag
 2025-06-12  0:11 UTC  (2+ messages)

[RFC PATCH v1 0/5] dts: add VFs to the framework
 2025-06-11 20:24 UTC  (4+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] dts: add OS abstractions for creating virtual functions

[v2 00/10] DPAA specific fixes
 2025-06-11 20:04 UTC  (26+ messages)
` [v3 "
  ` [v3 01/10] bus/dpaa: avoid using same structure and variable name
  ` [v3 02/10] bus/dpaa: add FMan node
  ` [v3 03/10] bus/dpaa: enhance DPAA SoC version
  ` [v3 04/10] bus/dpaa: optimize bman acquire/release
  ` [v3 05/10] mempool/dpaa: fast acquire and release
  ` [v3 06/10] mempool/dpaa: adjust pool element for LS1043A errata
  ` [v3 07/10] net/dpaa: add Tx rate limiting DPAA PMD API
  ` [v3 08/10] net/dpaa: add devargs for enabling err packets on main queue
  ` [v3 09/10] bus/dpaa: improve DPAA cleanup
  ` [v3 10/10] bus/dpaa: optimize qman enqueue check
  ` [v4 00/10] DPAA specific fixes
    ` [v4 01/10] bus/dpaa: avoid using same structure and variable name
    ` [v4 02/10] bus/dpaa: add FMan node
    ` [v4 03/10] bus/dpaa: enhance DPAA SoC version
    ` [v4 04/10] bus/dpaa: optimize bman acquire/release
    ` [v4 05/10] mempool/dpaa: fast acquire and release
    ` [v4 06/10] mempool/dpaa: adjust pool element for LS1043A errata
    ` [v4 07/10] net/dpaa: add Tx rate limiting DPAA PMD API
    ` [v4 08/10] net/dpaa: add devargs for enabling err packets on main queue
    ` [v4 09/10] bus/dpaa: improve DPAA cleanup
    ` [v4 10/10] bus/dpaa: optimize qman enqueue check

[PATCH] test/event: disable vector adapter test
 2025-06-11 17:15 UTC  (2+ messages)

[PATCH 0/3] argparse additions and rework
 2025-06-11 17:09 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] argparse: add support for string and boolean args
  ` [PATCH v3 2/3] argparse: make argparse EAL-args compatible
  ` [PATCH v3 3/3] argparse: use enums to remove max-value defines in lists
` [PATCH v4 0/3] argparse additions and rework
  ` [PATCH v4 1/3] argparse: add support for string and boolean args
  ` [PATCH v4 2/3] argparse: make argparse EAL-args compatible
  ` [PATCH v4 3/3] argparse: use enums to remove max-value defines in lists

[PATCH v3 00/11] NXP DPAA2 driver enhancements and fixes
 2025-06-11 16:50 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/11] net/dpaa2: fix issue of extract buffer preparation
  ` [PATCH v4 02/11] net/dpaa2: fix shaper rate
  ` [PATCH v4 03/11] bus/fslmc: add DPBP APIs for setting depletion thresholds
  ` [PATCH v4 04/11] mempool/dpaa2: use unified VA to IOVA conversion
  ` [PATCH v4 05/11] net/dpaa2: add dpmac MC header file
  ` [PATCH v4 06/11] net/dpaa2: support dpmac counters in stats
  ` [PATCH v4 07/11] net/dpaa2: support dpmac Tx stats
  ` [PATCH v4 08/11] net/dpaa2: support dpmac Tx stats in xstats
  ` [PATCH v4 09/11] net/dpaa2: retrieve DPNI API version at init time
  ` [PATCH v4 10/11] net/dpaa2: setup the speed cap based on the actual MAC
  ` [PATCH v4 11/11] net/dpaa2: enable software taildrop for ordered queues

[PATCH v2] PCI: Explicitly put devices into D0 when initializing
 2025-06-11 16:05 UTC  (3+ messages)

[PATCH 0/3] introduce rte_memset_sensative
 2025-06-11 15:08 UTC  (9+ messages)
` [PATCH v9 00/15] fix insecure use of memset bugs
  ` [PATCH v9 01/15] eal: introduce new secure memory zero
  ` [PATCH v9 02/15] app/test: remove unused variable

[PATCH 1/3] config/riscv: detect V extension
 2025-06-11 15:04 UTC  (4+ messages)
  ` [PATCH v4 2/3] lib/lpm: R-V V rte_lpm_lookupx4
      `  "

[PATCH v4 0/3] [PATCH v4 0/3] Add RISC-V V extension detection and LPM optimization
 2025-06-11 14:59 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] config/riscv: detect V extension
  ` [PATCH v5 2/3] lib/lpm: R-V V rte_lpm_lookupx4
  ` [PATCH v5 3/3] riscv: override machine_args only when default

[PATCH v6 00/33] Intel PMD drivers Rx cleanup
 2025-06-11 14:47 UTC  (3+ messages)
` [PATCH v6 18/33] net/ixgbe: add a desc done function

[PATCH 1/1] dts: fix deterministic doc
 2025-06-11 14:05 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v6 0/4] allow pmdinfo to be inserted and parsed using MSVC
 2025-06-11 13:28 UTC  (17+ messages)
` [PATCH v6 1/4] dev: hide driver export macros
` [PATCH v6 2/4] dev: export driver information with MSVC
` [PATCH v6 3/4] buildtools: embed "
` [PATCH v6 4/4] usertools: enable pmdinfo "
` [PATCH v7 0/5] allow pmdinfo to be inserted and parsed using MSVC
  ` [PATCH v7 1/5] dev: hide driver export macros
  ` [PATCH v7 2/5] dev: rename pmdinfo internal symbols
  ` [PATCH v7 3/5] dev: export driver information with MSVC
  ` [PATCH v7 4/5] buildtools: embed "
  ` [PATCH v7 5/5] usertools: enable pmdinfo "

[PATCH] maintainers: update for hns3
 2025-06-11 13:01 UTC  (2+ messages)

[PATCH v1] maintainers: update for iavf and i40e
 2025-06-11 12:59 UTC  (3+ messages)

[PATCH 0/1] pcapng: fix null dereference in rte_pcapng_close
 2025-06-11 11:52 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "

[PATCH 0/2] node: add mbuf dynamic field for nodes
 2025-06-11 11:45 UTC  (3+ messages)
` [PATCH v6 "

[DPDK/core Bug 1722] Kernel crash with WARNING: CPU: 17 PID: 4510 at lib/refcount.c:28 refcount_warn_saturate+0xd8/0xe0
 2025-06-11 11:01 UTC  (2+ messages)

[RFC PATCH] build: reduce use of AVX compiler flags
 2025-06-11 10:53 UTC  (13+ messages)
` [PATCH v4] "
` [PATCH v5] "

[PATCH v2 00/13] add lookup fib nodes in graph library
 2025-06-11 10:33 UTC  (3+ messages)
` [PATCH v3 00/14] "

[PATCH 2/3] bus/vdev: revert fix devargs after multi-process bus scan
 2025-06-11 10:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/ice: fix DCF RSS hash update
 2025-06-11  9:50 UTC 

[DPDK/core Bug 1668] EAL: rte_eal_mp_remote_launch is able to launch an lcore which is running
 2025-06-11  9:08 UTC  (2+ messages)

[DPDK/core Bug 1683] use after on interrupt thread during EAL cleanup
 2025-06-11  9:07 UTC  (2+ messages)

[DPDK/ethdev Bug 1664] rte_ipv6_addr_is_v4mapped wrong logic
 2025-06-11  9:07 UTC  (2+ messages)

[DPDK/testpmd Bug 1672] [dpdk-25.03] vf_offload/checksum_offload_tunnel_enable: gtpu packet checksum error packet
 2025-06-11  9:06 UTC  (2+ messages)

[PATCH 1/2] ci: treat warning as error for MSVC builds in GHA
 2025-06-11  8:46 UTC  (3+ messages)
` [PATCH 2/2] test/lcore: fix build with MSVC

[PATCH 0/6] net/hns3: VF support multi-TCs
 2025-06-11  8:19 UTC  (7+ messages)
` [PATCH 1/6] net/hns3: fix VF fail to config queue TC
` [PATCH 2/6] net/hns3: remove duplicate struct field
` [PATCH 3/6] net/hns3: refactor DCB module code
` [PATCH 4/6] net/hns3: VF support parse max TC number
` [PATCH 5/6] net/hns3: VF support discover multi-TCs capability
` [PATCH 6/6] net/hns3: VF support multi-TCs configure

[PATCH v5 1/3] graph: avoid global node ID counter
 2025-06-11  7:15 UTC  (3+ messages)
` [PATCH v7 "

[DPDK/meson Bug 1721] failed to compile DPDK
 2025-06-11  6:49 UTC 

[PATCH v3 0/8] net/r8169: support more cards
 2025-06-11  3:10 UTC  (9+ messages)
` [PATCH v3 1/8] net/r8169: add support for RTL8168 series
` [PATCH v3 2/8] net/r8169: update HW configurations for 8125 and 8126
` [PATCH v3 3/8] net/r8169: add support for RTL8127
` [PATCH v3 4/8] net/r8169: remove cmac feature for RTL8125AP
` [PATCH v3 5/8] net/r8169: add RTL8127AP dash support
` [PATCH v3 6/8] net/r8169: add support for RTL8125CP
` [PATCH v3 7/8] net/r8169: add support for RTL8127ATF serdes interface
` [PATCH v3 8/8] net/r8169: update HW configuration for 8127

[PATCH 00/12] Fixes and supports for Wangxun NICs
 2025-06-11  2:00 UTC  (3+ messages)

[PATCH v6 0/4] add feature arc in rte_graph
 2025-06-10 16:25 UTC  (3+ messages)
` [PATCH v12 0/7] "

[PATCH 0/2] uapi: script and header update
 2025-06-10 15:11 UTC  (3+ messages)
` [PATCH 1/2] devtools/linux-uapi: conform to kernel headers install
` [PATCH 2/2] uapi: update headers to 6.15 kernel

[RFC PATCH dpdk] fib6: implement RCU rule reclamation
 2025-06-10 14:53 UTC 

[PATCH] examples/l3fwd: adjust Tx burst size based on Rx burst
 2025-06-10 14:29 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

[PATCH v1 0/8] net/r8169: support more cards
 2025-06-10 14:26 UTC  (3+ messages)
` [PATCH v1 2/8] net/r8169: update HW configurations for 8125 and 8126

DPDK Release Status Meeting 2025-06-10
 2025-06-10 14:00 UTC 

[PATCH] net/mlx5: fix flag non-template rule cleanup
 2025-06-10 13:19 UTC  (2+ messages)

[PATCH] common/mlx5: use intrinsics instead of inline assembly
 2025-06-10 13:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix hypervisor detection in VLAN workaround
 2025-06-10 13:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] doc/guides: Mention needed kernel option for mlx5
 2025-06-10 13:17 UTC  (2+ messages)

[PATCH] net/mlx5: avoid setting kernel MTU if not needed
 2025-06-10 13:16 UTC  (2+ messages)

[DPDK/eventdev Bug 1720] failure in event_vector_adapter_autotest
 2025-06-10 13:15 UTC 

[PATCH] eal: handle sysconf() negative return value
 2025-06-10 13:13 UTC 

[PATCH v1 1/6] net/intel: update E830 Tx Time Queue Context Structure
 2025-06-10 13:11 UTC  (17+ messages)
` [PATCH v3 0/6] Add TxPP Support for E830
  ` [PATCH v3 2/6] net/intel: add read clock feature in ICE
  ` [PATCH v3 3/6] net/intel: add TxPP Support for E830
` [PATCH v4 0/6] Add "
  ` [PATCH v4 1/6] net/intel: update E830 Tx Time Queue Context Structure
  ` [PATCH v4 2/6] net/intel: add read clock feature in ICE
  ` [PATCH v4 3/6] net/intel: add TxPP Support for E830
  ` [PATCH v4 4/6] net/intel: add AVX2 Support for TxPP
  ` [PATCH v4 5/6] net/intel: add AVX512 "
  ` [PATCH v4 6/6] doc: announce TxPP support for E830 adapters

[PATCH] net/intel: fix ixgbe get macsec stats
 2025-06-10 11:15 UTC  (4+ messages)
` [PATCH] net/ixgbe: fix unexpected data in the xstats info

[RFC PATCH 0/3] allow easier use of high lcore-ids
 2025-06-10 11:08 UTC  (4+ messages)
` [PATCH v5 0/3] lcore options cleanup

[PATCH v1 0/5] Update ixgbe base code
 2025-06-10 10:51 UTC  (2+ messages)

[PATCH v7 1/1] graph: mcore: optimize graph search
 2025-06-10 10:28 UTC  (4+ messages)
` [PATCH v8] "
  ` [EXTERNAL] "

[PATCH v17 0/4] add support for self monitoring
 2025-06-10  9:55 UTC  (2+ messages)

[PATCH 0/4] more unnecessary function pointer
 2025-06-10  9:39 UTC  (3+ messages)

[PATCH] doc/linux_gsg: update recommended compiler versions
 2025-06-10  9:33 UTC  (2+ messages)
` [PATCH v2] "

page: 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).