DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/25] New features and improvements in cnxk crypto PMD
 2021-12-17  9:19 UTC  (39+ messages)
` [PATCH v2 00/29] "
  ` [PATCH v2 01/29] common/cnxk: define minor opcodes for MISC opcode
  ` [PATCH v2 02/29] common/cnxk: add aes-xcbc key derive
  ` [PATCH v2 03/29] common/cnxk: add bit fields for params
  ` [PATCH v2 04/29] common/cnxk: fix reset of fields
  ` [PATCH v2 05/29] common/cnxk: verify input args
  ` [PATCH v2 06/29] common/cnxk: update completion code
  ` [PATCH v2 07/29] crypto/cnxk: only enable queues that are allocated
  ` [PATCH v2 08/29] crypto/cnxk: add lookaside IPsec AES-CBC-HMAC-SHA256 support
  ` [PATCH v2 09/29] crypto/cnxk: clear session data before populating
  ` [PATCH v2 10/29] crypto/cnxk: update max sec crypto caps
  ` [PATCH v2 11/29] crypto/cnxk: write CPT CTX through microcode op
  ` [PATCH v2 12/29] crypto/cnxk: support cnxk lookaside IPsec HMAC-SHA384/512
  ` [PATCH v2 13/29] crypto/cnxk: account for CPT CTX updates and flush delays
  ` [PATCH v2 14/29] crypto/cnxk: use struct sizes for ctx writes
  ` [PATCH v2 15/29] crypto/cnxk: add security session stats get
  ` [PATCH v2 16/29] crypto/cnxk: add skip for unsupported cases
  ` [PATCH v2 17/29] crypto/cnxk: add context reload for IV
  ` [PATCH v2 18/29] crypto/cnxk: handle null chained ops
  ` [PATCH v2 19/29] crypto/cnxk: fix inflight cnt calculation
  ` [PATCH v2 20/29] crypto/cnxk: use atomics to access CPT res
  ` [PATCH v2 21/29] crypto/cnxk: add more info on command timeout
  ` [PATCH v2 22/29] crypto/cnxk: support lookaside IPsec AES-CTR
  ` [PATCH v2 23/29] crypto/cnxk: fix extend tail calculation
  ` [PATCH v2 24/29] crypto/cnxk: add aes xcbc and null cipher
  ` [PATCH v2 25/29] crypto/cnxk: add copy and set DF
  ` [PATCH v2 26/29] crypto/cnxk: add aes cmac
  ` [PATCH v2 27/29] crypto/cnxk: add per pkt IV in lookaside IPsec debug mode
  ` [PATCH v2 28/29] crypto/cnxk: enable copy dscp
  ` [PATCH v2 29/29] crypto/cnxk: update microcode completion handling
  ` [PATCH v3 00/29] New features and improvements in cnxk crypto PMD
    ` [PATCH v3 01/29] common/cnxk: define minor opcodes for MISC opcode
    ` [PATCH v3 02/29] common/cnxk: add aes-xcbc key derive
    ` [PATCH v3 03/29] common/cnxk: add bit fields for params
    ` [PATCH v3 04/29] common/cnxk: fix reset of fields
    ` [PATCH v3 05/29] common/cnxk: verify input args
    ` [PATCH v3 06/29] common/cnxk: update completion code
    ` [PATCH v3 07/29] crypto/cnxk: only enable queues that are allocated

[PATCH] build: add missing arch define for Arm
 2021-12-17  8:54 UTC 

19.11.11 patches review and test
 2021-12-17  7:47 UTC  (30+ messages)

[Bug 911] [19.11.11-rc1] linux/igb_uio/igb_uiobuild failure with make and clang 13
 2021-12-17  7:47 UTC  (2+ messages)

[Bug 912] [19.11.11-rc1] net/qede build failure with make and clang 13
 2021-12-17  6:49 UTC 

[PATCH v1] net/i40e: add flow mark capability to NEON vector routine
 2021-12-17  5:36 UTC 

[PATCH v1] net/mlx5: adding extern C to rte_pmd_mlx5.h
 2021-12-16 23:38 UTC 

