DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/5] support setting and querying RSS algorithms
 2023-08-30 11:46 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] ethdev: support setting and querying RSS algorithm
  ` [PATCH v2 2/5] net/hns3: support setting and querying RSS hash function
  ` [PATCH v2 3/5] app/proc-info: fix never show RSS info
  ` [PATCH v2 4/5] app/proc-info: adjust the display format of "
  ` [PATCH v2 5/5] app/proc-info: support querying RSS hash algorithm

[PATCH] doc: build manpages as well as html output
 2023-08-30 11:23 UTC  (7+ messages)
` [PATCH v3] "

[PATCH] eal: fix memory initialization deadlock
 2023-08-30 10:33 UTC 

[PATCH v1] maintainers: take maintainership of AMD axgbe driver
 2023-08-30  9:54 UTC  (2+ messages)

[PATCH] vhost: avoid potential null pointer access
 2023-08-30  9:02 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] ethdev: add new symmetric hash function
 2023-08-30  8:38 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] net/mlx5: support new RSS "

[PATCH 1/2] dma/cnxk: use mempool for DMA chunk pool
 2023-08-30  7:56 UTC  (2+ messages)
` [PATCH 2/2] dma/cnxk: rewrite DMA fastpath

[PATCH] net/iavf: fix port stats not cleared
 2023-08-30  6:54 UTC 

22.11.3 patches review and test
 2023-08-30  5:52 UTC  (5+ messages)

[PATCH] bus/pci: fix legacy device IO port map in secondary process
 2023-08-30  5:07 UTC  (5+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH 00/27] refact the nfpcore module
 2023-08-30  2:14 UTC  (29+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/27] net/nfp: explicitly compare to null and 0
  ` [PATCH v2 02/27] net/nfp: unify the indent coding style
  ` [PATCH v2 03/27] net/nfp: unify the type of integer variable
  ` [PATCH v2 04/27] net/nfp: remove the unneeded logic
  ` [PATCH v2 05/27] net/nfp: standard the local variable coding style
  ` [PATCH v2 06/27] net/nfp: adjust the log statement
  ` [PATCH v2 07/27] net/nfp: standard the comment style
  ` [PATCH v2 08/27] net/nfp: using the DPDK memory management API
  ` [PATCH v2 09/27] net/nfp: standard the blank character
  ` [PATCH v2 10/27] net/nfp: unify the guide line of header file
  ` [PATCH v2 11/27] net/nfp: rename some parameter and variable
  ` [PATCH v2 12/27] net/nfp: refact the hwinfo module
  ` [PATCH v2 13/27] net/nfp: refact the nffw module
  ` [PATCH v2 14/27] net/nfp: refact the mip module
  ` [PATCH v2 15/27] net/nfp: refact the rtsym module
  ` [PATCH v2 16/27] net/nfp: refact the resource module
  ` [PATCH v2 17/27] net/nfp: refact the target module
  ` [PATCH v2 18/27] net/nfp: add a new header file
  ` [PATCH v2 19/27] net/nfp: refact the nsp module
  ` [PATCH v2 20/27] net/nfp: refact the mutex module
  ` [PATCH v2 21/27] net/nfp: rename data field to sync with kernel driver
  ` [PATCH v2 22/27] net/nfp: add the dev module
  ` [PATCH v2 23/27] net/nfp: add header file for PCIe module
  ` [PATCH v2 24/27] net/nfp: refact the cppcore module
  ` [PATCH v2 25/27] net/nfp: refact the PCIe module
  ` [PATCH v2 26/27] net/nfp: refact the cppcore and "
  ` [PATCH v2 27/27] net/nfp: extend the usage of nfp BAR from 8 to 24

[PATCH] net/netvsc: set the correct queue state
 2023-08-29 18:29 UTC  (2+ messages)
