DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 00/18] add hinic3 PMD driver
 2025-04-18  9:06 UTC  (18+ messages)
` [RFC 01/18] net/hinic3: add intro doc for hinic3
` [RFC 02/18] net/hinic3: add basic header files
` [RFC 03/18] net/hinic3: add hardware interfaces of BAR operation
` [RFC 04/18] net/hinic3: add support for cmdq mechanism
` [RFC 05/18] net/hinic3: add NIC event module
` [RFC 06/18] net/hinic3: add eq mechanism function code
` [RFC 07/18] net/hinic3: add mgmt module "
` [RFC 08/18] net/hinic3: add module about hardware operation
` [RFC 09/18] net/hinic3: add a NIC business configuration module
` [RFC 10/18] net/hinic3: add context and work queue support
` [RFC 11/18] net/hinic3: add a mailbox communication module
` [RFC 12/18] net/hinic3: add device initailization
` [RFC 13/18] net/hinic3: add dev ops
` [RFC 14/18] net/hinic3: add Rx/Tx functions
` [RFC 15/18] net/hinic3: add MML and EEPROM access feature
` [RFC 16/18] net/hinic3: add RSS promiscuous ops
` [RFC 17/18] net/hinic3: add FDIR flow control module

[PATCH] net/ixgbe: fix port mask default value in flow director
 2025-04-18  7:43 UTC 

[PATCH v1 00/12] add lookup fib nodes in graph library
 2025-04-18  7:38 UTC  (20+ messages)
` [PATCH v1 01/12] fib: move macro to header file
` [PATCH v1 02/12] node: add IP4 lookup FIB node
    ` [EXTERNAL] "
