DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 1/3] eventdev: introduce event dispatcher
 2023-09-01 10:56 UTC  (6+ messages)
` [PATCH v2 0/3] Add "
  ` [PATCH v2 1/3] eventdev: introduce "

[PATCH] ethdev: introduce generic flow item and action
 2023-09-01  9:52 UTC  (19+ messages)
                ` DPDK community: RTE_FLOW support for P4-programmable devices

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

[PATCH 0/4] net/cpfl: add basic support for rte_flow
 2023-09-01  8:14 UTC  (4+ messages)
` [PATCH 3/4] net/cpfl: introduce CPF common library

[PATCH 0/2] Release ethdev shared memory on port cleanup
 2023-09-01  7:32 UTC  (6+ messages)
` [PATCH v3 0/3] "

[PATCH v4 0/2] devtools: add tracepoint check in checkpatch
 2023-09-01  7:28 UTC  (7+ messages)
` [EXT] Re: [PATCH v5 1/1] "

[PATCH] bus/vdev: fix devargs memory leak
 2023-09-01  7:24 UTC 

[PATCH 0/4] Fix i40e/iavf queue reconfig and restarting
 2023-09-01  7:12 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] net/i40e: fix buffer leak on Rx reconfiguration
  ` [PATCH v2 2/4] net/iavf: fix buffer leak on Tx queue stop
  ` [PATCH v2 3/4] net/iavf: fix restart of Rx queue on reconfigure
  ` [PATCH v2 4/4] net/iavf: add support for runtime queue reconfiguration

[PATCH] net/ice: fix tm configuration cannot be clear
 2023-09-01  5:38 UTC  (2+ messages)

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

22.11.3 patches review and test
 2023-09-01  3:23 UTC  (8+ messages)

[PATCH v6 0/8] [v6]drivers/net Add Support mucse N10 Pmd Driver
 2023-09-01  2:30 UTC  (9+ messages)
` [PATCH v6 1/8] net/rnp: add skeleton
` [PATCH v6 2/8] net/rnp: add ethdev probe and remove
` [PATCH v6 3/8] net/rnp: add device init and uninit
` [PATCH v6 4/8] net/rnp: add mbx basic api feature
` [PATCH v6 5/8] net/rnp add reset code for Chip Init process
` [PATCH v6 6/8] net/rnp add port info resource init
` [PATCH v6 7/8] net/rnp add devargs runtime parsing functions
` [PATCH v6 8/8] net/rnp handle device interrupts

[PATCH 0/3] enable PPC in test-meson-builds on ubuntu
 2023-09-01  1:16 UTC  (6+ messages)
` [PATCH 1/3] vhost: fix build for powerpc
` [PATCH 2/3] crypto/ipsec_mb: fix build failures due to incompatible lib
` [PATCH 3/3] devtools: enable testing ppc builds on ubuntu

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-08-31 23:49 UTC  (9+ messages)
` [PATCH v11 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v11 2/4] net/i40e: implement mbufs recycle mode
` [PATCH v12 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v12 1/4] ethdev: add API for mbufs recycle mode

[RFC] net/sfc: support packet replay in transfer flows
 2023-08-31 23:26 UTC  (2+ messages)
` [RFC v3] "

[PATCH 00/32] Remove use and definition of RTE_STD_C11 macro
 2023-08-31 23:12 UTC  (3+ messages)

[PATCH] provide Windows/MSVC lcore macros
 2023-08-31 23:08 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v2] eal: provide per lcore macros for MSVC

[PATCH 0/9] msvc integration changes
 2023-08-31 23:06 UTC  (9+ messages)
` [PATCH v11 00/16] "
  ` [PATCH v11 01/16] eal: use rdtsc intrinsic

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

[PATCH 1/2] event/sw: add selftest for ordered history list
 2023-08-31 17:10 UTC  (3+ messages)
` [PATCH 2/2] event/sw: fix ordering corruption with op release

[PATCH] doc: build manpages as well as html output
 2023-08-31 15:48 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v2] vhost: add IRQ suppression
 2023-08-31 14:45 UTC  (2+ messages)

[PATCH] set namespace prefix to threads
 2023-08-31 14:37 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] vhost: add IRQ suppression
 2023-08-31 14:02 UTC 

[RFC PATCH] app/test: add support for skipping tests
 2023-08-31 13:58 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

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

[PATCH v1] net/axgbe: use CPUID to identify cpu
 2023-08-31 12:31 UTC 

[PATCH] doc: add NVIDIA BlueField-3 reference link
 2023-08-31 11:33 UTC  (2+ messages)

[PATCH] ethdev: add new symmetric hash function
 2023-08-31 11:29 UTC  (9+ messages)
` [PATCH v2 1/2] "

[RFC PATCH] move memset out of hold lock when rte_free
 2023-08-31 11:19 UTC 

[PATCH 0/5] support setting and querying RSS algorithms
 2023-08-31 10:59 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] ethdev: support setting and querying RSS algorithm

[PATCH v2] mbuf: add ESP packet type
 2023-08-31 10:29 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH v3 0/4] dts: add dts api docs
 2023-08-31 10:04 UTC  (6+ messages)
` [RFC PATCH v4 "
  ` [RFC PATCH v4 1/4] dts: code adjustments for sphinx
  ` [RFC PATCH v4 2/4] dts: add doc generation dependencies
  ` [RFC PATCH v4 3/4] dts: add doc generation
  ` [RFC PATCH v4 4/4] dts: format docstrigs to google format

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

|Smoke |FAILURE| pw(130564-130578) sid(29292) job(PER_PATCH_BUILD8809-20230830165744) [v2, 15/15] devtools: forbid inclusion of Linux header for PCI
 2023-08-31  9:01 UTC 

[PATCH] net/mlx5: fix bond resource release
 2023-08-31  8:39 UTC  (2+ messages)

DPDK Release Status Meeting 2023-08-17
 2023-08-31  8:28 UTC  (2+ messages)

[PATCH v1] maintainers: update maintainer for DLB Driver
 2023-08-31  7:51 UTC  (2+ messages)

[PATCH v3 1/2] dma/cnxk: use mempool for DMA chunk pool
 2023-08-31  5:32 UTC  (3+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] dma/cnxk: rewrite DMA fastpath

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