` [Patch v2] "

[PATCH] event/cnxk: add event port flow context APIs
 2023-08-29 18:19 UTC 

[PATCH v2 0/6] changes for 23.07
 2023-08-29 16:19 UTC  (2+ messages)

[PATCH 0/9] msvc integration changes
 2023-08-29 16:16 UTC  (17+ messages)
` [PATCH v11 00/16] "
  ` [PATCH v11 01/16] eal: use rdtsc intrinsic
  ` [PATCH v11 05/16] eal: use umonitor umwait and tpause intrinsics
  ` [PATCH v11 06/16] eal: use prefetch intrinsics

[PATCH 0/6] RFC optional rte optional stdatomics API
 2023-08-29 15:57 UTC  (3+ messages)
` [PATCH v6 0/6] rte atomics API for optional stdatomic

[RFC PATCH] app/test: add support for skipping tests
 2023-08-29 13:39 UTC  (4+ messages)

[PATCH] ethdev: introduce generic flow item and action
 2023-08-29 10:18 UTC  (18+ messages)
                        ` DPDK community: RTE_FLOW support for P4-programmable devices

[PATCH 1/8] net/ntnic: initial commit which adds register defines
 2023-08-29 10:17 UTC  (23+ messages)
` [PATCH 8/8] net/ntnic: adds socket connection to PMD
` [PATCH v7 1/8] net/ntnic: initial commit which adds register defines
  ` [PATCH v7 7/8] net/ntnic: adds ethdev and makes PMD available
` [PATCH v8 1/8] net/ntnic: initial commit which adds register defines
  ` [PATCH v8 2/8] net/ntnic: adds core registers and fpga functionality
  ` [PATCH v8 3/8] net/ntnic: adds NT200A02 adapter support
  ` [PATCH v8 4/8] net/ntnic: adds flow related FPGA functionality
  ` [PATCH v8 5/8] net/ntnic: adds FPGA abstraction layer
  ` [PATCH v8 6/8] net/ntnic: adds flow logic
  ` [PATCH v8 7/8] net/ntnic: adds ethdev and makes PMD available
  ` [PATCH v8 8/8] net/ntnic: adds socket connection to PMD
` [PATCH v9 1/8] net/ntnic: initial commit which adds register defines
  ` [PATCH v9 2/8] net/ntnic: adds core registers and fpga functionality
  ` [PATCH v9 3/8] net/ntnic: adds NT200A02 adapter support
  ` [PATCH v9 4/8] net/ntnic: adds flow related FPGA functionality
  ` [PATCH v9 5/8] net/ntnic: adds FPGA abstraction layer
  ` [PATCH v9 6/8] net/ntnic: adds flow logic
  ` [PATCH v9 7/8] net/ntnic: adds ethdev and makes PMD available
  ` [PATCH v9 8/8] net/ntnic: adds socket connection to PMD

[PATCH] build: deprecate enable_kmods option
 2023-08-29  9:30 UTC  (2+ messages)

[PATCH] drivers: add dependencies for some classes
 2023-08-29  8:05 UTC  (6+ messages)

[PATCH] build: make crypto libraries optional
 2023-08-29  8:04 UTC  (4+ messages)

[PATCH] build: add pdcp to optional libs
 2023-08-29  8:03 UTC  (4+ messages)

