DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-09-27 17:24 UTC  (12+ messages)
` [PATCH v13 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v13 2/4] net/i40e: implement mbufs recycle mode
  ` [PATCH v13 3/4] net/ixgbe: "
  ` [PATCH v13 4/4] app/testpmd: add recycle mbufs engine

[PATCH v1] net/memif: fix segfault with large burst size
 2023-09-27 16:37 UTC  (2+ messages)

[PATCH] doc: build manpages as well as html output
 2023-09-27 16:25 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] test/pdcp: add data walkthrough test
 2023-09-27 16:24 UTC  (2+ messages)

[PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS
 2023-09-27 16:13 UTC  (15+ messages)
` [PATCH v2 1/2] test/cpuflags: removed test for NUMFLAGS
  ` [PATCH v2 2/2] eal: remove NUMFLAGS enumeration

[PATCH v1] common/cnxk: fix initialization of MCAM ID
 2023-09-27 15:44 UTC  (2+ messages)

[PATCH v2 0/3] Introduce event link profiles
 2023-09-27 15:29 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] eventdev: introduce "
  ` [PATCH v3 2/3] event/cnxk: implement event "

[RFC 0/2] add pointer compression API
 2023-09-27 15:08 UTC  (3+ messages)
` [RFC 1/2] eal: add pointer compression functions
` [RFC 2/2] test: add pointer compress tests to ring perf test

[PATCH 00/10] add the support of ipsec offload
 2023-09-27 14:20 UTC  (7+ messages)
` [PATCH 01/10] mailmap: update contributor entry
` [PATCH 02/10] net/nfp: add TLVs capability parsing
` [PATCH v2 00/10] add the support of ipsec offload

[PATCH 0/2] add checks for tests not in a suite
 2023-09-27 14:00 UTC  (10+ messages)

[PATCH v2 0/7] VRB2 bbdev PMD introduction
 2023-09-27 13:39 UTC  (8+ messages)
` [PATCH v2 4/7] baseband/acc: allocate FCW memory separately
` [PATCH v2 5/7] baseband/acc: add support for MLD operation
` [PATCH v2 6/7] baseband/acc: introduce the new VRB2 variant

[PATCH v6 0/8] add rte flow support for cpfl
 2023-09-27 12:54 UTC  (22+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/8] net/cpfl: add json parser for rte flow pattern rules
  ` [PATCH v7 2/8] net/cpfl: build action mapping rules from JSON
  ` [PATCH v7 3/8] net/cpfl: set up rte flow skeleton
  ` [PATCH v7 4/8] net/cpfl: set up control path
  ` [PATCH v7 5/8] net/cpfl: add FXP low level implementation
  ` [PATCH v7 6/8] net/cpfl: add fxp rule module
  ` [PATCH v7 7/8] net/cpfl: add fxp flow engine
  ` [PATCH v7 8/8] net/cpfl: add flow support for representor
  ` [PATCH v8 0/9] add rte flow support for cpfl
    ` [PATCH v8 1/9] net/cpfl: add json parser for rte flow pattern rules
    ` [PATCH v8 2/9] net/cpfl: build action mapping rules from JSON
    ` [PATCH v8 3/9] net/cpfl: set up rte flow skeleton
    ` [PATCH v8 4/9] net/cpfl: set up control path
    ` [PATCH v8 5/9] net/cpfl: add FXP low level implementation
    ` [PATCH v8 6/9] net/cpfl: add fxp rule module
    ` [PATCH v8 7/9] net/cpfl: add fxp flow engine
    ` [PATCH v8 8/9] net/cpfl: add flow support for representor
    ` [PATCH v8 9/9] net/cpfl: add support of to represented port action

[PATCH v3 1/2] node: add IPv4 local node to handle local pkts
 2023-09-27 12:41 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] node: add UDP v4 support
  ` [PATCH v5 1/2] node: add IPv4 local node to handle local pkts
    ` [PATCH v5 2/2] node: add UDP v4 support

[PATCH] crypto/ipsec_mb: Do not dequeue ops from ring after job flush
 2023-09-27 12:40 UTC 

[PATCH 1/2] net/iavf: fix TSO with big segments
 2023-09-27 12:36 UTC  (12+ messages)
` [PATCH 2/2] net/ice: "
` [PATCH v2 1/4] net/iavf: remove log from Tx prepare datapath function
  ` [PATCH v2 2/4] net/iavf: fix TSO with big segments
  ` [PATCH v2 3/4] net/ice: remove log from Tx prepare datapath function
  ` [PATCH v2 4/4] net/ice: fix TSO with big segments

