DPDK patches and discussions
 help / color / mirror / Atom feed
22.11.3 patches review and test
 2023-08-29  8:56 UTC  (5+ messages)

[PATCH 1/8] net/ntnic: initial commit which adds register defines
 2023-08-29  8:15 UTC  (15+ 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] 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] bus/pci: fix legacy device IO port map in secondary process
 2023-08-29  8:00 UTC  (4+ messages)
` [PATCH v3] "

[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] ethdev: introduce generic flow item and action
 2023-08-29  7:38 UTC  (17+ messages)
                        ` DPDK community: RTE_FLOW support for P4-programmable devices

[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  (4+ messages)

[PATCH v1 0/2] support of MACsec PN threshold events on multiple ports
 2023-08-28 13:08 UTC  (6+ messages)
` [PATCH v1 1/2] common/cnxk: add sa to port mapping
` [PATCH v2 0/1] support for MACsec PN threshold events on multiple ports
  ` [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 

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

[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 0/9] msvc integration changes
 2023-08-26 14:38 UTC  (22+ 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 v11 07/16] eal: use byte swap intrinsics

[PATCH] remove wrappers for GCC < 4.8
 2023-08-26  8:33 UTC  (6+ messages)
` [PATCH v2] remove compatibility "

[PATCH 0/5] support setting and querying RSS algorithms
 2023-08-26  7:46 UTC  (7+ 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 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)

[PATCH 00/14] update idpf base code
 2023-08-25 10:13 UTC  (19+ messages)
` [PATCH v2 00/17] "
  ` [PATCH v2 01/17] common/idpf/base: enable support for physical port stats
  ` [PATCH v2 02/17] common/idpf/base: add miss completion capabilities
  ` [PATCH v2 03/17] common/idpf/base: initial PTP support
  ` [PATCH v2 04/17] common/idpf/base: remove mailbox registers
  ` [PATCH v2 05/17] common/idpf/base: add some adi specific fields
  ` [PATCH v2 06/17] common/idpf/base: add necessary check
  ` [PATCH v2 07/17] common/idpf/base: add union for SW cookie fields in ctlq msg
  ` [PATCH v2 08/17] common/idpf/base: define non-flexible size structure for ADI
  ` [PATCH v2 09/17] common/idpf/base: use local pointer before updating 'CQ out'
  ` [PATCH v2 10/17] common/idpf/base: use 'void' return type
  ` [PATCH v2 11/17] common/idpf/base: refactor descriptor 'ret val' stripping
  ` [PATCH v2 12/17] common/idpf/base: refine comments and alignment
  ` [PATCH v2 13/17] common/idpf/base: use GENMASK macro
  ` [PATCH v2 14/17] common/idpf/base: use 'type functionname(args)' style
  ` [PATCH v2 15/17] common/idpf/base: dont declare union with 'flex'
  ` [PATCH v2 16/17] common/idpf/base: remove unused Tx descriptor types
  ` [PATCH v2 17/17] common/idpf/base: update version

[dpdk-dev] [PATCH 0/4] Add external contiguous memory support to Virtio-user
 2023-08-25  9:55 UTC  (2+ messages)

32 bit arch optimization suggestion
 2023-08-25  9:50 UTC  (2+ messages)

[PATCH v1 0/5] add rte flow support for cpfl
 2023-08-25  9:15 UTC  (12+ messages)
` [PATCH v1 1/5] net/cpfl: setup rte flow skeleton
` [PATCH v1 2/5] common/idpf/base: refine idpf ctlq message structure
` [PATCH v1 3/5] net/cpfl: add cpfl control queue message handle
` [PATCH v1 4/5] net/cpfl: add fxp rule module
` [PATCH v1 5/5] net/cpfl: add fxp flow engine

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

[PATCH 0/3] unblock the use of the MSVC compiler
 2023-08-25  8:43 UTC  (3+ messages)
` [PATCH v5 0/4] enable "

[PATCH v2] crypto/ipsec_mb: add digest encrypted feature
 2023-08-25  8:41 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] eal: provide leading and trailing zero bit count
 2023-08-25  8:41 UTC  (3+ messages)
` [PATCH v8 0/3] eal: provide abstracted bit counting functions

[PATCH] build: move enabled applications list declaration
 2023-08-25  8:39 UTC  (2+ messages)

[PATCH] build: move AVX512 check to x86 config
 2023-08-25  8:39 UTC  (2+ messages)

[PATCH] common/idpf: rework single queue Tx function
 2023-08-25  8:14 UTC  (3+ messages)

[PATCH 1/3] eventdev: introduce event dispatcher
 2023-08-25  7:27 UTC  (8+ messages)
` [PATCH v2 0/3] Add "
  ` [PATCH v2 1/3] eventdev: introduce "

[PATCH] common/cnxk: explicitly clear aura bp ena on cleanup
 2023-08-25  5:52 UTC  (5+ messages)
` [PATCH] common/cnxk: fix bp_ena clearing during pool tear down
` [PATCH v2] common/cnxk: fix bp_ena clear while disabling aura

[PATCH] doc: update 23.07 Intel NICs matching list
 2023-08-25  1:47 UTC  (2+ messages)

[PATCH 00/14] Cleanup PCI(e) drivers
 2023-08-24 15:44 UTC  (2+ messages)

[PATCH] net/iavf: fix checksum offloading
 2023-08-24 15:24 UTC  (4+ messages)
` [PATCH v2] "

DPDK 21.11.5 released
 2023-08-24 14:02 UTC 

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