DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v6] ip_frag: add IPv4 options fragment and test data
 2022-06-18 11:01 UTC  (7+ messages)
` [PATCH v7] "
      `  "

[PATCH 0/5] support telemetry dump dev
 2022-06-18  9:59 UTC  (13+ messages)
` [PATCH v2 0/5] support telemetry dump
  ` [PATCH v2 1/5] telemetry: escape special char when tel string
  ` [PATCH v2 2/5] dmadev: support telemetry dump dmadev
  ` [PATCH v2 3/5] eventdev: support telemetry dump eventdev
  ` [PATCH v2 4/5] rawdev: support telemetry dump rawdev
  ` [PATCH v2 5/5] ethdev: support telemetry private dump

[PATCH] vdpa/ifc: fix null pointer dereference
 2022-06-18  9:04 UTC  (5+ messages)
` [PATCH v2] "

[RFC 00/15] Add vDPA multi-threads optiomization
 2022-06-18  9:02 UTC  (46+ messages)
` [PATCH v2 00/15] mlx5/vdpa: optimize live migration time
  ` [PATCH v2 01/15] vdpa/mlx5: fix usage of capability for max number of virtqs
  ` [PATCH v2 02/15] vdpa/mlx5: support pre create virtq resource
  ` [PATCH v2 03/15] common/mlx5: add DevX API to move QP to reset state
  ` [PATCH v2 05/15] common/mlx5: extend virtq modifiable fields
  ` [PATCH v2 06/15] vdpa/mlx5: pre-create virtq in the prob
` [PATCH v3 00/15] mlx5/vdpa: optimize live migration time
  ` [PATCH v3 01/15] vdpa/mlx5: fix usage of capability for max number of virtqs
  ` [PATCH v3 02/15] vdpa/mlx5: support pre create virtq resource
  ` [PATCH v3 03/15] common/mlx5: add DevX API to move QP to reset state
  ` [PATCH v3 04/15] vdpa/mlx5: support event qp reuse
  ` [PATCH v3 05/15] common/mlx5: extend virtq modifiable fields
  ` [PATCH v3 06/15] vdpa/mlx5: pre-create virtq at probe time
  ` [PATCH v3 07/15] vdpa/mlx5: optimize datapath-control synchronization
  ` [PATCH v3 08/15] vdpa/mlx5: add multi-thread management for configuration
  ` [PATCH v3 09/15] vdpa/mlx5: add task ring for MT management
  ` [PATCH v3 10/15] vdpa/mlx5: add MT task for VM memory registration
  ` [PATCH v3 11/15] vdpa/mlx5: add virtq creation task for MT management
  ` [PATCH v3 12/15] vdpa/mlx5: add virtq LM log task
  ` [PATCH v3 13/15] vdpa/mlx5: add device close task
  ` [PATCH v3 14/15] vdpa/mlx5: add virtq sub-resources creation
  ` [PATCH v3 15/15] vdpa/mlx5: prepare virtqueue resource creation
` [PATCH v4 00/15] mlx5/vdpa: optimize live migration time
  ` [PATCH v4 01/15] vdpa/mlx5: fix usage of capability for max number of virtqs
  ` [PATCH v4 02/15] vdpa/mlx5: support pre create virtq resource
  ` [PATCH v4 03/15] common/mlx5: add DevX API to move QP to reset state
  ` [PATCH v4 04/15] vdpa/mlx5: support event qp reuse
  ` [PATCH v4 05/15] common/mlx5: extend virtq modifiable fields
  ` [PATCH v4 06/15] vdpa/mlx5: pre-create virtq at probe time
  ` [PATCH v4 07/15] vdpa/mlx5: optimize datapath-control synchronization
  ` [PATCH v4 08/15] vdpa/mlx5: add multi-thread management for configuration
  ` [PATCH v4 09/15] vdpa/mlx5: add task ring for MT management
  ` [PATCH v4 10/15] vdpa/mlx5: add MT task for VM memory registration
  ` [PATCH v4 11/15] vdpa/mlx5: add virtq creation task for MT management
  ` [PATCH v4 12/15] vdpa/mlx5: add virtq LM log task
  ` [PATCH v4 13/15] vdpa/mlx5: add device close task
  ` [PATCH v4 14/15] vdpa/mlx5: add virtq sub-resources creation
  ` [PATCH v4 15/15] vdpa/mlx5: prepare virtqueue resource creation

dpdk address sanitizer
 2022-06-17 21:24 UTC  (3+ messages)

[PATCH v2 00/19] remove IWYU flagged headers
 2022-06-17 19:08 UTC  (20+ messages)
` [PATCH v3 00/18] "
  ` [PATCH v3 01/18] cmdline: remove unneeded header includes
  ` [PATCH v3 02/18] eal: "
  ` [PATCH v3 03/18] ethdev: "
  ` [PATCH v3 04/18] gpudev: "
  ` [PATCH v3 05/18] gso: "
  ` [PATCH v3 06/18] hash: "
  ` [PATCH v3 07/18] ip_frag: "
  ` [PATCH v3 08/18] jobstats: "
  ` [PATCH v3 09/18] meter: "
  ` [PATCH v3 10/18] net: "
  ` [PATCH v3 11/18] power: "
  ` [PATCH v3 12/18] rawdev: "
  ` [PATCH v3 13/18] regexdev: "
  ` [PATCH v3 14/18] sched: "
  ` [PATCH v3 15/18] stack: "
  ` [PATCH v3 16/18] table: "
  ` [PATCH v3 17/18] timer: "
  ` [PATCH v3 18/18] vhost: "

