DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] net/ice: fix gcc error with -DRTE_LIBRTE_ICE_16BYTE_RX_DESC
 2022-02-07 16:48 UTC 

[PATCH v2 2/6] common/mlx5: fix the curly braces mismatch problem
 2022-02-07 12:37 UTC  (5+ messages)
` [PATCH v2 3/6] net/cxgbe: "
` [PATCH v2 4/6] net/dpaa2: "
` [PATCH v2 5/6] eal/windows: "
` [PATCH v2 6/6] eventdev: remove cplusplus guard in private header file

[PATCH v2 1/6] bus/dpaa: fix the curly braces mismatch problem
 2022-02-07 12:36 UTC 

[RFC] ethdev: introduce ethdev dump API
 2022-02-07 12:35 UTC  (14+ messages)
` [RFC v3] "
` [PATCH] "

[PATCH 0/6] fix the curly braces mismatch problem
 2022-02-07 11:44 UTC  (3+ messages)

[PATCH 1/6] bus/dpaa: fix the curly braces mismatch problem
 2022-02-07 11:43 UTC  (9+ messages)
` [PATCH 2/6] common/mlx5: "
` [PATCH 3/6] net/cxgbe: "
` [PATCH 4/6] net/dpaa2: "
` [PATCH 5/6] eal/windows: "
` [PATCH 6/6] eventdev: remove C++ include guard from private header

[PATCH] net/af_xdp: re-enable secondary process support
 2022-02-07 11:39 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 0/4] Clarify asymmetric random, add 'k' and crypto uint
 2022-02-07 11:35 UTC  (5+ messages)
` [PATCH v2 1/4] crypto: add dsa random number k
` [PATCH v2 2/4] crypto: clarify usage of random numbers in asym
` [PATCH v2 3/4] crypto: use rte macro instead of direct attribute
` [PATCH v2 4/4] crypto: reorganize endianness comments, add crypto uint

[PATCH] net/sfc: add missing lock release statements
 2022-02-07 11:15 UTC 

[PATCH v2 1/2] eventdev/crypto_adapter: move crypto ops to circular buffer
 2022-02-07 10:50 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [PATCH v4 2/2] eventdev: update crypto caps get to return SW cap

[PATCH 0/1] Removes FDs from VhostUserMessage structure
 2022-02-07 10:21 UTC  (5+ messages)
` [PATCH 1/1] vhost: Move fds outside of VhostUserMessage
  ` [PATCH v2 0/1] Removes FDs from VhostUserMessage structure
    ` [PATCH v2 1/1] vhost: move fds outside of VhostUserMessage

[PATCH 1/4] examples/ipsec-secgw: update error prints to data path log
 2022-02-07  9:52 UTC  (9+ messages)
` [PATCH 2/4] examples/ipsec-secgw: disable Tx chksum offload for inline
` [PATCH 3/4] examples/ipsec-secgw: fix buffer free logic in vector mode
` [PATCH 4/4] examples/ipsec-secgw: add per port pool and vector pool size
` [PATCH v2 1/4] examples/ipsec-secgw: update error prints to data path log
  ` [PATCH v2 2/4] examples/ipsec-secgw: disable Tx chksum offload for inline
  ` [PATCH v2 3/4] examples/ipsec-secgw: fix buffer free logic in vector mode
  ` [PATCH v2 4/4] examples/ipsec-secgw: add per port pool and vector pool size

[PATCH 0/7] Verify C++ compatibility of public headers
 2022-02-07  9:41 UTC  (12+ messages)
` [PATCH 1/7] eal: fix header build with C++
` [PATCH 2/7] eventdev: "
` [PATCH 3/7] graph: add explicit cast to allow C++ build
` [PATCH 4/7] ipsec: "
` [PATCH 5/7] table: add explicit casts for C++ compatibility
` [PATCH 6/7] vhost: remove non-C++ compatible includes
` [PATCH 7/7] buildtools/chkincs: test headers for C++ compatibility

