DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2 1/3] eventdev: introduce event dispatcher
 2023-09-06 19:32 UTC  (6+ messages)
` [PATCH v3 0/3] Add dispatcher library
  ` [PATCH v3 1/3] lib: introduce "
  ` [PATCH v3 2/3] test: add dispatcher test suite
  ` [PATCH v3 3/3] doc: add dispatcher programming guide

Commit broke 32-bit testpmd app
 2023-09-06 18:57 UTC  (6+ messages)

[RFC] random: use per lcore state
 2023-09-06 18:16 UTC  (3+ messages)

Recall: [RFC] random: use per lcore state
 2023-09-06 18:11 UTC 

[PATCH] random: initialize the random state for non-eal lcores
 2023-09-06 16:28 UTC  (3+ messages)

[PATCH] eal: add cache guard to per-lcore PRNG state
 2023-09-06 16:25 UTC  (3+ messages)

[PATCH 00/11] rework thread management
 2023-09-06 16:12 UTC  (12+ messages)
` [PATCH 01/11] devtools: warn when adding some pthread calls
` [PATCH 02/11] eal: rename thread name length definition
` [PATCH 03/11] eal: remove attributes from control thread creation
` [PATCH 04/11] eal: promote thread API as stable
` [PATCH 05/11] eal: force prefix for internal threads
` [PATCH 06/11] lib: convert to internal control threads
` [PATCH 07/11] drivers: "
` [PATCH 08/11] examples: convert to normal "
` [PATCH 09/11] test: convert threads creation
` [PATCH 10/11] eal: remove deprecated thread functions
` [PATCH 11/11] lib: remove pthread.h from includes

[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement
 2023-09-06 15:11 UTC  (2+ messages)

[PATCH 0/5] support setting and querying RSS algorithms
 2023-09-06 15:10 UTC  (25+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] ethdev: support setting and querying RSS algorithm
  ` [PATCH v3 0/5] support setting and querying RSS algorithms
    ` [PATCH v3 1/5] app/proc-info: fix never show RSS info
    ` [PATCH v3 2/5] app/proc-info: adjust the display format of "
    ` [PATCH v3 3/5] app/proc-info: support querying RSS hash algorithm
    ` [PATCH v3 4/5] app/testpmd: add RSS hash algorithms display
    ` [PATCH v3 5/5] app/testpmd: add RSS hash algorithms setting
    ` [PATCH 1/5] ethdev: support setting and querying RSS algorithm
    ` [PATCH 2/5] net/hns3: support setting and querying RSS hash function
    ` [PATCH 3/5] app/proc-info: fix never show RSS info
    ` [PATCH 4/5] app/proc-info: adjust the display format of "
    ` [PATCH 5/5] app/proc-info: support querying RSS hash algorithm

[PATCH 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
 2023-09-06 15:09 UTC  (3+ messages)
` [PATCH 08/32] net/sssnic/base: add work queue

[RFC PATCH] move memset out of hold lock when rte_free
 2023-09-06 15:08 UTC  (2+ messages)

[Bug 1273] eth_memif_rx segfault when burst size is greater than 32
 2023-09-06 14:22 UTC  (3+ messages)

[PATCH] net/iavf: unregister intr handler before FD close
 2023-09-06 14:05 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 00/14] Cleanup PCI(e) drivers
 2023-09-06 13:03 UTC  (8+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 01/15] drivers: remove duplicated PCI master control
  ` [PATCH v2 02/15] bus/pci: add const to some experimental API
  ` [PATCH v2 03/15] bus/pci: rework MSIX discovery with VFIO

[PATCH] eal: fix memory initialization deadlock
 2023-09-06 12:52 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v6 0/8] [v6]drivers/net Add Support mucse N10 Pmd Driver
 2023-09-06 11:03 UTC  (23+ 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 v2 0/8] add rte flow support for cpfl
 2023-09-06  9:34 UTC  (11+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] net/cpfl: parse flow parser file in devargs
  ` [PATCH v3 2/9] net/cpfl: add flow json parser
  ` [PATCH v3 3/9] net/cpfl: add FXP low level implementation
  ` [PATCH v3 4/9] net/cpfl: setup ctrl path
  ` [PATCH v3 5/9] net/cpfl: set up rte flow skeleton
  ` [PATCH v3 6/9] net/cpfl: add fxp rule module
  ` [PATCH v3 7/9] net/cpfl: add fxp flow engine
  ` [PATCH v3 8/9] net/cpfl: add flow support for representor
  ` [PATCH v3 9/9] app/test-pmd: refine encap content

[PATCH] ethdev: introduce generic flow item and action
 2023-09-06  8:30 UTC  (15+ messages)
      ` DPDK community: RTE_FLOW support for P4-programmable devices

[PATCH v1 1/1] test: fix named test macro
 2023-09-06  8:28 UTC  (3+ messages)
` [EXT] "

[PATCH] app/crypto-perf: return ENOTSUP for unsupported cases
 2023-09-06  8:26 UTC  (3+ messages)

[PATCH] net/ice: fix tm configuration cannot be clear
 2023-09-06  7:49 UTC  (6+ messages)
` [PATCH v2] net/ice: fix tm configuration cannot be cleared
  ` [PATCH v3] "

[Bug 1283] Failing to compile testpmd on Windows
 2023-09-06  7:28 UTC 

[PATCH v2 0/5] bbdev: API extension for 23.11
 2023-09-06  6:20 UTC  (7+ messages)
` [PATCH v2 5/5] devtools: ignore changes into bbdev experimental API

[PATCH 00/19] net/cpfl: support port representor
 2023-09-06  3:02 UTC  (9+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 07/12] net/cpfl: create "
  ` [PATCH v2 09/12] net/cpfl: update vport info before creating representor
  ` [PATCH v2 12/12] net/cpfl: support Rx/Tx queue setup for representor

[PATCH] hash: fix SSE comparison
 2023-09-06  2:31 UTC 

Reminder - New Link! - DPDK Techboard Meeting - tomorrow, Wed. Sep. 6, 2023 @ 8am Pacific/11am Eastern/1500h UTC
 2023-09-05 23:19 UTC  (2+ messages)

[PATCH 1/3] cnxk/event: invalidate GWC on port reset
 2023-09-05 16:39 UTC  (3+ messages)
` [PATCH 2/3] event/cnxk: remove checks from op release
` [PATCH 3/3] common/cnxk: use local labels in asm intrinsic

[PATCH v3 1/2] dma/cnxk: use mempool for DMA chunk pool
 2023-09-05 16:19 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] dma/cnxk: rewrite DMA fastpath
  ` [PATCH v5 1/2] dma/cnxk: use mempool for DMA chunk pool
    ` [PATCH v5 2/2] dma/cnxk: rewrite DMA fastpath