[PATCH] app/testpmd: fix quit testpmd with vfs and pf
 2022-06-17 18:53 UTC  (3+ messages)

[PATCH v1 2/2] drivers/baseband: update PMDs to expose queue per operation
 2022-06-17 18:37 UTC  (7+ messages)
` [PATCH v2 0/5] bbdev changes for 22.11
  ` [PATCH v2 1/5] bbdev: allow operation type enum for growth
  ` [PATCH v2 2/5] bbdev: add device status info
  ` [PATCH v2 3/5] bbdev: add device info on queue topology
  ` [PATCH v2 4/5] drivers/baseband: update PMDs to expose queue per operation
  ` [PATCH v2 5/5] bbdev: add new operation for FFT processing

[PATCH v4 0/1] net/iavf: add vector PMD for Arm for basic Rx path
 2022-06-17 18:21 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH] test/ipsec: fix performance test failure
 2022-06-17 17:18 UTC 

[PATCH 0/4] Improve documentation for running as non-root
 2022-06-17 16:38 UTC  (12+ messages)
` [PATCH 4/4] doc: update instructions for running as non-root for MLX5
` [PATCH v2 0/4] Improve documentation for running as non-root
  ` [PATCH v2 1/4] usertools: add option to select hugetlbfs directory
  ` [PATCH v2 2/4] usertools: add option to change mount point owner
  ` [PATCH v2 3/4] doc: give specific instructions for running as non-root
  ` [PATCH v2 4/4] doc: update instructions for running as non-root for MLX5

[PATCH v2] doc: announce changes in bbdev related to enum extension
 2022-06-17 16:13 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v1] bbdev: allow operation type enum for growth
 2022-06-17 16:12 UTC  (4+ messages)

[PATCH] net/nfp: initialize the flbufsz
 2022-06-17 15:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] update rsu implementation
 2022-06-17 14:43 UTC  (14+ messages)
` [PATCH v3 0/4] introduce PMCI driver
  ` [PATCH v3 1/4] raw/ifpga/base: add PMCI base driver
  ` [PATCH v3 2/4] raw/ifpga/base: update board information
  ` [PATCH v3 3/4] raw/ifpga/base: update flash operation interface
  ` [PATCH v3 4/4] raw/ifpga/base: add PMCI sensor driver

[PATCH] vhost: fix log for async dequeue
 2022-06-17 14:09 UTC  (3+ messages)

[PATCH] vhost: fix missing statistics update
 2022-06-17 14:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] vhost: rename number of available entries
 2022-06-17 14:08 UTC  (3+ messages)

[PATCH] vdpa/mlx5: workaround var offset within page
 2022-06-17 14:07 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] support to clear in-flight packets for async
 2022-06-17 14:06 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v2 0/6] Vhost checksum offload improvements
 2022-06-17 14:06 UTC  (5+ messages)
` [PATCH v2 1/6] Revert "app/testpmd: modify mac in csum forwarding"

[PATCH 12/12] test/ipsec: fix build with GCC 12
 2022-06-17 13:59 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] vhost/crypto: "

[PATCH 0/2] fix compilation with GCC 12
 2022-06-17 13:39 UTC  (8+ messages)
` [PATCH 1/2] common/cpt: "
    ` [EXT] "
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] common/cpt: "
  ` [PATCH v2 2/2] crypto/cnxk: "

[PATCH v2 00/15] Add support of NFP3800 chip and firmware with NFDk
 2022-06-17 13:33 UTC  (16+ messages)
` [PATCH v3 00/13] "
  ` [PATCH v3 01/13] net/nfp: change the coding style
  ` [PATCH v3 02/13] net/nfp: remove unnecessary forward function declaration
  ` [PATCH v3 03/13] net/nfp: remove pessimistic limit
  ` [PATCH v3 04/13] net/nfp: rename set MAC function
  ` [PATCH v3 05/13] net/nfp: rename function and struct
  ` [PATCH v3 06/13] net/nfp: support NFP3800 card
  ` [PATCH v3 07/13] net/nfp: support firmware with NFDk
  ` [PATCH v3 08/13] net/nfp: structure adjustment
  ` [PATCH v3 09/13] net/nfp: nfdk netdev option and queue function
  ` [PATCH v3 10/13] net/nfp: add queue stop and close helper function
  ` [PATCH v3 11/13] net/nfp: move macro from C file to head file
  ` [PATCH v3 12/13] net/nfp: nfdk packet xmit function
  ` [PATCH v3 13/13] net/nfp: modify RSS logic

[PATCH] add support for async vhost packed ring dequeue
 2022-06-17 13:33 UTC  (2+ messages)

[PATCH 0/2] add includes to help when editing in Eclipse
 2022-06-17 13:18 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] common/cnxk: add include for macro definition

[PATCH] test/crypto: add key exchange dh tests
 2022-06-17 13:12 UTC  (3+ messages)

[PATCH] crypto/qat: add ecdh key exchange algorithm
 2022-06-17 13:10 UTC  (3+ messages)

[PATCH] crypto/qat: add ec point verify function
 2022-06-17 13:07 UTC  (3+ messages)

[PATCH] crypto/qat: fix cleanup function default behaviour
 2022-06-17 12:59 UTC  (2+ messages)

[dpdk-dev] [PATCH] common/cnxk: add ROC API to free MCAM entry
 2022-06-17 12:54 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2 0/2] app/eventdev: fix issues with cop alloc and qp size
 2022-06-17 12:38 UTC  (3+ messages)
` [PATCH v2 1/2] app/eventdev: add null checks for cop allocations
` [PATCH v2 2/2] app/eventdev: increase number of qp descriptors

[PATCH] common/cnxk: add cnf10kb support
 2022-06-17 12:20 UTC  (3+ messages)
` [PATCH v2] "