[PATCH v3 0/4] crypto: improve asym session usage
 2022-02-07  9:04 UTC  (7+ messages)
` [PATCH v3 1/4] crypto: use single buffer for asymmetric session
  ` [EXT] "
` [PATCH v3 3/4] crypto: add asym session user data API
  ` [EXT] "
` [PATCH v3 4/4] crypto: modify return value for asym session create
  ` [EXT] "

[PATCH v1] net/ice: fix dereference before null check
 2022-02-07  8:25 UTC 

[PATCH 0/4] Clarify asymmetric random, add 'k', uint
 2022-02-07  7:33 UTC  (11+ messages)
` [PATCH 1/4] crypto: add dsa random number k
  ` [EXT] "
` [PATCH 2/4] crypto: clarify usage of random numbers in asym
` [PATCH 3/4] crypto: use rte macro instead of direct attribute
` [PATCH 4/4] crypto: reorganize endianness comments, add crypto uint

[PATCH 01/20] common/cnxk: increase resource count for bitmap alloc
 2022-02-07  7:29 UTC  (20+ messages)
` [PATCH 02/20] common/cnxk: realloc inline device XAQ AURA
` [PATCH 03/20] common/cnxk: adjust shaper rates to lower boundaries
` [PATCH 04/20] common/cnxk: support inline device API without ROC NIX
` [PATCH 05/20] common/cnxk: use common SA init API for default options
` [PATCH 06/20] common/cnxk: enable l3hdr write back in SA
` [PATCH 07/20] common/cnxk: support to enable aura tail drop for RQ
` [PATCH 08/20] common/cnxk: use SSO time counter threshold for IRQ
` [PATCH 09/20] common/cnxk: allow force use of SSO pffunc for outb inline
` [PATCH 10/20] net/cnxk: added Rx metadata negotiate operation
` [PATCH 11/20] common/cnxk: removed tracking of mark actions
` [PATCH 12/20] net/cnxk: fix inline device RQ tag mask
` [PATCH 13/20] net/cnxk: register callback early to handle initial packets
` [PATCH 14/20] net/cnxk: realloc inline dev XAQ for security
` [PATCH 15/20] net/cnxk: use raw mbuf free on inline sec err
` [PATCH 16/20] net/cnxk: use NPA batch burst free for meta buffers
` [PATCH 17/20] net/cnxk: enable packet pool tail drop
` [PATCH 18/20] net/cnxk: enable flow control by default on device configure
` [PATCH 19/20] net/cnxk: add dev args for min-max spi
` [PATCH 20/20] net/cnxk: add option to override outbound inline sa iv

[dpdk-dev] [PATCH v2 1/2] ethdev: support queue-based priority flow control
 2022-02-07  7:23 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "

[PATCH] common/cnxk: validate length argument
 2022-02-07  6:12 UTC 

[PATCH] net/virtio: include ipv4 cksum to support cksum offload capability
 2022-02-07  2:54 UTC  (3+ messages)

[dpdk-dev][dpdk-users] A problem about memory may not be all-zero allocated by rte_zmalloc_socket()
 2022-02-07  2:43 UTC  (3+ messages)

[PATCH v1 0/1] integrate dmadev in vhost
 2022-02-07  1:34 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] vhost: integrate dmadev in asynchronous datapath

[Bug 935] aesni_mb_pmd does not trigger parallel processing for multiple jobs
 2022-02-07  0:56 UTC 

[Bug 934] crypto_aesni_mb PMD found crash in access mb_mgr on primary process after secondary process launch scan/probe
 2022-02-07  0:35 UTC 

[PATCH 02/16] event/octeontx: add define guards to avoid multi-inclusion
 2022-02-06 16:24 UTC  (16+ messages)