[PATCH 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
 2023-08-29  7:58 UTC  (33+ messages)
` [PATCH 01/32] net/sssnic: add build and doc infrastructure
` [PATCH 02/32] net/sssnic: add log type and log macros
` [PATCH 03/32] net/sssnic: support probe and remove
` [PATCH 04/32] net/sssnic: initialize hardware base
` [PATCH 05/32] net/sssnic: add event queue
` [PATCH 06/32] net/sssnic/base: add message definition and utility
` [PATCH 07/32] net/sssnic/base: add mailbox support
` [PATCH 08/32] net/sssnic/base: add work queue
` [PATCH 09/32] net/sssnic/base: add control queue
` [PATCH 10/32] net/sssnic: add dev configure and infos get
` [PATCH 11/32] net/sssnic: add dev MAC ops
` [PATCH 12/32] net/sssnic: support dev link status
` [PATCH 13/32] net/sssnic: support link status event
` [PATCH 14/32] net/sssnic: support Rx queue setup and release
` [PATCH 15/32] net/sssnic: support Tx "
` [PATCH 16/32] net/sssnic: support Rx queue start and stop
` [PATCH 17/32] net/sssnic: support Tx "
` [PATCH 18/32] net/sssnic: add Rx interrupt support
` [PATCH 19/32] net/sssnic: support dev start and stop
` [PATCH 20/32] net/sssnic: support dev close and reset
` [PATCH 21/32] net/sssnic: add allmulticast and promiscuous ops
` [PATCH 22/32] net/sssnic: add basic and extended stats ops
` [PATCH 23/32] net/sssnic: support Rx packet burst
` [PATCH 24/32] net/sssnic: support Tx "
` [PATCH 25/32] net/sssnic: add RSS support
` [PATCH 26/32] net/sssnic: support dev MTU set
` [PATCH 27/32] net/sssnic: support dev queue info get
` [PATCH 28/32] net/sssnic: support dev firmware version get
` [PATCH 29/32] net/sssnic: add dev flow control ops
` [PATCH 30/32] net/sssnic: support VLAN offload and filter
` [PATCH 31/32] net/sssnic: add generic flow ops
` [PATCH 32/32] net/sssnic: add VF dev support

[PATCH] net/ice: fix tm configuration cannot be clear
 2023-08-29  6:23 UTC 

[PATCH] mbuf: add ESP packet type
 2023-08-28 18:22 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[Bug 1280] rte_mempool_create returning error "EAL: eal_memalloc_alloc_seg_bulk(): couldn't find suitable memseg_list"
 2023-08-28 17:39 UTC  (2+ messages)

Two weeks out - DPDK Summit - Register Now!
 2023-08-28 17:01 UTC 

[PATCH] eal/x86: fix build on systems with WAITPKG support
 2023-08-28 15:56 UTC  (12+ messages)
` [PATCH v2] "

[PATCH v1] eventdev/eth_rx: fix null pointer dereference
 2023-08-28 15:49 UTC  (3+ messages)

[PATCH v1 0/2] support of MACsec PN threshold events on multiple ports
 2023-08-28 13:08 UTC  (4+ messages)
` [PATCH v2 0/1] support for "
  ` [PATCH v2 1/1] net/cnxk: support "

[PATCH v1 1/1] eal/random: fix random state initialization for non-eal threads
 2023-08-28 12:48 UTC  (3+ messages)

cache thrashing question
 2023-08-28 10:40 UTC  (13+ messages)
      ` [RFC] cache guard

[PATCH] test/crypto: fix return value for GMAC testcase
 2023-08-28  6:51 UTC 

[RFC] lib/st_ring: add single thread ring
 2023-08-26 23:34 UTC  (7+ messages)

mbuf fast free optimization idea
 2023-08-26 17:49 UTC  (2+ messages)

[PATCH] remove wrappers for GCC < 4.8
 2023-08-26  8:33 UTC  (4+ messages)

[PATCH 1/2] use abstracted bit count functions
 2023-08-26  0:06 UTC  (5+ messages)
` [PATCH 2/2] devtools: forbid use of builtin helpers for bit count

[RFC 0/3] Introduce event link profiles
 2023-08-25 18:44 UTC  (5+ messages)
` [PATCH "
  ` [PATCH 1/3] eventdev: introduce "
  ` [PATCH 2/3] event/cnxk: implement event "
  ` [PATCH 3/3] test/event: add event link profile test

[PATCH] net/mlx5: fix jump ipool entry size
 2023-08-25 18:43 UTC 

[PATCH v5 3/3] power: amd power monitor support
 2023-08-25 16:00 UTC  (11+ messages)

CI Testing Automated Recheck Request Framework
 2023-08-25 14:51 UTC 

[PATCH] test/security: fix buffer leaks in error path
 2023-08-25 11:22 UTC  (2+ messages)

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