DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC] net/memif: add a fast path for Rx
 2022-12-09 13:59 UTC  (4+ messages)
` [PATCH v4 0/2] add a fast path for memif Rx/Tx

[PATCH] net/mlx5: fix assert on getting register of sample flow
 2022-12-09 13:59 UTC 

[PATCH] event/cnxk: wait for CPT fc on wqe path
 2022-12-09 13:41 UTC 

[PATCH 0/8] fix possible data truncation and conversion error
 2022-12-09 11:04 UTC  (24+ messages)
` [PATCH 1/8] telemetry: move to header to controllable range
` [PATCH 2/8] telemetry: add u32 telemetry data type API
` [PATCH 3/8] test: add test cases for u32 telemetry data API
` [PATCH 4/8] ethdev: fix possible data truncation and conversion error
` [PATCH 5/8] mempool: "
` [PATCH 6/8] cryptodev: fix possible data "
` [PATCH 7/8] mem: possible data truncation and "
` [PATCH 8/8] ethdev: telemetry convert capability related variable to hex
` [PATCH V2 00/11] telemetry: add u32 value type and hex integer string API
  ` [PATCH V2 01/11] telemetry: move to header to controllable range
  ` [PATCH V2 02/11] telemetry: add u32 value type
  ` [PATCH V2 03/11] test: add test cases for adding u32 value API
  ` [PATCH V2 04/11] ethdev: fix possible data truncation and conversion error
  ` [PATCH V2 05/11] mempool: "
  ` [PATCH V2 06/11] cryptodev: fix possible data "
  ` [PATCH V2 07/11] mem: possible data truncation and "
  ` [PATCH V2 08/11] telemetry: refactor mapping betwween value and array type
  ` [PATCH V2 09/11] telemetry: support adding integer value as hexadecimal
  ` [PATCH V2 10/11] test: add test cases for adding hex integer values API
  ` [PATCH V2 11/11] ethdev: display capability values in hexadecimal format

[PATCH v2 0/3] test/bbdev: fix build issues with optional build flag
 2022-12-09 10:35 UTC  (5+ messages)
` [PATCH v2 3/3] test/bbdev: explicit check for allocation failure

[PATCH v5 2/2] net/ice: fix vlan offload of rxq
 2022-12-09 10:20 UTC  (4+ messages)
` [PATCH v6] doc: add PMD known issue

20.11.7 patches review and test
 2022-12-09  9:50 UTC  (5+ messages)

19.11.14 patches review and test
 2022-12-09  9:46 UTC  (2+ messages)

Building DPDK with IOVA_AS_VA
 2022-12-09  9:33 UTC  (5+ messages)

[PATCH 1/2] devtools: document test meson script config options
 2022-12-09  9:02 UTC  (9+ messages)
` [PATCH 2/2] devtools: configure source repo to use as ABI reference
  ` [EXT] "
` [PATCH v2 1/2] devtools: document test meson script config options
  ` [PATCH v2 2/2] devtools: configure source repo to use as ABI reference

[PATCH] net/nfp: store counter reset before zeroing flow query
 2022-12-09  8:17 UTC  (2+ messages)
` [PATCH v2] "

help with pthread_t deprecation / api changes
 2022-12-09  7:53 UTC  (4+ messages)

[Bug 1121] [19.11.13] drivers/net/ice/base/ meson build error with clang5.0 on OpenSuse15.0
 2022-12-09  4:23 UTC  (2+ messages)

[PATCH] net/idpf: fix build option check
 2022-12-09  3:15 UTC  (3+ messages)

[PATCH] net/nfp: add support reading linkspeed from port table
 2022-12-09  2:43 UTC 

[PATCH] vdpa/ifc: Match ANY subsystem IDs for modern virtio devices
 2022-12-09  2:37 UTC  (4+ messages)