` [PATCH v1 03/12] node: add IP4 FIB route add
` [PATCH v1 04/12] node: add process callback for IP4 FIB
    ` [EXTERNAL] "
` [PATCH v1 05/12] node: add next node in packet classification
` [PATCH v1 06/12] app/graph: add IP4 lookup mode command
` [PATCH v1 07/12] fib: move macro to header file
` [PATCH v1 08/12] node: add IP6 lookup FIB node
` [PATCH v1 09/12] node: add IP6 FIB route add
` [PATCH v1 10/12] node: add process callback for IP6 FIB
` [PATCH v1 11/12] node: add next node in packet classification
` [PATCH v1 12/12] app/graph: add IP6 lookup mode command

[PATCH 00/46] Support AMD Solarflare X45xx adaptors
 2025-04-18  7:25 UTC  (61+ messages)
` [PATCH 01/46] common/sfc_efx/base: add Medford4 PCI IDs to common code
` [PATCH 02/46] common/sfc_efx/base: add efsys option for Medford4
` [PATCH 03/46] common/sfc_efx/base: add Medford4 support to NIC module
` [PATCH 04/46] common/sfc_efx/base: add Medford4 support to EV module
` [PATCH 05/46] common/sfc_efx/base: add Medford4 support to FILTER module
` [PATCH 06/46] common/sfc_efx/base: add Medford4 support to INTR module
` [PATCH 07/46] common/sfc_efx/base: add Medford4 support to MAC module
` [PATCH 08/46] common/sfc_efx/base: add Medford4 support to PHY module
` [PATCH 09/46] common/sfc_efx/base: add Medford4 support to TUNNEL module
` [PATCH 10/46] common/sfc_efx/base: add Medford4 support to MCDI module
` [PATCH 11/46] common/sfc_efx/base: add Medford4 support to Rx module
` [PATCH 12/46] common/sfc_efx/base: add Medford4 support to Tx module
` [PATCH 13/46] drivers: enable support for AMD Solarflare X4 adapter family
` [PATCH 14/46] common/sfc_efx/base: update X4 BAR layout and PCI IDs
` [PATCH 15/46] net/sfc: add Medford4 with only full feature datapath engine
` [PATCH 16/46] common/sfc_efx/base: add port mode for 8 port hardware
` [PATCH 17/46] common/sfc_efx/base: add new X4 port mode
` [PATCH 18/46] common/sfc_efx/base: extend list of supported X4 port modes
` [PATCH 19/46] common/sfc_efx/base: update MCDI headers
` [PATCH 20/46] common/sfc_efx/base: provide a stub for basic netport attach
` [PATCH 21/46] common/sfc_efx/base: provide defaults on netport attach path
` [PATCH 22/46] common/sfc_efx/base: obtain assigned netport handle from NIC
` [PATCH 23/46] common/sfc_efx/base: allow for const in MCDI struct accessor
` [PATCH 24/46] common/sfc_efx/base: get netport fixed capabilities on probe
` [PATCH 25/46] common/sfc_efx/base: decode netport link state on probe path
` [PATCH 26/46] common/sfc_efx/base: fill in loopback modes on netport probe
` [PATCH 27/46] common/sfc_efx/base: introduce Medford4 stub for PHY methods
` [PATCH 28/46] common/sfc_efx/base: refactor EF10 link mode decoding helper
` [PATCH 29/46] common/sfc_efx/base: provide PHY link get method on Medford4
` [PATCH 30/46] common/sfc_efx/base: implement PHY link control for Medford4
` [PATCH 31/46] common/sfc_efx/base: introduce Medford4 stub for MAC methods
` [PATCH 32/46] common/sfc_efx/base: add MAC reconfigure method for Medford4
` [PATCH 33/46] common/sfc_efx/base: fill in software LUT for MAC statistics
` [PATCH 34/46] common/sfc_efx/base: fill in MAC statistics mask on Medford4
` [PATCH 35/46] common/sfc_efx/base: support MAC statistics on Medford4 NICs
` [PATCH 36/46] common/sfc_efx/base: implement MAC PDU controls for Medford4
` [PATCH 37/46] common/sfc_efx/base: correct MAC PDU calculation on Medford4
` [PATCH 38/46] net/sfc: make use of generic EFX MAC PDU calculation helpers
` [PATCH 39/46] common/sfc_efx/base: ignore legacy link events on new boards
` [PATCH 40/46] common/sfc_efx/base: add link event processing "
` [PATCH 41/46] net/sfc: query link status on link change events on new NICs
` [PATCH 42/46] common/sfc_efx/base: subscribe to netport link change events
` [PATCH 43/46] net/sfc: offer support for 200G link ability on new adaptors
` [PATCH 44/46] common/sfc_efx/base: support controls for netport lane count
` [PATCH 45/46] net/sfc: add support for control of physical port "
` [PATCH 46/46] doc: advertise support for AMD Solarflare X45xx adapters

[PATCH v6 3/3] net/macb: add necessary docs and update related files
 2025-04-18  3:27 UTC  (2+ messages)
` [PATCH v7 "

[PATCH v6 2/3] net/macb: add NEON vectorized Rx/Tx
 2025-04-18  3:26 UTC  (2+ messages)
` [PATCH v7 "

[PATCH v5 2/4] net/macb: add new poll mode driver
 2025-04-18  3:25 UTC  (4+ messages)
` [PATCH v6 1/3] "
  ` [PATCH v7 "

[PATCH v6 0/3] net/macb: updated net macb driver
 2025-04-18  3:24 UTC  (3+ messages)
` [PATCH v7 "

[PATCH] net/ice: fix Rx of large packets
 2025-04-18  3:04 UTC  (2+ messages)

[PATCH] pci: define more standard register offsets
 2025-04-18  2:13 UTC  (4+ messages)

[PATCH] rust: RFC/demo of safe API for Dpdk Eal, Eth and Rxq
 2025-04-17 18:58 UTC  (2+ messages)

[PATCH] doc: Document frequency and volume limits on patches
 2025-04-17 18:12 UTC 

[PATCH 0/4] allow pmdinfo to be inserted and parsed using MSVC
 2025-04-17 17:10 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] eal: add macro to embed information in binaries
  ` [PATCH v2 2/4] buildtools: use "
  ` [PATCH v2 3/4] usertools: parse strings from PE images
  ` [PATCH v2 4/4] drivers: use macro to embed information in binaries
` [PATCH v3 0/4] allow pmdinfo to be inserted and parsed using MSVC
  ` [PATCH v3 1/4] eal: add macro to embed information in binaries
  ` [PATCH v3 2/4] buildtools: use "
  ` [PATCH v3 3/4] usertools: parse strings from PE images
  ` [PATCH v3 4/4] drivers: use macro to embed information in binaries
` [PATCH v4 0/4] allow pmdinfo to be inserted and parsed using MSVC
  ` [PATCH v4 1/4] eal: add macro to embed information in binaries
  ` [PATCH v4 2/4] buildtools: use "
  ` [PATCH v4 3/4] usertools: parse strings from PE images
  ` [PATCH v4 4/4] drivers: use macro to embed information in binaries

[patch v6 0/6] Support VMBUS channels without monitoring enabled
 2025-04-17 16:34 UTC  (8+ messages)
` [patch v6 1/6] net/netvsc: introduce private data for storing vmbus device for secondary process
` [patch v6 2/6] net/netvsc: introduce get_vmbus_device to get the vmbus device
` [patch v6 3/6] bus/vmbus: store UIO fd for secondary process
` [patch v6 4/6] bus/vmbus: support channels without monitoring enabled
` [patch v6 5/6] bus/vmbus: add rte_vmbus_device to all functions accessing vmbus
` [patch v6 6/6] bus/vmbus: set event for channel without monitoring support

[RFC] add Rust API for basic port operations
 2025-04-17 16:19 UTC  (3+ messages)

[PATCH] dts: add ICMP to packet filter config
 2025-04-17 12:46 UTC  (2+ messages)

[PATCH] net: fix GTP packet parsing
 2025-04-17 12:37 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] dts: use tmp dir and DPDK tree dir
 2025-04-17 11:46 UTC  (4+ messages)
` [PATCH 1/2] dts: add remote create dir function
` [PATCH 2/2] dts: use tmp dir and DPDK tree dir

[PATCH] rust: support DPDK API
 2025-04-17 11:11 UTC  (9+ messages)
` [RFC PATCH] add rust binding support to DPDK

A compile failure related to "Y2038 Problem"
 2025-04-17  5:46 UTC 

[PATCH 0/4] Linux Kernel uAPI headers import
 2025-04-17  5:08 UTC  (7+ messages)
` [PATCH 1/4] license: add exception for Linux Kernel uAPI headers
` [PATCH 2/4] uapi: import VDUSE header from v6.14 kernel
` [PATCH 3/4] vhost: use imported VDUSE uAPI header
` [PATCH 4/4] ci: check licenses

[RFC 00/13] Packet capture using port mirroring
 2025-04-17  3:14 UTC  (7+ messages)
` [RFC 01/13] app/testpmd: revert auto attach/detach
` [RFC 02/13] ethdev: allow start/stop from secondary process

[Patch v3 0/6] Support VMBUS channels without monitoring enabled
 2025-04-16 20:59 UTC  (5+ messages)
` [Patch v3 6/6] bus/vmbus: set event for channel without monitoring support
    ` [EXTERNAL] "

[PATCH] net/virtio: support Rx/Tx burst mode info
 2025-04-16 17:35 UTC 

[PATCH] net/e1000: support Rx/Tx burst mode info
 2025-04-16 17:30 UTC 

[PATCH v2] net/ixgbe: support Rx/Tx burst mode info
 2025-04-16 17:23 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v4 4/4] net/macb: add necessary docs and update related files
 2025-04-16 16:43 UTC  (3+ messages)