[PATCH v5 12/12] app/graph: add l3fwd usecase
 2023-09-27 11:54 UTC  (27+ messages)
` [PATCH v6 00/12] add CLI based graph application
  ` [PATCH v6 01/12] app/graph: add application framework to read CLI
  ` [PATCH v6 02/12] app/graph: add telnet connectivity framework
  ` [PATCH v6 03/12] app/graph: add parser utility APIs
  ` [PATCH v6 04/12] app/graph: add mempool command line interfaces
  ` [PATCH v6 05/12] app/graph: add ethdev "
  ` [PATCH v6 06/12] app/graph: add ipv4_lookup "
  ` [PATCH v6 07/12] app/graph: add ipv6_lookup "
  ` [PATCH v6 08/12] app/graph: add neigh "
  ` [PATCH v6 09/12] app/graph: add ethdev_rx "
  ` [PATCH v6 10/12] app/graph: add graph "
  ` [PATCH v6 11/12] app/graph: add CLI option to enable graph stats
  ` [PATCH v6 12/12] app/graph: add l3fwd use case
    ` [PATCH v7 00/12] add CLI based graph application
      ` [PATCH v7 01/12] app/graph: add application framework to read CLI
      ` [PATCH v7 02/12] app/graph: add telnet connectivity framework
      ` [PATCH v7 03/12] app/graph: add parser utility APIs
      ` [PATCH v7 04/12] app/graph: add mempool command line interfaces
      ` [PATCH v7 05/12] app/graph: add ethdev "
      ` [PATCH v7 06/12] app/graph: add ipv4_lookup "
      ` [PATCH v7 07/12] app/graph: add ipv6_lookup "
      ` [PATCH v7 08/12] app/graph: add neigh "
      ` [PATCH v7 09/12] app/graph: add ethdev_rx "
      ` [PATCH v7 10/12] app/graph: add graph "
      ` [PATCH v7 11/12] app/graph: add CLI option to enable graph stats
      ` [PATCH v7 12/12] app/graph: add l3fwd use case

[PATCH 0/2] Release ethdev shared memory on port cleanup
 2023-09-27 11:45 UTC  (5+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] ethdev: protect shared memory accesses under one lock
  ` [PATCH v4 2/3] ethdev: avoid panicking in absence of ethdev shared data
  ` [PATCH v4 3/3] ethdev: cleanup shared data with the last port

[v1 0/6] cryptodev: support digest message in SM2
 2023-09-27 11:37 UTC  (20+ messages)
` [v1 1/6] crypto/openssl: include SM2 in asymmetric capabilities
` [v1 2/6] cryptodev: add RNG capability in EC based xform
` [v1 3/6] cryptodev: add hash support in asymmetric capability
` [v1 4/6] cryptodev: use generic EC xform params for SM2
` [v1 5/6] app/test: check asymmetric capabilities in SM2 test
` [PATCH v2 0/7] cryptodev: support digest message in SM2
  ` [PATCH v2 1/7] crypto/openssl: include SM2 in asymmetric capabilities
  ` [PATCH v2 2/7] cryptodev: set private and public keys in EC session
  ` [PATCH v2 3/7] cryptodev: add RNG capability in EC based xform
  ` [PATCH v2 4/7] cryptodev: add hash algorithms in asymmetric capability
  ` [PATCH v2 5/7] cryptodev: use generic EC xform params for SM2
  ` [PATCH v2 6/7] app/test: check asymmetric capabilities in SM2 test
  ` [PATCH v2 7/7] crypto/cnxk: add SM2 support

[PATCH v5 3/3] power: amd power monitor support
 2023-09-27 10:38 UTC  (13+ messages)

[RFC] net/sfc: support packet replay in transfer flows
 2023-09-27 10:36 UTC  (2+ messages)
` [PATCH] "