` [PATCH v2] "

[Bug 1145] net/ice fdir flow create/destroy failed with RTE_LIBRTE_ICE_16BYTE_RX_DESC defined
 2022-12-09  2:04 UTC 

[PATCH] net/nfp: check whether the generated VF can be used
 2022-12-09  1:35 UTC 

[PATCH 0/3] eal: rte_ctrl_thread_create API replacement
 2022-12-09  1:09 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] eal: add rte control thread create API
` [PATCH v4 0/3] eal: rte_ctrl_thread_create API replacement
  ` [PATCH v4 1/3] eal: add rte control thread create API
  ` [PATCH v4 2/3] test: add rte control thread create API test
  ` [PATCH v4 3/3] eal: deprecate pthread control thread create API

[PATCH] eal: replace lcore direct use of pthread in the EAL
 2022-12-08 21:48 UTC 

[PATCH v1 00/37] Implementation of ML CNXK driver
 2022-12-08 20:18 UTC  (76+ messages)
` [PATCH v1 01/37] ml/cnxk: add skeleton for ML cnxk driver
` [PATCH v1 02/37] ml/cnxk: enable probe and remove of ML device
` [PATCH v1 03/37] ml/cnxk: add driver support to get device info
` [PATCH v1 04/37] ml/cnxk: add support for configure and close
` [PATCH v1 05/37] ml/cnxk: parse ML firmware path from device args
` [PATCH v1 06/37] ml/cnxk: enable firmware load and device reset
` [PATCH v1 07/37] ml/cnxk: enable support for simulator environment
` [PATCH v1 08/37] ml/cnxk: enable support for device start and stop
` [PATCH v1 09/37] ml/cnxk: add support to create device queue-pairs
` [PATCH v1 10/37] ml/cnxk: add functions to load and unload models
` [PATCH v1 11/37] ml/cnxk: enable validity checks for model metadata
` [PATCH v1 12/37] ml/cnxk: add internal structures for derived info
` [PATCH v1 13/37] ml/cnxk: add internal structures for tiles and OCM
` [PATCH v1 14/37] ml/cnxk: add structures for slow and fast path JDs
` [PATCH v1 15/37] ml/cnxk: find OCM mask and page slots for a model
` [PATCH v1 16/37] ml/cnxk: add support to reserve and free OCM pages
` [PATCH v1 17/37] ml/cnxk: enable support to start an ML model
` [PATCH v1 18/37] ml/cnxk: enable support to stop an ML models
` [PATCH v1 19/37] ml/cnxk: enable support to get model information
` [PATCH v1 20/37] ml/cnxk: enable support to update model params
` [PATCH v1 21/37] ml/cnxk: add support to get IO buffer sizes
` [PATCH v1 22/37] ml/cnxk: enable quantization and dequantization
` [PATCH v1 23/37] ml/cnxk: enable support to dump device debug info
` [PATCH v1 24/37] ml/cnxk: add driver support for device selftest
` [PATCH v1 25/37] ml/cnxk: enqueue a burst of inference requests
` [PATCH v1 26/37] ml/cnxk: dequeue "
` [PATCH v1 27/37] ml/cnxk: add internal function for sync mode run
` [PATCH v1 28/37] ml/cnxk: enable support for firmware error codes
` [PATCH v1 29/37] ml/cnxk: add support to get and reset device stats
` [PATCH v1 30/37] ml/cnxk: add support to handle extended dev stats
` [PATCH v1 31/37] ml/cnxk: enable support to get xstats in cycles
` [PATCH v1 32/37] ml/cnxk: add support to report DPE FW warnings
` [PATCH v1 33/37] ml/cnxk: add support to enable model data caching
` [PATCH v1 34/37] ml/cnxk: add support to select OCM allocation mode
` [PATCH v1 35/37] ml/cnxk: add support to use lock during jcmd enq
` [PATCH v1 36/37] ml/cnxk: add support to select poll memory region
` [PATCH v1 37/37] ml/cnxk: add user guide for marvell cnxk ml driver
` [PATCH v2 00/37] Implementation of ML CNXK driver
  ` [PATCH v2 01/37] ml/cnxk: add skeleton for ML cnxk driver
  ` [PATCH v2 02/37] ml/cnxk: enable probe and remove of ML device
  ` [PATCH v2 03/37] ml/cnxk: add driver support to get device info
  ` [PATCH v2 04/37] ml/cnxk: add support for configure and close
  ` [PATCH v2 05/37] ml/cnxk: parse ML firmware path from device args
  ` [PATCH v2 06/37] ml/cnxk: enable firmware load and device reset
  ` [PATCH v2 07/37] ml/cnxk: enable support for simulator environment
  ` [PATCH v2 08/37] ml/cnxk: enable support for device start and stop
  ` [PATCH v2 09/37] ml/cnxk: add support to create device queue-pairs
  ` [PATCH v2 10/37] ml/cnxk: add functions to load and unload models
  ` [PATCH v2 11/37] ml/cnxk: enable validity checks for model metadata
  ` [PATCH v2 12/37] ml/cnxk: add internal structures for derived info
  ` [PATCH v2 13/37] ml/cnxk: add internal structures for tiles and OCM
  ` [PATCH v2 14/37] ml/cnxk: add structures for slow and fast path JDs
  ` [PATCH v2 15/37] ml/cnxk: find OCM mask and page slots for a model
  ` [PATCH v2 16/37] ml/cnxk: add support to reserve and free OCM pages
  ` [PATCH v2 17/37] ml/cnxk: enable support to start an ML model
  ` [PATCH v2 18/37] ml/cnxk: enable support to stop an ML models
  ` [PATCH v2 19/37] ml/cnxk: enable support to get model information
  ` [PATCH v2 20/37] ml/cnxk: enable support to update model params
  ` [PATCH v2 21/37] ml/cnxk: add support to get IO buffer sizes
  ` [PATCH v2 22/37] ml/cnxk: enable quantization and dequantization
  ` [PATCH v2 23/37] ml/cnxk: enable support to dump device debug info
  ` [PATCH v2 24/37] ml/cnxk: add driver support for device selftest
  ` [PATCH v2 25/37] ml/cnxk: enqueue a burst of inference requests
  ` [PATCH v2 26/37] ml/cnxk: dequeue "
  ` [PATCH v2 27/37] ml/cnxk: add internal function for sync mode run
  ` [PATCH v2 28/37] ml/cnxk: enable support for firmware error codes
  ` [PATCH v2 29/37] ml/cnxk: add support to get and reset device stats
  ` [PATCH v2 30/37] ml/cnxk: add support to handle extended dev stats
  ` [PATCH v2 31/37] ml/cnxk: enable support to get xstats in cycles
  ` [PATCH v2 32/37] ml/cnxk: add support to report DPE FW warnings
  ` [PATCH v2 33/37] ml/cnxk: add support to enable model data caching
  ` [PATCH v2 34/37] ml/cnxk: add support to select OCM allocation mode
  ` [PATCH v2 35/37] ml/cnxk: add support to use lock during jcmd enq
  ` [PATCH v2 36/37] ml/cnxk: add support to select poll memory region
  ` [PATCH v2 37/37] ml/cnxk: add user guide for marvell cnxk ml driver