[Bug 1035] __rte_raw_cksum() crash with misaligned pointer
 2022-06-17 12:17 UTC  (10+ messages)
            ` [PATCH] net: fix checksum with unaligned buffer

[PATCH 0/2] app/eventdev: fix issues with cop alloc and qp size
 2022-06-17 12:06 UTC  (5+ messages)
` [PATCH 1/2] app/eventdev: add null checks for cop allocations
` [PATCH 2/2] app/eventdev: increase number of qp descriptors

[PATCH] net/qede: fix build with GCC 13
 2022-06-17 12:03 UTC  (2+ messages)

[PATCH] common/cnxk: update CN103XX subsystem device ID
 2022-06-17 11:58 UTC  (2+ messages)

[PATCH v3] sched: enable CMAN at runtime
 2022-06-17 11:48 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] gro: fix gro for UDP fragmented packets
 2022-06-17 11:33 UTC  (4+ messages)
` [PATCH v4] gro: bug fix in identifying "

[dpdk-dev v6] crypto/qat: use intel-ipsec-mb for partial hash & aes
 2022-06-17 11:26 UTC  (3+ messages)
` [dpdk-dev v7] "

[PATCH] crypto/qat: fix missing copy guards in asym mod
 2022-06-17 11:19 UTC 

[PATCH] dma/idxd: fix missing default for workqueue options
 2022-06-17 11:17 UTC 

[dpdk-dev] [PATCH] examples/ipsec-secgw: support more flow patterns and actions
 2022-06-17 10:59 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3] "
` [dpdk-dev] [PATCH v4] "

[PATCH] dma/idxd: fix AVX2 code in non-datapath functions
 2022-06-17 10:59 UTC 

[PATCH 0/2] crypto/qat: add gen4 ecdsa and ecpm functions
 2022-06-17 10:50 UTC  (5+ messages)
` [PATCH 1/2] crypto/qat: add gen4 ecdsa functions
` [PATCH 2/2] crypto/qat: add gen4 ecpm functions

[PATCH] crypto/ipsec_mb: enable compilation for non x86 arch
 2022-06-17 10:33 UTC  (3+ messages)

[PATCH] crypto/openssl: support cmac operations
 2022-06-17 10:11 UTC  (2+ messages)

[dpdk-dev v3 0/4] crypto/openssl: EVP api update for 3.0 lib
 2022-06-17 10:05 UTC  (10+ messages)
` [dpdk-dev v4 "
  ` [dpdk-dev v4 1/4] crypto/openssl: 3.0 EVP update on HMAC routine
  ` [dpdk-dev v4 2/4] crypto/openssl: 3.0 EVP update on RSA routine
  ` [dpdk-dev v4 3/4] crypto/openssl: 3.0 EVP update on DH routine
  ` [dpdk-dev v4 4/4] crypto/openssl: 3.0 EVP update on DSA routine

[PATCH] doc: update async enqueue API usage
 2022-06-17  9:34 UTC 

[PATCH] examples/ipsec-secgw: add support of NEON with poll mode
 2022-06-17  7:51 UTC  (5+ messages)
` [PATCH v2 1/2] examples/l3fwd: common packet group functionality
  ` [PATCH v2 2/2] examples/ipsec-secgw: add support of NEON with poll mode

[PATCH 0/4] support stream cipher chained operations
 2022-06-17  7:36 UTC  (5+ messages)
` [PATCH 1/4] crypto/cnxk: fix CMAC IV
` [PATCH 2/4] crypto/cnxk: support stream cipher chained operations
` [PATCH 3/4] crypto/cnxk: support scatter gather mode
` [PATCH 4/4] app/test: add additional stream cipher tests

[PATCH] examples/vhost: Fix retry logic on Rx
 2022-06-17  7:01 UTC  (2+ messages)
` [PATCH v2] examples/vhost: fix retry logic on eth rx path

[PATCH v1 0/5] vhost: support async dequeue data path
 2022-06-17  6:34 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 4/5] vhost: support async dequeue for split ring

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