[RFC 00/18] add hinic3 PMD driver
2025-09-01 11:10 UTC (47+ messages)
` [V5 00/18] add hinic3 pmd driver
` [V5 01/18] doc: add some basic files to describe the hinic3 driver
` [V5 02/18] net/hinic3: add basic header files
` [V5 03/18] net/hinic3: add hardware interfaces of BAR operation
` [V5 04/18] net/hinic3: add support for cmdq mechanism
` [V5 05/18] net/hinic3: add NIC event module
` [V5 06/18] net/hinic3: add eq mechanism function code
` [V5 07/18] net/hinic3: add mgmt module "
` [V5 08/18] net/hinic3: add module about hardware operation
` [V5 09/18] net/hinic3: add a NIC business configuration module
` [V5 10/18] net/hinic3: add context and work queue support
` [V5 11/18] net/hinic3: add a mailbox communication module
` [V5 12/18] net/hinic3: add device initialization
` [V5 13/18] net/hinic3: add dev ops
` [V5 14/18] net/hinic3: add Rx/Tx functions
` [V5 15/18] net/hinic3: add MML and EEPROM access feature
` [V5 16/18] net/hinic3: add RSS promiscuous ops
` [V5 17/18] net/hinic3: add FDIR flow control module
` [V5 18/18] drivers/net: add hinic3 PMD build and doc files
` [V6 00/17] add-hinic3-PMD-driver
` [V6 01/17] doc: add hinic3 driver
` [V6 02/17] net/hinic3: add basic header files
` [V6 03/17] net/hinic3: add hardware interfaces of BAR operation
` [V6 04/17] net/hinic3: add support for cmdq mechanism
` [V6 05/17] net/hinic3: add NIC event module
` [V6 06/17] net/hinic3: add eq mechanism
` [V6 07/17] net/hinic3: add mgmt module function code
` [V6 08/17] net/hinic3: add module about hardware operation
` [V6 09/17] net/hinic3: add a NIC business configuration module
` [V6 10/17] net/hinic3: add context and work queue support
` [V6 11/17] net/hinic3: add a mailbox communication module
` [V6 12/17] net/hinic3: add device initialization
` [V6 13/17] net/hinic3: add dev ops
` [V6 14/17] net/hinic3: add Rx/Tx functions
` [V6 15/17] net/hinic3: add RSS promiscuous ops
` [V6 16/17] net/hinic3: add flow control and FDIR module
` [V6 17/17] drivers/net: add hinic3 PMD build and doc files
` [V7 00/17] add-hinic3-PMD-driver
` [V7 01/17] doc: add hinic3 driver
` [V7 02/17] net/hinic3: add basic header files
` [V7 03/17] net/hinic3: add hardware interfaces of BAR operation
` [V7 04/17] net/hinic3: add support for cmdq mechanism
` [V7 05/17] net/hinic3: add NIC event module
` [V7 06/17] net/hinic3: add eq mechanism
[PATCH] dpdk: support quick jump to API definition
2025-09-01 10:46 UTC (17+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] lib: "
` [PATCH v2 2/3] drivers: "
` [PATCH v2 3/3] doc: update ABI versioning guide
` [PATCH v3 0/5] add semicolon when export any symbol
` [PATCH v3 1/5] lib: add semicolon when export symbol
` [PATCH v3 2/5] lib: add semicolon when export experimental symbol
` [PATCH v3 3/5] lib: add semicolon when export internal symbol
` [PATCH v3 4/5] drivers: add semicolon when export any symbol
` [PATCH v3 5/5] doc: update ABI versioning guide
` [PATCH v4 0/5] add semicolon when export any symbol
` [PATCH v4 1/5] lib: add semicolon when export symbol
` [PATCH v4 2/5] lib: add semicolon when export experimental symbol
` [PATCH v4 3/5] lib: add semicolon when export internal symbol
` [PATCH v4 4/5] drivers: add semicolon when export any symbol
` [PATCH v4 5/5] doc: update ABI versioning guide
[PATCH] net/i40e: fix supported offloads for Rx vector path
2025-09-01 9:59 UTC
[RFC PATCH 0/6] ethdev: refactor and extend DCB configuration API
2025-09-01 8:51 UTC (19+ messages)
` [RFC PATCH 1/6] ethdev: extend and refactor DCB configuration
` [RFC PATCH 2/6] ethdev: remove nb_tcs from rte_eth_dcb_conf structure
` [RFC PATCH 3/6] ethdev: decouple VMDq and DCB cofiguration
` [RFC PATCH 4/6] ethdev: extend VMDq/DCB configuration with queue mapping
` [RFC PATCH 5/6] ethdev: remove dcb_capability_en from rte_eth_conf
` [RFC PATCH 6/6] ethdev: move mq_mode to [r,t]x_adv_conf
[PATCH] net/mlx5: fix matcher flags in counter offset detection
2025-09-01 8:34 UTC (5+ messages)
[DPDK/core Bug 1784] crash is seen while reserving the memory in rte_memzone_reserve
2025-09-01 7:39 UTC
[PATCH 01/19] common/cnxk: add new TM tree for SDP interface
2025-09-01 7:30 UTC (19+ messages)
` [PATCH 02/19] net/cnxk: new "
` [PATCH 03/19] net/cnxk: disable CQ when SQ stopped
` [PATCH 04/19] net/cnxk: update scatter check as warning for SDP
` [PATCH 05/19] common/cnxk: fix inline device API
` [PATCH 06/19] common/cnxk: add new mailbox to configure LSO alt flags
` [PATCH 07/19] common/cnxk: add IPv4 fragmentation offload
` [PATCH 08/19] common/cnxk: update DF flag in IPv4 fragments
` [PATCH 09/19] common/cnxk: add support for per packet SQ count update
` [PATCH 10/19] common/cnxk: feature fn to check 16B alignment
` [PATCH 11/19] common/cnxk: add API to configure backpressure on pool
` [PATCH 12/19] common/cnxk: fix max number of SQB bufs in clean up
` [PATCH 13/19] common/cnxk: add support for SQ resize
` [PATCH 14/19] common/cnxk: increase Tx schedular count
` [PATCH 15/19] common/cnxk: resolve klocwork issues
` [PATCH 16/19] common/cnxk: avoid null SQ access
` [PATCH 17/19] common/cnxk: change in aura field width
` [PATCH 18/19] common/cnxk: fix error handling on inline inbound setup
` [PATCH 19/19] drivers: fix Klocwork issues
[PATCH v7 1/1] ethdev: add support to provide link type
2025-09-01 5:44 UTC (5+ messages)
` [PATCH v8 "
` [EXTERNAL] "
` [PATCH v9 "
[PATCH v2 1/2] net/mlx5: enhance socket file path
2025-09-01 1:40 UTC (7+ messages)
` [PATCH v3 1/2] net/mlx5: improve socket file path handling
` [PATCH v3 2/2] net/mlx5: improve debug dump "
[PATCH v2] net/mlx5: fix indirect age action handling
2025-08-31 14:51 UTC (3+ messages)
[PATCH] net/mlx5: fix mark action creation
2025-08-31 12:19 UTC (2+ messages)
[PATCH] net/mlx5/hws: fix TIR action support in FDB
2025-08-31 12:17 UTC (2+ messages)
[PATCH v3] net/mlx5: fix connection tracking state item validation
2025-08-31 12:14 UTC (3+ messages)
` [PATCH v4] "
[PATCH] net/mlx5: fix non-template RSS expansion
2025-08-31 12:05 UTC (2+ messages)
[PATCH 00/14] net/xsc: PMD updates
2025-08-30 3:46 UTC (17+ messages)
` [PATCH 01/14] net/xsc: add FW version get support
` [PATCH 02/14] net/xsc: add TSO support
` [PATCH 03/14] net/xsc: support module EEPROM dump
` [PATCH 04/14] net/xsc: support promiscuous mode
` [PATCH 05/14] net/xsc: add link status support
` [PATCH 06/14] net/xsc: add link status event support
` [PATCH 07/14] net/xsc: add FEC get and set support
` [PATCH 08/14] net/xsc: optimize RSS queue creation
` [PATCH 09/14] net/xsc: optimize QP and CQ memory allocation
` [PATCH 10/14] net/xsc: optimize Rx path
` [PATCH 11/14] net/xsc: optimize stop and close
` [PATCH 12/14] net/xsc: support per port for multi-process
` [PATCH 13/14] net/xsc: fix uninitialized value
` [PATCH 14/14] net/xsc: update release notes for xsc PMD
[PATCH] app/testpmd: fix L4 protocol retrieval from L3 header
2025-08-30 1:29 UTC
[PATCH] test-flow-perf: Enable to build on Windows
2025-08-30 0:23 UTC (3+ messages)
[RFC 0/2] Split DTS framework and public API
2025-08-29 17:43 UTC (3+ messages)
` [RFC 1/2] dts: move testpmd into API
` [RFC 2/2] dts: update tests to use new API
[DPDK/core Bug 1783] crash in rollback_expand_heap
2025-08-29 16:24 UTC
[RFC PATCH 0/3] Make Link Status on Close Configurable
2025-08-29 15:19 UTC (5+ messages)
` [RFC PATCH 1/3] ethdev: add set link state on close API
` [RFC PATCH 2/3] net/ice: implement the link state on close device op
` [RFC PATCH 3/3] app/testpmd: support link state on close ethdev API
[PATCH v2 1/2] eal: prevent socket closure before MP sync
2025-08-29 15:11 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] crypto/ipsec_mb: fix QP release in secondary
[RFC PATCH 0/7] rework EAL argument parsing in DPDK
2025-08-29 14:39 UTC (3+ messages)
` [PATCH v7 00/13] Simplify running with high-numbered CPUs
[PATCH 25.11 0/3] remove fallbacks for old Linux versions
2025-08-29 13:48 UTC (3+ messages)
` [PATCH v2 "
[PATCH] build: remove obsolete compiler checks
2025-08-29 13:46 UTC (3+ messages)
` [PATCH v3 1/2] "
[PATCH] examples/fips_validation: fix dangling pointer for SHA test
2025-08-29 13:14 UTC (7+ messages)
` [EXTERNAL] "
[PATCH] app/test-cmdline: add test to Windows build
2025-08-29 13:08 UTC (3+ messages)
` [PATCH v2] "
[PATCH] test_bbdev: enable to be compiled on Windows
2025-08-29 13:07 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/3] vhost_user: configure memory slots
2025-08-29 12:01 UTC (12+ messages)
` [PATCH 3/3] vhost_user: support for memory regions
[PATCH v3 1/2] doc: add test case docstring example to dts rst
2025-08-29 11:18 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] dts: add steps and verify sections to docstrings
[RFC 0/8] Avoid overlapping declarations
2025-08-29 10:25 UTC (3+ messages)
` [RFC 6/8] ethdev: avoid shadowed variable warnings
[PATCH] net/ice: make link state configurable on device stop
2025-08-29 9:46 UTC (4+ messages)
` [PATCH v2] net/ice: make link state configurable on device close
[PATCH V3 2/2] net/mlx5: add support for flows targeting multicast MAC addresses
2025-08-29 9:08 UTC (4+ messages)
` [PATCH V4 0/2] resolve flow creation issue for "
` [PATCH V4 1/2] net/mlx5: update how MAC address bit-fields are used
` [PATCH V4 2/2] net/mlx5: add support for flows targeting multicast MAC addresses
[PATCH v2 1/2] dts: rewrite two link topology requirements
2025-08-29 8:52 UTC (3+ messages)
` [PATCH v3 0/2] dts: change default topology to one link
[PATCH 0/3] fix build with MinGW 13
2025-08-29 5:36 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 3/3] bbdev: wrong fix for "
[PATCH v1] net/mlx5: fix probe optimization race condition
2025-08-29 5:35 UTC (2+ messages)
` [PATCH v2] "
[PATCH v1 0/2] doc: bbdev clarifications
2025-08-29 5:08 UTC (2+ messages)
[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
2025-08-29 3:28 UTC (19+ messages)
` [PATCH v7 00/17] "
` [PATCH v7 01/17] net/nbl: add doc and minimum nbl build framework
` [PATCH v7 02/17] net/nbl: add simple probe/remove and log module
` [PATCH v7 03/17] net/nbl: add HW layer definitions and implementation
` [PATCH v7 04/17] net/nbl: add Channel "
` [PATCH v7 05/17] net/nbl: add Resource "
` [PATCH v7 06/17] net/nbl: add Dispatch "
` [PATCH v7 07/17] net/nbl: add Dev "
` [PATCH v7 08/17] net/nbl: add complete device init and uninit functionality
` [PATCH v7 09/17] net/nbl: add UIO and VFIO mode for nbl
` [PATCH v7 10/17] net/nbl: add nbl coexistence "
` [PATCH v7 11/17] net/nbl: add nbl ethdev configuration
` [PATCH v7 12/17] net/nbl: add nbl device rxtx queue setup and release ops
` [PATCH v7 13/17] net/nbl: add nbl device start and stop ops
` [PATCH v7 14/17] net/nbl: add nbl device Tx and Rx burst
` [PATCH v7 15/17] net/nbl: add nbl ethdev infos get
` [PATCH v7 16/17] net/nbl: add nbl device xstats and stats
` [PATCH v7 17/17] net/nbl: nbl device support set MTU and promisc
[PATCH] dpdk: support quick jump to API definition
2025-08-29 1:37 UTC (4+ messages)
AMD Solarflare PMD roadmap for 25.11
2025-08-28 22:45 UTC
page: next (older) | prev (newer) | latest
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).