[PATCH v1 1/1] common/cnxk: add ML headers and ROC code for cnxk
 2022-12-08 19:56 UTC 

[PATCH v1 0/4] implementation of ML common code
 2022-12-08 19:35 UTC  (5+ messages)
` [PATCH v1 1/4] common/ml: add initial files for "
` [PATCH v1 2/4] common/ml: add data type conversion routines
` [PATCH v1 3/4] common/ml: add generic type conversion functions
` [PATCH v1 4/4] common/ml: add Arm NEON type conversion routines

[PATCH v2 01/12] app/mldev: implement test framework for mldev
 2022-12-08 19:29 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/12] app/mldev: add common test functions
  ` [PATCH v3 03/12] app/mldev: add test case to validate device ops
  ` [PATCH v3 04/12] app/mldev: add test case to validate model ops
  ` [PATCH v3 05/12] app/mldev: add ordered inference test case
  ` [PATCH v3 06/12] app/mldev: add test case to interleave inferences
  ` [PATCH v3 07/12] app/mldev: enable support for burst inferences
  ` [PATCH v3 08/12] app/mldev: enable support for queue pairs and size
  ` [PATCH v3 09/12] app/mldev: enable support for inference batches
  ` [PATCH v3 10/12] app/mldev: enable support for inference validation
  ` [PATCH v3 11/12] app/mldev: enable reporting stats in mldev app
  ` [PATCH v3 12/12] app/mldev: add documentation for mldev test cases