` [PATCH 03/16] net/cxgbe: add define guards to avoid multiple inclusion
` [PATCH 04/16] net/enetfec: "
` [PATCH 05/16] net/i40e: "
` [PATCH 06/16] net/netvsc: add define guards to avoid multi-inclusion
` [PATCH 07/16] net/qede: "
` [PATCH 08/16] net/tap: "
` [PATCH 09/16] net/virtio: "
` [PATCH 10/16] raw/ifpga/base: "
` [PATCH 11/16] kni: "
` [PATCH 12/16] acl: "
` [PATCH 13/16] eal: "
` [PATCH 14/16] efd: "
` [PATCH 15/16] hash: "
` [PATCH 16/16] pcapng: "

[PATCH v4 0/2] Add config file support for l3fwd
 2022-02-06 15:16 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] examples/l3fwd: add config file support for LPM/FIB
  ` [PATCH v5 2/2] examples/l3fwd: add config file support for EM

[PATCH 01/16] bus/dpaa: add define guards to avoid multiple inclusion
 2022-02-06  3:58 UTC 

[PATCH v18 2/8] eal: add thread attributes
 2022-02-06  3:45 UTC  (5+ messages)

[PATCH v2 00/10] ethdev: datapath-focused flow rules management
 2022-02-06  3:25 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] ethdev: introduce flow pre-configuration hints
  ` [PATCH v3 02/10] ethdev: add flow item/action templates
  ` [PATCH v3 03/10] ethdev: bring in async queue-based flow rules operations
  ` [PATCH v3 04/10] app/testpmd: implement rte flow configuration
  ` [PATCH v3 05/10] app/testpmd: implement rte flow template management
  ` [PATCH v3 06/10] app/testpmd: implement rte flow table management
  ` [PATCH v3 07/10] app/testpmd: implement rte flow queue flow operations
  ` [PATCH v3 08/10] app/testpmd: implement rte flow push operations
  ` [PATCH v3 09/10] app/testpmd: implement rte flow pull operations
  ` [PATCH v3 10/10] app/testpmd: implement rte flow queue indirect actions

[dpdk-dev] [PATCH 1/1] mem: check allocation in dynamic hugepage init
 2022-02-05 17:29 UTC  (2+ messages)

[PATCH] ring: fix overflow in memory size calcuation
 2022-02-05 17:21 UTC  (2+ messages)

[PATCH 0/2] better support of configuring runtime directory
 2022-02-05 17:11 UTC  (4+ messages)
` [PATCH v2 0/2] eal: support "
  ` [PATCH v2 1/2] eal: remove size for eal_set_runtime_dir
  ` [PATCH v2 2/2] eal: support systemd service convention for runtime directory

[PATCH] ring: update Doxygen comments re RING_F_EXACT_SZ
 2022-02-05 17:09 UTC  (2+ messages)

[dpdk-dev] [PATCH] ring: fix error return value when creating ring
 2022-02-05 17:04 UTC  (3+ messages)

[PATCH 1/1] ring: fix off by 1 mistake
 2022-02-05 16:48 UTC  (3+ messages)
` [PATCH] ring: optimize corner case for enqueue/dequeue

[PATCH 0/2] Add logic to IAVF to count continuous DD bits for Arm
 2022-02-05  0:26 UTC  (3+ messages)
` [PATCH 1/2] net/iavf: "
` [PATCH 2/2] net/iavf: count continuous DD bits for Arm in flex Rx

[PATCH v3 0/4] ethdev: introduce IP reassembly offload
 2022-02-04 22:20 UTC  (6+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] "
  ` [PATCH v4 2/3] ethdev: add mbuf dynfield for incomplete IP reassembly
  ` [PATCH v4 3/3] security: add IPsec option for "

[PATCH 1/1] eal: add internal function to get base address
 2022-02-04 19:28 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v18 1/8] eal: add basic threading functions
 2022-02-04 19:11 UTC 

[dpdk-dev v5 00/10] drivers/qat: QAT symmetric crypto datapatch rework
 2022-02-04 18:50 UTC  (12+ messages)
