DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2 0/4] Support VFIO sparse mmap in PCI bus
 2023-05-25 16:31 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] bus/pci: introduce an internal representation of PCI device
  ` [PATCH v3 2/4] bus/pci: avoid depending on private value in kernel source
  ` [PATCH v3 3/4] bus/pci: introduce helper for MMIO read and write
  ` [PATCH v3 4/4] bus/pci: add VFIO sparse mmap support

[PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK
 2023-05-25  9:45 UTC  (7+ messages)
` [EXT] "
    ` 回复: "

[RFC PATCH v1 0/4] Direct re-arming of buffers on receive side
 2023-05-25  9:45 UTC  (6+ messages)
` [PATCH v6 0/4] Recycle mbufs from Tx queue to Rx queue
  ` [PATCH v6 1/4] ethdev: add API for mbufs recycle mode
  ` [PATCH v6 2/4] net/i40e: implement "
  ` [PATCH v6 3/4] net/ixgbe: "
  ` [PATCH v6 4/4] app/testpmd: add recycle mbufs engine

[PATCH 01/21] common/cnxk: allocate dynamic BPIDs
 2023-05-25  9:28 UTC  (34+ messages)
` [PATCH v2 01/32] "
  ` [PATCH v2 02/32] common/cnxk: add pool BPID to RQ while using common pool
  ` [PATCH v2 03/32] common/cnxk: fix CPT backpressure disable on LBK
  ` [PATCH v2 04/32] common/cnxk: skip flow ctrl set on non-existent meta aura
  ` [PATCH v2 05/32] common/cnxk: reduce sqes per sqb by one
  ` [PATCH v2 06/32] common/cnxk: dump SW SSO work count as xstat
  ` [PATCH v2 07/32] common/cnxk: add percent drop threshold to pool
  ` [PATCH v2 08/32] common/cnxk: make aura flow control config more predictable
  ` [PATCH v2 09/32] common/cnxk: update age drop statistics
  ` [PATCH v2 10/32] common/cnxk: fetch eng caps for inl outb inst format
  ` [PATCH v2 11/32] common/cnxk: add receive error mask
  ` [PATCH v2 12/32] common/cnxk: fix null pointer dereference
  ` [PATCH v2 13/32] common/cnxk: fix parameter in NIX dump
  ` [PATCH v2 14/32] common/cnxk: set relchan in TL4 config for each SDP queue
  ` [PATCH v2 15/32] common/cnxk: avoid STALL with dual rate on CNF95N
  ` [PATCH v2 16/32] common/cnxk: update errata info
  ` [PATCH v2 17/32] common/cnxk: sync between mbox up and down messages
  ` [PATCH v2 18/32] common/cnxk: add more comments to mbox code
  ` [PATCH v2 19/32] common/cnxk: add CN105xxN B0 model
  ` [PATCH v2 20/32] common/cnxk: access valid pass value
  ` [PATCH v2 21/32] net/cnxk: add receive error mask
  ` [PATCH v2 22/32] common/cnxk: support of 1-N pool-aura per NIX LF
  ` [PATCH v2 23/32] net/cnxk: support for inbound without inline dev mode
  ` [PATCH v2 24/32] common/cnxk: fix inline device VF identification
  ` [PATCH v2 25/32] common/cnxk: avoid inline dev CPT lf detach multiple times
  ` [PATCH v2 26/32] common/cnxk: skip CGX promisc mode with NPC exact match
  ` [PATCH v2 27/32] common/cnxk: configure PFC on SPB aura
  ` [PATCH v2 28/32] common/nix: check for null derefernce
  ` [PATCH v2 29/32] common/cnxk: fix receive queue with multiple mask
  ` [PATCH v2 30/32] net/cnxk: handle extbuf completion on ethdev stop
  ` [PATCH v2 31/32] net/cnxk: add aes-ccm to inline IPsec capabilities
  ` [PATCH v2 32/32] common/cnxk: add check for null auth and anti-replay

[PATCH 1/2] lib/cryptodev/: Add SM3_HMAC/SM4_CFB/SM4_OFB support in DPDK
 2023-05-25  8:52 UTC  (2+ messages)