When tap PMD is used, memory loss occurs in secondary block
 2021-12-16 20:28 UTC 

Using IOAT PMD
 2021-12-16 19:08 UTC  (5+ messages)

[PATCH] common/mlx5: fix missing validation in devargs parsing
 2021-12-16 18:40 UTC 

NVIDIA roadmap for 22.03
 2021-12-16 16:45 UTC  (2+ messages)

[PATCH] build/eal: add OS defines for C conditional checks
 2021-12-16 15:21 UTC  (4+ messages)
` [PATCH v2] "

[RFC] Cryptodev: use rte_crypto_vec, group big-endian constraints
 2021-12-16 15:05 UTC  (3+ messages)

[PATCH 1/3] crypto/ipsec_mb: fix qp setup null pointer dereference
 2021-12-16 15:03 UTC  (6+ messages)
` [PATCH 2/3] crypto/ipsec_mb: fix qp cleanup "
` [PATCH 3/3] crypto/ipsec_mb: fix tainted data for session

[PATCH v1 0/2] Add config file support for l3fwd
 2021-12-16 15:01 UTC  (3+ messages)
` [PATCH v1 1/2] examples/l3fwd: add config file support for LPM/FIB
` [PATCH v1 2/2] examples/l3fwd: add config file support for EM

[dpdk-kmods] linux/igb_uio: fix build for switch fall through
 2021-12-16 12:03 UTC  (6+ messages)
` [dpdk-kmods v2] "

[PATCH] config: remove explicit undef of unset values
 2021-12-16 11:14 UTC 

[PATCH v1] net/iavf: remove the extra symbol '+'
 2021-12-16 10:05 UTC  (3+ messages)

[PATCH] net/mlx5: fix metadata endianness in modify field action
 2021-12-16  9:50 UTC  (3+ messages)

[PATCH 0/7] net/bonding: fixes and LACP short timeout
 2021-12-16  8:59 UTC  (9+ messages)
` [PATCH 1/7] net/bonding: fix typos and whitespace
` [PATCH 2/7] net/bonding: fix bonded dev configuring slave dev
` [PATCH 3/7] net/bonding: change mbuf pool and ring allocation
` [PATCH 4/7] net/bonding: support enabling LACP short timeout
` [PATCH 5/7] net/bonding: add LACP short timeout to tests
` [PATCH 6/7] net/bonding: add bond_8023ad and bond_alb to doc
` [PATCH 7/7] Remove self from Timers maintainers

20.11.4 patches review and test
 2021-12-16  6:40 UTC  (7+ messages)

[PATCH] mem: exclude used memory from core dump by config
 2021-12-15 15:46 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] eal: allow to exclude memseg from core dump

[PATCH 00/12] add packet generator library and example app
 2021-12-15 14:07 UTC  (30+ messages)
` [PATCH 01/12] net: add string to IPv4 parse function
` [PATCH 02/12] net: add function to pretty print IPv4
` [PATCH 03/12] gen: add files for initial traffic generation library
` [PATCH 04/12] gen: add basic Rx and Tx routines and tests
` [PATCH 05/12] gen: add raw packet data API "
` [PATCH 06/12] gen: add parsing infrastructure and Ether protocol
` [PATCH 07/12] gen: add gen IP parsing
` [PATCH 08/12] examples/generator: import code from basicfwd.c
` [PATCH 09/12] examples/generator: enable gen library for traffic gen
` [PATCH 10/12] examples/generator: telemetry support
` [PATCH 11/12] examples/generator: link status check added
` [PATCH 12/12] examples/generator: line rate limiting

[PATCH] ring: fix overflow in memory size calcuation
 2021-12-15 13:18 UTC  (4+ messages)

[dpdk-dev] [PATCH] app/testpmd: fix l4 sw csum over multi segments
 2021-12-15 11:33 UTC  (4+ messages)
` [PATCH v4 0/2] Add functions to calculate UDP/TCP cksum in mbuf
  ` [PATCH v4 1/2] net: add "

[dpdk-dev] [Bug 795] [dpdk-19.11] unit_tests_power/power_cpufreq: unit test failed
 2021-12-15 11:11 UTC  (2+ messages)
`  "