[PATCH v1] net/axgbe: use CPUID to identify cpu
 2023-09-27 10:10 UTC  (6+ messages)

[PATCH v1 00/34] Implemenation of revised ml/cnxk driver
 2023-09-27 10:00 UTC  (5+ messages)
` [PATCH v1 02/34] ml/cnxk: drop use of RTE API for firmware read
      ` [EXT] "

[PATCH 1/1] eal: enable xz read support and ignore warning
 2023-09-27  9:35 UTC  (10+ messages)
  ` [EXT] "
` [PATCH v2 1/1] eal: update "
    ` [EXT] "
` [PATCH v3 "
` [PATCH v4 1/1] eal/unix: fix firmware reading with external xz helper

[PATCH] eal/unix: enhance error reporting for firmware
 2023-09-27  9:19 UTC  (2+ messages)

[PATCH v3 2/2] net/ice: fix scalar Tx path segment
 2023-09-27  8:44 UTC  (5+ messages)
` [PATCH v4 1/2] net/ice: fix scalar Rx "
  ` [PATCH v4 2/2] net/ice: fix scalar Tx "

[PATCH v3 1/3] lib: introduce dispatcher library
 2023-09-27  8:13 UTC  (6+ messages)
` [PATCH v4 0/3] Add "
  ` [PATCH v4 1/3] lib: introduce "

[PATCH v1 2/2] doc: increase python max line to 88
 2023-09-27  8:08 UTC  (6+ messages)
` [PATCH v2 1/2] doc: increase python max line length to 100
  ` [PATCH v2 2/2] dts: reformat to 100 line length

[PATCH] usertools/pmdinfo: fix usage typos
 2023-09-27  7:56 UTC  (2+ messages)

[PATCH v1 0/7] VRB2 BBDEV PMD introduction
 2023-09-27  7:32 UTC  (14+ messages)
` [PATCH v1 1/7] bbdev: add FFT version member in driver info
` [PATCH v1 3/7] baseband/acc: remove the 4G SO capability for VRB1

[PATCH v2] net/iavf: add devargs to enable vf auto-reset
 2023-09-27  6:39 UTC  (7+ messages)
` [PATCH v3] "

[PATCH 1/1] node: remove MAX macro from all nodes
 2023-09-27  5:22 UTC  (3+ messages)

[PATCH] eventdev/eth_rx: fix timestamp field register in mbuf
 2023-09-27  4:58 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v3] app/test: secondary process passes allow parameters
 2023-09-27  3:42 UTC  (2+ messages)
` [PATCH v4] app/test: append 'allow' parameters to secondary processes

[PATCH 0/2] refactor rte_flow
 2023-09-27  3:08 UTC  (5+ messages)
` [PATCH v5 0/5] net/ice: "
  ` [PATCH v5 5/5] doc: add generic flow doc for ice PMD

[PATCH v1] test/graph: fix unused return value
 2023-09-27  0:48 UTC  (3+ messages)

[PATCH] common/mlx5: Optimize mlx5 mempool get extmem
 2023-09-26 20:59 UTC 

[PATCH v2] power: support amd-pstate cpufreq driver
 2023-09-26 20:00 UTC 

[RFC PATCH] ethdev: advertise flow restore in mbuf
 2023-09-26 19:49 UTC  (5+ messages)
` [PATCH v4] "

[PATCH] gpu/cuda: Add missing stdlib include
 2023-09-26 18:23 UTC 