` [PATCH 2/2] test/crypto: Add SM3/SM4 test vectors for verification in test app

[PATCH 0/7] replace rte atomics with GCC builtin atomics
 2023-05-25  8:44 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/7] stack: "
  ` [PATCH v3 3/7] dma/idxd: "
  ` [PATCH v3 4/7] net/ice: "
  ` [PATCH v3 5/7] net/ixgbe: "
  ` [PATCH v3 6/7] net/null: "
  ` [PATCH v3 7/7] net/ring: "

[PATCH] telemetry: fix JSON string formatter
 2023-05-25  8:38 UTC  (3+ messages)

[RFC v2 0/2] add DTS smoke tests
 2023-05-25  8:33 UTC  (6+ messages)
` [RFC v2 1/2] dts: add "

[PATCH v2 00/22] lib: add pdcp protocol
 2023-05-25  8:15 UTC  (26+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/22] net: add PDCP header
  ` [PATCH v3 02/22] lib: add pdcp protocol
  ` [PATCH v3 03/22] pdcp: add pre and post-process
  ` [PATCH v3 04/22] pdcp: add packet group
  ` [PATCH v3 05/22] pdcp: add crypto session create and destroy
  ` [PATCH v3 06/22] pdcp: add pre and post process for UL
  ` [PATCH v3 07/22] pdcp: add pre and post process for DL
  ` [PATCH v3 08/22] pdcp: add IV generation routines
  ` [PATCH v3 09/22] app/test: add lib pdcp tests
  ` [PATCH v3 10/22] test/pdcp: pdcp HFN tests in combined mode
  ` [PATCH v3 11/22] doc: add PDCP library guide
  ` [PATCH v3 12/22] pdcp: add control PDU handling for status report
  ` [PATCH v3 13/22] pdcp: implement t-Reordering and packet buffering
  ` [PATCH v3 14/22] test/pdcp: add in-order delivery cases
  ` [PATCH v3 15/22] pdcp: add timer callback handlers
  ` [PATCH v3 16/22] pdcp: add timer expiry handle
  ` [PATCH v3 17/22] test/pdcp: add timer expiry cases
  ` [PATCH v3 18/22] test/pdcp: add timer restart case
  ` [PATCH v3 19/22] pdcp: add support for status report
  ` [PATCH v3 20/22] pdcp: allocate reorder buffer alongside with entity
  ` [PATCH v3 21/22] pdcp: add thread safe processing
      ` [EXT] "
  ` [PATCH v3 22/22] test/pdcp: add PDCP status report cases

[PATCH] ethdev: add indirect list flow action
 2023-05-25  8:14 UTC  (6+ messages)
` [PATCH v4] "
` [PATCH v5 1/2] "
  ` [PATCH v5 2/2] ethdev: add indirect list METER_MARK update structures

[PATCH] common/mlx5: adjust fork call with the new kernel API
 2023-05-25  8:10 UTC  (4+ messages)

[PATCH] lib/cryptodev: set minimal output buffer size for RSA op
 2023-05-25  8:05 UTC  (2+ messages)

[PATCH 1/2] cryptodev: update raw datapath API documentation
 2023-05-25  7:59 UTC  (4+ messages)
` [PATCH 2/2] test/crypto: handle returns from raw crypto APIs

[PATCH] crypto/qat: support to enable insecure algorithms
 2023-05-25  7:56 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXT] "

[PATCH v1 0/3] add support for infiniband BTH match
 2023-05-25  7:40 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] ethdev: add flow item for RoCE infiniband BTH
  ` [PATCH v2 2/3] net/mlx5: add support for infiniband BTH match
  ` [PATCH v2 3/3] net/mlx5/hws: "
  ` [PATCH v3 0/3] "
    ` [PATCH v3 1/3] ethdev: add flow item for RoCE infiniband BTH
    ` [PATCH v3 2/3] net/mlx5: add support for infiniband BTH match
    ` [PATCH v3 3/3] net/mlx5/hws: "

[PATCH v2] crypto/qat: default to IPsec MB for pre and post computes
 2023-05-25  7:28 UTC  (3+ messages)
` [PATCH v3] "
  ` [EXT] "

[Bug 1227] KNI : memory-leaks, each time kni_rx_burst it is allocates new mbufs even if no needs
 2023-05-25  7:16 UTC  (2+ messages)

[PATCH] telemetry: fix autotest failures on Alpine
 2023-05-25  7:12 UTC  (5+ messages)
` [PATCH v3 0/5] telemetry: remove variable length arrays
  ` [PATCH v3 5/5] telemetry: remove VLA in json string format function

[PATCH] crypto/ipsec_mb: fix allocating mb_mgr in session
 2023-05-25  7:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] app/testpmd: fix segment fault with invalid queue id
 2023-05-25  7:03 UTC  (4+ messages)
` [PATCH v3 0/2] add Rx/Tx queue ID check API and use it to fix a bug
  ` [PATCH v3 1/2] ethdev: add API to check if queue is available
  ` [PATCH v3 2/2] app/testpmd: fix segment fault with invalid queue ID