[PATCH v4 2/4] net/macb: add new poll mode driver
 2025-04-16 16:34 UTC  (3+ messages)

Flow API Test Suite Inquiry
 2025-04-16 16:24 UTC  (2+ messages)

[PATCH] net/ixgbe: support Rx/Tx burst mode info
 2025-04-16 16:09 UTC 

[PATCH] net/iavf: support Rx/Tx burst mode info
 2025-04-16 16:02 UTC 

DPDK Release Status Meeting 2025-04-15
 2025-04-16 14:53 UTC 

[PATCH] doc: announce DMA configuration structure changes
 2025-04-16 11:05 UTC 

[25.11 PATCH 0/3] Introduce DMA enqueue/dequeue operations
 2025-04-16 10:09 UTC  (4+ messages)
` [25.11 PATCH 1/3] dmadev: add enqueue dequeue operations
` [25.11 PATCH 2/3] dma/cnxk: implement enqueue dequeue ops
` [25.11 PATCH 3/3] eventdev: refactor DMA adapter ops

[RFC PATCH 1/4] ethdev: add support to provide link type
 2025-04-16  9:08 UTC  (5+ messages)

[PATCH] net/gve: support for gVNIC PCI revision 1 and later
 2025-04-16  2:44 UTC 

[PATCH] maintainers: update GVE maintainers
 2025-04-16  2:42 UTC 

[PATCH 0/3] standard the data endian of descriptors
 2025-04-16  0:10 UTC  (5+ messages)
` [PATCH 1/3] net/nfp: standard the data endian of Rx descriptor
` [PATCH 2/3] net/nfp: standard the data endian of NFD3 Tx descritor
` [PATCH 3/3] net/nfp: standard the data endian of NFDk "

[PATCH v1] net/zxdh: fix using static assert in macro definition
 2025-04-15  8:42 UTC  (2+ messages)
` [PATCH v1] net/zxdh: add support E31X series device ID

[PATCH] net/e1000: fix eeprom dump failure
 2025-04-15  7:48 UTC 

[PATCH] mldev: enable to be compiled with msvc
 2025-04-15  4:05 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] eal: simplify code to avoid Coverity false positive
 2025-04-14 20:28 UTC 

[PATCH] ci: check licenses
 2025-04-14 18:32 UTC  (2+ messages)

NVIDIA roadmap for 25.03
 2025-04-14 18:17 UTC  (2+ messages)
` NVIDIA roadmap for 25.07

page:  |  | 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).