[PATCH v1] doc: arm64 cross docs improvements/fixes
 2021-12-15  8:59 UTC  (10+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] doc: arm64 cross build CFLAGS/LDFLAGS alternatives
  ` [PATCH v2 2/4] doc: arm64 cross build binary names update
  ` [PATCH v2 3/4] doc: arm64 cross build numactl compilers
  ` [PATCH v2 4/4] docs: add an example arm64 cross file

[Bug 910] [build] meson build not support some c_args
 2021-12-15  8:18 UTC 

[PATCH v2 2/2] net/ixgbe: fix spelling mistakes
 2021-12-15  8:07 UTC  (5+ messages)
` [PATCH v3] net/ixgbe: add vector Rx parameter check

[Bug 909] Build error on CentOS 8.4.2105 with gcc 8.5.0 or clang 11.0
 2021-12-14 17:40 UTC 

[dpdk-dev] Call for help - fixes for 19.11.x in regard to new toolchains, kernels 
 2021-12-14 17:02 UTC  (6+ messages)
`  "

[PATCH] doc/dlb2: update dlb2 documentation
 2021-12-14 16:08 UTC  (4+ messages)
` [PATCH v2] "

[Bug 908] [19.11] build failure -Werror=stringop-overflow in Ubuntu 21.04
 2021-12-14 14:06 UTC 

[Bug 907] [19.11] build failure Werror=implicit-fallthrough in opensuse tumbleweed
 2021-12-14 14:04 UTC 

[dpdk-dev] [PATCH 1/1] mem: check allocation in dynamic hugepage init
 2021-12-14 13:30 UTC 

[PATCH] eventdev: fix missing internal port checks
 2021-12-14 11:43 UTC  (4+ messages)

[PATCH] config/cn10k: align mempool elements to 128 bytes
 2021-12-14 10:30 UTC  (3+ messages)

[PATCH v4 0/4] regex/cn9k: use cnxk infrastructure
 2021-12-14  8:57 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 0/5] remove octeontx2 drivers
  ` [dpdk-dev] [PATCH v5 5/5] drivers: "

[PATCH] mbuf: delete dynamic fields copy in hdr copy
 2021-12-14  7:56 UTC 

[PATCH 1/1] net/tap: add a check that Rx/Tx have the same num of queues
 2021-12-14  4:51 UTC 

[PATCH 1/4] net/cnxk: avoid command copy from Tx queue
 2021-12-13 21:14 UTC  (4+ messages)
` [PATCH 2/4] event/cnxk: store and reuse workslot status
` [PATCH 3/4] event/cnxk: disable default wait time for dequeue
` [PATCH 4/4] net/cnxk: improve Rx performance

[PATCH] common/cnxk: use XAQ create API for inline device
 2021-12-13 20:56 UTC 

[PATCH] common/cnxk: add workaround for vWQE flush
 2021-12-13 20:54 UTC 

[PATCH] common/cnxk: add telemetry endpoints to SSO
 2021-12-13 20:43 UTC 

[PATCH] event/cnxk: fix qos devargs parsing
 2021-12-13 20:41 UTC 

[dpdk-dev] [PATCH v17 00/13] eal: Add EAL API for threading
 2021-12-13 20:27 UTC  (4+ messages)
` [PATCH v18 0/8] "
  ` [PATCH v18 8/8] eal: implement functions for mutex management

[PATCH 1/2] maintainers: fix stable maintainers list
 2021-12-13 16:48 UTC  (2+ messages)
` [PATCH 2/2] doc: update LTS release cadence

[PATCH] crypto: use single buffer for asymmetric session
 2021-12-13 16:33 UTC  (2+ messages)
` [EXT] "

dev Digest, Vol 381, Issue 38
 2021-12-13 15:41 UTC 

[Bug 905] [dpdk-19.11.11-rc1]Meson&Makefile build failed on Freebsd13 with gcc10.3.0&clang11.0.1
 2021-12-13 11:47 UTC 

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