[RFC V2] lib: set/get max memzone segments
 2023-05-25  6:47 UTC  (9+ messages)
` [PATCH V3] "
  ` [PATCH v4] "

[PATCH v12] app/procinfo: display eventdev xstats
 2023-05-25  6:08 UTC  (4+ messages)
` [PATCH v14] "
  ` [PATCH v15] "

[PATCH] net/qede: fix RSS indirection table initialization
 2023-05-25  5:45 UTC 

[PATCH] net/qede: fix RSS indirection table initialization
 2023-05-25  5:30 UTC 

[PATCH v2 00/10] add hairpin queue support
 2023-05-25  5:26 UTC  (14+ messages)
` [PATCH v3 00/10] net/cpfl: "
  ` [PATCH v3 02/10] net/cpfl: support hairpin queue capbility get
  ` [PATCH v3 04/10] net/cpfl: add haipin queue group during vport init
  ` [PATCH v3 05/10] net/cpfl: support hairpin queue setup and release
  ` [PATCH v3 07/10] net/cpfl: support hairpin queue start/stop
  ` [PATCH v3 08/10] net/cpfl: enable write back based on ITR expire
  ` [PATCH v3 09/10] net/cpfl: support peer ports get

[PATCH] pci: add O_CLOEXEC when open uio device
 2023-05-25  3:00 UTC 

[PATCH] net/iavf: add VF reset check
 2023-05-25  2:17 UTC 

[PATCH] test/crypto: fix IPsec AES CCM test vector
 2023-05-24 21:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] pipeline: fix double free error for table stats
 2023-05-24 21:16 UTC  (2+ messages)

[PATCH 0/2] AES CCM support in CNXK crypto PMD
 2023-05-24 21:13 UTC  (3+ messages)
` [PATCH 1/2] crypto/cnxk: add AES CCM support

[PATCH] dmadev: add tracepoints
 2023-05-24 21:12 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] ring: fix the variable name error
 2023-05-24 21:00 UTC  (3+ messages)

[PATCH 0/7] fixes and improvements to CNXK crypto PMD
 2023-05-24 20:55 UTC  (2+ messages)

[PATCH 0/2] improve code portability
 2023-05-24 20:54 UTC  (4+ messages)
` [PATCH v5] "
  ` [PATCH v5] telemetry: remove non-portable array initialization syntax

[PATCH 23.07 0/2] Minor meson build improvements
 2023-05-24 20:24 UTC  (2+ messages)

[PATCH] dma/idxd: add support for multi-process when using VFIO
 2023-05-24 19:14 UTC  (3+ messages)

[PATCH v1] power: support amd-pstate cpufreq driver
 2023-05-24 18:46 UTC  (2+ messages)

[RFC PATCH] ethdev: advertise flow restore in mbuf
 2023-05-24 18:44 UTC  (4+ messages)

AF_XDP performance
 2023-05-24 18:29 UTC  (3+ messages)

[PATCH] net/gve: check driver compatibility
 2023-05-24 17:14 UTC  (5+ messages)
` [v4] "
  ` [v5] "

[RFC PATCH 0/6] add support for CDX bus
 2023-05-24 17:06 UTC  (8+ messages)