[RFC PATCH] usertools: add telemetry exporter
 2023-09-26 16:34 UTC 

[PATCH] net/mlx5: supporting group set miss actions API
 2023-09-26 15:58 UTC 

[PATCH] testpmd: unregister event callback
 2023-09-26 15:50 UTC  (2+ messages)

[PATCH 0/1] make file prefix unit test more resilient
 2023-09-26 15:08 UTC  (6+ messages)

DPDK patch
 2023-09-26 15:07 UTC  (3+ messages)

[PATCH v2 00/15] fixes and improvements to cnxk crypto PMD
 2023-09-26 14:28 UTC  (3+ messages)

[PATCH 00/36] fix Rx and Tx queue state
 2023-09-26 13:59 UTC  (6+ messages)

Re:Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement
 2023-09-26 13:49 UTC  (4+ messages)
  `  "
    `  "

[PATCH 0/5] support setting and querying RSS algorithms
 2023-09-26 13:23 UTC  (8+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] ethdev: recomment some definitions related to RSS
  ` [PATCH v4 2/7] ethdev: support setting and querying RSS algorithm

[PATCH v5 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
 2023-09-26 13:13 UTC  (20+ messages)
` [PATCH v5 01/32] net/sssnic: add build and doc infrastructure
` [PATCH v5 07/32] net/sssnic/base: add mailbox support
` [PATCH v5 11/32] net/sssnic: add dev MAC ops
` [PATCH v5 13/32] net/sssnic: support link status event
` [PATCH v5 19/32] net/sssnic: support dev start and stop
` [PATCH v5 20/32] net/sssnic: support dev close and reset
` [PATCH v5 24/32] net/sssnic: support Tx packet burst
` [PATCH v5 29/32] net/sssnic: add dev flow control ops
` [PATCH v5 32/32] net/sssnic: add VF dev support

[PATCH v1 0/2] offload support to free dma source buffer
 2023-09-26 12:17 UTC  (7+ messages)
` [PATCH v1 2/2] test/dma: add source buffer offload free test
` [PATCH v2 0/2] offload support to free dma source buffer
  ` [PATCH v2 1/2] dmadev: offload to free "
  ` [PATCH v2 2/2] test/dma: add source buffer offload free test

[PATCH] ethdev: add calculate hash function
 2023-09-26 11:37 UTC 

[PATCH v1 1/2] dmadev: add DMA operation structure
 2023-09-26 11:09 UTC  (4+ messages)
` [PATCH v2] dmadev: get DMA device using device ID
    ` [EXT] "

[PATCH v3 00/12] event DMA adapter library support
 2023-09-26 10:32 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/12] eventdev: introduce event DMA adapter library
  ` [PATCH v4 02/12] eventdev: api to get DMA adapter capabilities
  ` [PATCH v4 03/12] eventdev: create and free API for DMA adapter
  ` [PATCH v4 04/12] eventdev: add API support for vchan add and delete
  ` [PATCH v4 05/12] eventdev: add support for DMA adapter service function
  ` [PATCH v4 06/12] eventdev: add support for DMA adapter start and stop
  ` [PATCH v4 07/12] eventdev: add support for DMA adapter service ID get
  ` [PATCH v4 08/12] eventdev: add DMA adapter support for runtime params
  ` [PATCH v4 09/12] eventdev: add support for DMA adapter stats
  ` [PATCH v4 10/12] eventdev: add support for DMA adapter enqueue
  ` [PATCH v4 11/12] eventdev: add DMA adapter event port get
  ` [PATCH v4 12/12] app/test: add event DMA adapter auto-test

[PATCH] maintainers: update for hns3
 2023-09-26 10:04 UTC 

[PATCH] ethdev: add flow API support for P4-programmable devices
 2023-09-26  9:25 UTC  (3+ messages)
` [PATCH V2] "

[PATCH v3] security: hide security context
 2023-09-26  8:22 UTC  (4+ messages)
` [PATCH v4] "

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