[PATCH v3] crypto/ipsec_mb: add digest encrypted feature
 2023-09-05 16:15 UTC  (7+ messages)
` [PATCH v4 0/2] Add Digest Encrypted to aesni_mb PMD
  ` [PATCH v4 1/2] crypto/ipsec_mb: add digest encrypted feature
  ` [PATCH v4 2/2] test/crypto: fix IV in some vectors
  ` [PATCH v5 0/2] Add Digest Encrypted to aesni_mb PMD
    ` [PATCH v5 1/2] crypto/ipsec_mb: add digest encrypted feature
    ` [PATCH v5 2/2] test/crypto: fix IV in some vectors

drivers use of service cores
 2023-09-05 15:40 UTC 

[PATCH 1/2] use abstracted bit count functions
 2023-09-05 15:33 UTC  (2+ messages)

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

[PATCH v1] drivers/crypto: cipher buffer alignment check
 2023-09-05 11:21 UTC  (2+ messages)
` [PATCH v2] "

22.11.3 patches review and test
 2023-09-05  9:18 UTC  (11+ messages)

[Bug 1282] [openssl] dpdk-test-crypto-perf got stuck for multiple segments
 2023-09-05  9:02 UTC 

[RFC] lib/st_ring: add single thread ring
 2023-09-05  8:19 UTC  (4+ messages)

[PATCH] net/iavf: fix port stats not cleared
 2023-09-05  8:06 UTC  (2+ messages)

[PATCH] clarify purpose of empty cache lines
 2023-09-05  6:41 UTC  (3+ messages)

cache thrashing question
 2023-09-05  5:50 UTC  (9+ messages)
  ` [RFC] cache guard

Recall: 22.11.3 patches review and test
 2023-09-05  5:37 UTC 

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-09-05  3:11 UTC  (12+ messages)
` [PATCH v11 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v11 2/4] net/i40e: implement mbufs recycle mode

[PATCH] bus/pci: fix legacy device IO port map in secondary process
 2023-09-05  3:10 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 0/4] Fix i40e/iavf queue reconfig and restarting
 2023-09-05  2:25 UTC  (9+ messages)
` [PATCH v2 "
  ` [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

quick thread in DLB2
 2023-09-04 19:13 UTC  (2+ messages)

[PATCH 1/2] event/sw: add selftest for ordered history list
 2023-09-04 16:37 UTC  (3+ messages)
` [PATCH 2/2] event/sw: fix ordering corruption with op release

[PATCH] malloc: fix allocation for a specific case with ASAN
 2023-09-04 14:24 UTC 

[PATCH 1/2] build: fail if explicitly requested lib is unbuildable
 2023-09-04 13:38 UTC  (5+ messages)

[PATCH] usertools: suggest use of hwloc for new cpu
 2023-09-04 13:22 UTC  (9+ messages)

ring name size
 2023-09-04 13:04 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] common/cnxk: limit RSS key config with RTE Flow operations
 2023-09-04 10:57 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] drivers: add represented port flow item for cnxk

[PATCH] mempool: add cache guard to per-lcore debug statistics
 2023-09-04  9:10 UTC 

[PATCH v1] net/memif: fix segfault with large burst size
 2023-09-04  7:10 UTC 

[PATCH] common/idpf: rework single queue Tx function
 2023-09-04  7:02 UTC  (2+ messages)
` [PATCH v2] common/idpf: refactor "

[PATCH v5 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
 2023-09-04  4:56 UTC  (16+ messages)
` [PATCH v5 16/32] net/sssnic: support Rx queue start and stop
` [PATCH v5 19/32] net/sssnic: support dev "
` [PATCH v5 20/32] net/sssnic: support dev close and reset
` [PATCH v5 21/32] net/sssnic: add allmulticast and promiscuous ops
` [PATCH v5 22/32] net/sssnic: add basic and extended stats ops
` [PATCH v5 23/32] net/sssnic: support Rx packet burst
` [PATCH v5 24/32] net/sssnic: support Tx "
` [PATCH v5 25/32] net/sssnic: add RSS support
` [PATCH v5 26/32] net/sssnic: support dev MTU set
` [PATCH v5 27/32] net/sssnic: support dev queue info get
` [PATCH v5 28/32] net/sssnic: support dev firmware version get
` [PATCH v5 29/32] net/sssnic: add dev flow control ops
` [PATCH v5 30/32] net/sssnic: support VLAN offload and filter
` [PATCH v5 31/32] net/sssnic: add generic flow ops
` [PATCH v5 32/32] net/sssnic: add VF dev support

[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement
 2023-09-03  3:41 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).