` [PATCH v4 0/4] Support AMD CDX bus, for FPGA based CDX devices. The CDX
  ` [PATCH v4 1/4] bus/cdx: introduce cdx bus
  ` [PATCH v4 3/4] bus/cdx: add support for MSI

[PATCH] net/mlx5: enhance error log for tunnel offloading
 2023-05-24 16:31 UTC  (3+ messages)

[PATCH 0/3] use C11 memory model GCC builtin atomics
 2023-05-24 16:05 UTC  (3+ messages)

[PATCH] freebsd/contigmem: fix function parameter list
 2023-05-24 16:03 UTC  (3+ messages)

[PATCH] maintainers: add maintainers to Nvidia net mlx5
 2023-05-24 15:55 UTC  (4+ messages)

seeking community input on adapting DPDK to P4Runtime backend
 2023-05-24 15:43 UTC  (7+ messages)

[PATCH] doc: deprecation notice to add new hash function
 2023-05-24 14:49 UTC  (3+ messages)

[PATCH] net/bonding: rename bonded to bonding
 2023-05-24 14:48 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] common/cnxk: support Tx queue flow pattern in ROC API
 2023-05-24 14:20 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 2/2] net/cnxk: support Tx queue flow pattern item

[PATCH 0/2] net/mlx5: add modify field actions number validation
 2023-05-24 14:07 UTC  (2+ messages)

[PATCH v2 0/3] Windows performance enhancements
 2023-05-24 14:06 UTC  (2+ messages)

[PATCH v1 0/2] disallow duplicated tag index
 2023-05-24 14:05 UTC  (2+ messages)

[PATCH] common/mlx5: enable opration in iova virtual address mode
 2023-05-24 14:04 UTC  (3+ messages)
` [PATCH v2] common/mlx5: enable operation "

[PATCH 1/2] test/crypto: free memory in error and skip paths
 2023-05-24 12:41 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH 1/5] eventdev: add power monitoring API on event port
 2023-05-24 12:34 UTC  (4+ messages)
` [RFC PATCH 4/5] power: add eventdev support for power management

[PATCH] test/crypto: remove redundant code
 2023-05-24 12:30 UTC  (3+ messages)

[PATCH 1/2] test/crypto: use separate keys for auth and cipher
 2023-05-24 12:26 UTC  (3+ messages)

[PATCH] crypto/ipsec_mb: enqueue counter fix
 2023-05-24 12:22 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXT] "

[PATCH] app/crypto-perf: check crypto result
 2023-05-24 12:18 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] test/crypto: fix return value from session
 2023-05-24 12:13 UTC  (3+ messages)

[PATCH] crypto/openssl: fix memory free issue
 2023-05-24 12:11 UTC  (3+ messages)

[PATCH 0/8] add AESNI_MB optimisations
 2023-05-24 11:44 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v3] ethdev: add flow rule actions update API
 2023-05-24 11:00 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] cryptodev: clarify error codes returned
 2023-05-24 10:59 UTC  (3+ messages)

[PATCH v1 1/8] ethdev: add IPv6 extension push remove action
 2023-05-24 10:30 UTC  (4+ messages)
` [PATCH v1 0/2] add IPv6 extension push remove
  ` [PATCH v1 1/2] ethdev: add IPv6 extension push remove action

[PATCH v3 0/2] crypto/qat: add cipher-crc offload feature
 2023-05-24 10:04 UTC  (3+ messages)
` [PATCH v4 "
  ` [EXT] "

[PATCH] net/ice: DCF adds default RSS
 2023-05-24 10:01 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ethdev: fix asynchronous destroy and push tracepoints
 2023-05-24  9:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] add hwpools and support exchanging mbufs between pools
 2023-05-24  9:33 UTC  (4+ messages)
` [PATCH v2 1/5] mempool/cnxk: use pool config to pass flags
  ` [PATCH v2 5/5] mempool/cnxk: add support for exchanging mbufs between pools

[PATCH] app/crypto-perf: change buffer size based on optype
 2023-05-24  9:29 UTC  (3+ messages)

[RFC 0/4] add frequency adjustment support for PTP
 2023-05-24  9:25 UTC  (5+ messages)
` [RFC v2 0/3] add frequency adjustment support for PTP timesync
  ` [RFC v2 1/3] ethdev: add frequency adjustment API

[PATCH] examples/ipsec-secgw: fix zero address in ethernet header
 2023-05-24  9:25 UTC  (3+ messages)

[PATCH v1] usertools/telemetry: fix unused parameter
 2023-05-23 14:38 UTC  (2+ messages)
` [PATCH v2] "

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