` [dpdk-dev v6 "
  ` [dpdk-dev v6 01/10] common/qat: define build op request and dequeue op
  ` [dpdk-dev v6 02/10] crypto/qat: sym build op request specific implementation
  ` [dpdk-dev v6 03/10] crypto/qat: qat generation specific enqueue
  ` [dpdk-dev v6 04/10] crypto/qat: rework session APIs
  ` [dpdk-dev v6 05/10] crypto/qat: rework asymmetric crypto build operation
  ` [dpdk-dev v6 06/10] crypto/qat: unify qat sym pmd apis
  ` [dpdk-dev v6 07/10] crypto/qat: unify qat asym "
  ` [dpdk-dev v6 08/10] crypto/qat: op burst data path rework
  ` [dpdk-dev v6 09/10] crypto/qat: raw dp api integration
  ` [dpdk-dev v6 10/10] crypto/qat: support out of place SG list

[dpdk-dev v1] crypto/openssl: openssl EVP MAC routine api update
 2022-02-04 17:57 UTC 

[PATCH] eal: fix unaligned loads/stores in rte_memcpy_generic
 2022-02-04 17:16 UTC  (4+ messages)
` [PATCH v5] "

[RFC 1/3] ethdev: support GRE optional fields
 2022-02-04 15:15 UTC  (5+ messages)
` [v1 0/4] Add support for GRE optional fields matching
  ` [v1 2/4] ethdev: support GRE optional fields

[PATCH 1/7] net/bonding: fix typos and whitespace
 2022-02-04 15:09 UTC  (14+ messages)
` [PATCH v2 0/8] net/bonding: fixes and LACP short timeout
  ` [PATCH v2 1/8] net/bonding: fix typos and whitespace
  ` [PATCH v2 4/8] net/bonding: support enabling LACP short timeout
  ` [PATCH v2 5/8] net/bonding: add bond_8023ad and bond_alb to doc
  ` [PATCH v2 7/8] net/ring: add promisc and all-MC stubs
  ` [PATCH v2 8/8] net/bonding: add LACP short timeout tests

[PATCH v1] drivers/net: use internal API to get eth dev from name
 2022-02-04 13:46 UTC  (5+ messages)

[dpdk-dev] [PATCH] app/testpmd: fix l4 sw csum over multi segments
 2022-02-04 13:12 UTC  (5+ messages)
` [PATCH v6 0/2] Add functions to calculate UDP/TCP cksum in mbuf
  ` [PATCH v6 2/2] app/testpmd: enable L4 SW csum over multi segments

[dpdk-dev] [PATCH 0/3] bugfix for testpmd
 2022-02-04 12:14 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/3] app/testpmd: fix port status of active slave device
` [dpdk-dev] [PATCH 2/3] app/testpmd: fix slave device isn't released

[PATCH] vdpa/sfc: fix null pointer dereference
 2022-02-04 11:56 UTC  (2+ messages)
`  "

[PATCH v2 0/2] vhost: fix async address mapping
 2022-02-04 10:56 UTC  (7+ messages)
` [PATCH v2 2/2] vhost: fix physical "

[PATCH v2] eventdev/eth_rx: fix memory leak when token parsing finished
 2022-02-04  9:47 UTC  (7+ messages)
` [PATCH v4] "
  ` [PATCH v5] "
  ` [PATCH v6] "

[PATCH v2] devtools/cocci: update cocci for ethdev namespace
 2022-02-04  7:47 UTC  (4+ messages)

[PATCH] doc: add limitation on MPRQ usage in multi-process app
 2022-02-04  3:19 UTC 

[PATCH 0/1] ci: restrict concurrency
 2022-02-03 21:44 UTC  (6+ messages)
` [PATCH 1/1] "

[dpdk-dev] [PATCH v6 0/3] librte_ethdev: error recovery support
 2022-02-03 20:28 UTC  (7+ messages)
` [dpdk-dev] [PATCH v7 0/4] ethdev: "
  ` [dpdk-dev] [PATCH v7 1/4] ethdev: support device reset and recovery events

[PATCH v14 00/11] app/test: enable subset of tests on Windows
 2022-02-03 18:54 UTC  (5+ messages)
` [PATCH v15 "
  ` [PATCH v15 10/11] app/test: replace .sh script with .py script

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