DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 2/2] doc: increase python max line to 88
 2023-09-28  7:33 UTC  (7+ messages)
` [PATCH v2 1/2] doc: increase python max line length to 100
  ` [PATCH v2 2/2] dts: reformat to 100 line length

[PATCH] app/bbdev: fix link with NXP LA12XX
 2023-09-28  7:32 UTC  (2+ messages)

[PATCH v3 1/3] lib: introduce dispatcher library
 2023-09-28  7:30 UTC  (8+ messages)
` [PATCH v4 0/3] Add "
  ` [PATCH v4 1/3] lib: introduce "
    ` [PATCH v5 0/3] Add "
      ` [PATCH v5 1/3] lib: introduce "

[PATCH 1/2] common/cnxk: reserve last LMT line for control ops
 2023-09-28  6:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] add frequency adjustment support for PTP timesync
 2023-09-28  6:31 UTC  (7+ messages)
` [PATCH 1/3] ethdev: add frequency adjustment API
` [PATCH 3/3] examples/ptpclient: add frequency adjustment support

[PATCH] lib/cryptodev: move RSA padding information into xform
 2023-09-28  6:23 UTC  (3+ messages)

[dpdk-dev] [PATCH] doc: define qualification criteria for external library
 2023-09-28  5:40 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v1] net/idpf: fix incorrect status calculation
 2023-09-28  5:05 UTC 

[PATCH v1 00/34] Implemenation of revised ml/cnxk driver
 2023-09-28  4:12 UTC  (49+ messages)
` [PATCH v1 02/34] ml/cnxk: drop use of RTE API for firmware read
      ` [EXT] "
` [PATCH v1 19/34] ml/cnxk: support config and close of tvmdp library
    ` [EXT] "
` [PATCH v2 00/34] Implemenation of revised ml/cnxk driver
    ` [EXT] "
` [PATCH v3 00/35] "
  ` [PATCH v3 01/35] ml/cnxk: drop support for register polling
  ` [PATCH v3 02/35] ml/cnxk: add generic cnxk device structure
  ` [PATCH v3 03/35] ml/cnxk: add generic model and layer structures
  ` [PATCH v3 04/35] ml/cnxk: add generic cnxk request structure
  ` [PATCH v3 05/35] ml/cnxk: add generic cnxk xstats structures
  ` [PATCH v3 06/35] ml/cnxk: rename cnxk ops function pointers struct
  ` [PATCH v3 07/35] ml/cnxk: update device handling functions
  ` [PATCH v3 08/35] ml/cnxk: update queue-pair "
  ` [PATCH v3 09/35] ml/cnxk: update model load and unload functions
  ` [PATCH v3 10/35] ml/cnxk: update model start and stop functions
  ` [PATCH v3 11/35] ml/cnxk: update model utility functions
  ` [PATCH v3 12/35] ml/cnxk: update data quantization functions
  ` [PATCH v3 13/35] ml/cnxk: update device debug functions
  ` [PATCH v3 14/35] ml/cnxk: update device stats functions
  ` [PATCH v3 15/35] ml/cnxk: update device and model xstats functions
  ` [PATCH v3 16/35] ml/cnxk: update fast path functions
  ` [PATCH v3 17/35] ml/cnxk: move error handling to cnxk layer
  ` [PATCH v3 18/35] ml/cnxk: support config and close of tvmdp library
  ` [PATCH v3 19/35] ml/cnxk: add structures to support TVM model type
  ` [PATCH v3 20/35] ml/cnxk: add support for identify "
  ` [PATCH v3 21/35] ml/cnxk: add support to parse TVM model objects
  ` [PATCH v3 22/35] ml/cnxk: fetch layer info and load TVM model
  ` [PATCH v3 23/35] ml/cnxk: update internal info for "
  ` [PATCH v3 24/35] ml/cnxk: enable model unload in tvmdp library
  ` [PATCH v3 25/35] ml/cnxk: support start and stop for TVM models
  ` [PATCH v3 26/35] ml/cnxk: update internal TVM model info structure
  ` [PATCH v3 27/35] ml/cnxk: support device dump for TVM models
  ` [PATCH v3 28/35] ml/cnxk: enable reporting model runtime as xstats
  ` [PATCH v3 29/35] ml/cnxk: implement I/O alloc and free callbacks
  ` [PATCH v3 30/35] ml/cnxk: add generic ML malloc and free callback
  ` [PATCH v3 31/35] ml/cnxk: support quantize and dequantize callback
  ` [PATCH v3 32/35] ml/cnxk: enable fast-path ops for TVM models
  ` [PATCH v3 33/35] ml/cnxk: enable creation of mvtvm virtual device
  ` [PATCH v3 34/35] ml/cnxk: update dependency info in driver docs
  ` [PATCH v3 35/35] ml/cnxk: update release notes for 23.11

[PATCH v3 00/12] event DMA adapter library support
 2023-09-28  4:04 UTC  (12+ 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 12/12] app/test: add event DMA adapter auto-test

[PATCH v6 0/8] add rte flow support for cpfl
 2023-09-28  3:37 UTC  (24+ 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 v1 0/5] Support IPv6 routing extension push remove action
 2023-09-28  2:33 UTC  (6+ messages)
` [PATCH v1 1/5] net/mlx5: sample the srv6 last segment
` [PATCH v1 2/5] net/mlx5/hws: fix potential wrong rte_errno value
` [PATCH v1 3/5] net/mlx5/hws: add IPv6 routing extension push remove actions
` [PATCH v1 4/5] net/mlx5/hws: add setter for IPv6 routing push remove
` [PATCH v1 5/5] net/mlx5: implement "

[PATCH 00/10] add the support of ipsec offload
 2023-09-28  2:05 UTC  (10+ 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 v1 0/7] VRB2 BBDEV PMD introduction
 2023-09-27 23:50 UTC  (15+ 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 0/7] VRB2 bbdev PMD introduction
 2023-09-27 23:46 UTC  (10+ 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 0/3] net/mlx5: support indirect list actions
 2023-09-27 19:10 UTC 

[PATCH v1 0/3] Spec changes to support multi I/O models
 2023-09-27 18:11 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] mldev: add support for arbitrary shape dimensions
  ` [PATCH v3 2/4] mldev: introduce support for IO layout
  ` [PATCH v3 3/4] mldev: drop input and output size get APIs
  ` [PATCH v3 4/4] mldev: update release notes for 23.11

[PATCH] testpmd: unregister event callback
 2023-09-27 17:52 UTC  (3+ messages)

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-09-27 17:24 UTC  (3+ messages)
` [PATCH v13 0/4] Recycle mbufs from Tx queue into Rx queue

[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 0/2] add checks for tests not in a suite
 2023-09-27 14:00 UTC  (10+ messages)

[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 v6 12/12] app/graph: add l3fwd use case
 2023-09-27 11:54 UTC  (14+ messages)
` [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 1/1] eal: enable xz read support and ignore warning
 2023-09-27  9:35 UTC  (4+ messages)
` [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] usertools/pmdinfo: fix usage typos
 2023-09-27  7:56 UTC  (2+ messages)

[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 

DPDK patch
 2023-09-26 15:07 UTC  (3+ 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).