VMware vmxnet3 PMD roadmap question
 2022-12-08 18:56 UTC  (2+ messages)

[PATCH] net/nfp: using the correct PCI name to look for the firmware
 2022-12-08 18:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] add lcore set name and get name API
 2022-12-08 17:11 UTC  (6+ messages)
` [PATCH 1/5] eal: "

[PATCH] net/memif: change socket listener owner uid/gid
 2022-12-08 16:25 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] drivers: fix symbol exports when map is omitted
 2022-12-08 16:06 UTC  (5+ messages)
` [EXT] Re: [PATCH v4 1/2] "

[PATCH] net/iavf:fix slow memory allocation
 2022-12-08 15:04 UTC  (3+ messages)

[Bug 1144] virtio may lost pkts when pmd rxq less than virtio-max_queue_pairs
 2022-12-08 14:25 UTC 

DPDK Release Status Meeting 2022-12-08
 2022-12-08 13:51 UTC 

[PATCH] net/iavf: fix mbuf VLAN offload flags in the L2TAG2 path with AVX2
 2022-12-08 12:19 UTC 

[PATCH] doc: update recipe for static rdma-core in mlx guides
 2022-12-08 11:33 UTC  (2+ messages)

[PATCH] devtools: update Meson setup command
 2022-12-08 11:25 UTC  (3+ messages)

[PATCH] maintainers: split baseband from crypto tree
 2022-12-08 11:23 UTC  (3+ messages)

[PATCH] devtools: fix name check with mbox files
 2022-12-08 11:19 UTC  (3+ messages)

[PATCH] vhost: decrease log level for unimplemented request
 2022-12-08 11:10 UTC  (2+ messages)

[PATCH] net/mlx5/hws: fix incorrect dw_8_6_ext PRM offset
 2022-12-08 11:08 UTC 

[Bug 1064] [19.11.13-rc3] lib/eal make build failed with gcc10.3.0 and clang11.0.1 on FreeBSD13.0/64
 2022-12-08  8:56 UTC  (2+ messages)

[PATCH 00/15] net/idpf: refactor idpf pmd
 2022-12-08  7:53 UTC  (16+ messages)
` [PATCH 01/15] common/idpf: add adapter structure
` [PATCH 02/15] common/idpf: add vport structure
` [PATCH 03/15] common/idpf: move vc functions to common module
` [PATCH 04/15] common/idpf: introduce adapter init and deinit
` [PATCH 05/15] common/idpf: add vport init/deinit
` [PATCH 06/15] common/idpf: add config RSS
` [PATCH 07/15] common/idpf: add irq map/unmap
` [PATCH 08/15] common/idpf: move ptype table to adapter structure
` [PATCH 09/15] common/idpf: init create vport info
` [PATCH 10/15] common/idpf: add vector flags in vport
` [PATCH 11/15] common/idpf: add rxq and txq struct
` [PATCH 12/15] common/idpf: add help functions for queue setup and release
` [PATCH 13/15] common/idpf: add scalar data path
` [PATCH 14/15] common/idpf: add vec queue setup
` [PATCH 15/15] common/idpf: add avx512 for single queue model

[PATCH 0/3] net/idpf: code refine
 2022-12-08  7:27 UTC  (4+ messages)
` [PATCH 1/3] net/idpf: remove vport req and recv info from adapter
` [PATCH 2/3] net/idpf: remove req vports "
` [PATCH 3/3] net/idpf: fix splitq xmit free

[PATCH v1 00/13] graph enhancement for multi-core dispatch
 2022-12-08  7:26 UTC  (4+ messages)
` [PATCH v1 04/13] graph: add get/set graph worker model APIs
  ` [EXT] "

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