DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/2] refactor rte_flow
 2023-09-25 10:33 UTC  (7+ messages)
` [PATCH v4 0/5] net/ice: "
  ` [PATCH v4 1/5] net/ice: remove pipeline mode
  ` [PATCH v4 2/5] net/ice: refine flow engine disabling
  ` [PATCH v4 3/5] net/ice: map group to pipeline stage
  ` [PATCH v4 4/5] net/ice: refine supported flow pattern name
  ` [PATCH v4 5/5] doc: add generic flow doc for ice PMD

[PATCH v2 1/3] eventdev: introduce event dispatcher
 2023-09-25  7:59 UTC  (14+ messages)
` [PATCH v3 0/3] Add dispatcher library
  ` [PATCH v3 1/3] lib: introduce "
    ` [PATCH v4 0/3] Add "
      ` [PATCH v4 1/3] lib: introduce "
      ` [PATCH v4 2/3] test: add dispatcher test suite
      ` [PATCH v4 3/3] doc: add dispatcher programming guide

[PATCH] common/mlx5: replace use of PMD logtype
 2023-09-25  7:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/9] msvc integration changes
 2023-09-25  6:28 UTC  (8+ messages)
` [PATCH v11 00/16] "
  ` [PATCH v11 14/16] log: use standard ternary operator instead of GCC extension
  ` [PATCH v11 15/16] eal: "
  ` [PATCH v11 16/16] eal: define priority based ctor dtor for MSVC

[PATCH 00/10] add the support of ipsec offload
 2023-09-25  6:06 UTC  (11+ messages)
` [PATCH 01/10] mailmap: update contributor entry
` [PATCH 02/10] net/nfp: add TLVs capability parsing
` [PATCH 03/10] net/nfp: add mailbox to support IPsec offload
` [PATCH 04/10] net/nfp: initialize IPsec related content
` [PATCH 05/10] net/nfp: get security capabilities and session size
` [PATCH 06/10] net/nfp: get IPsec Rx/Tx packet statistics
` [PATCH 07/10] net/nfp: create security session
` [PATCH 08/10] net/nfp: update "
` [PATCH 09/10] net/nfp: support IPsec Rx and Tx offload
` [PATCH 10/10] net/nfp: destroy security session

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-09-25  4:40 UTC  (27+ messages)
` [PATCH v11 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v11 2/4] net/i40e: implement mbufs recycle mode
` [PATCH v12 0/4] Recycle mbufs from Tx queue into Rx queue
` [PATCH v13 "
  ` [PATCH v13 1/4] ethdev: add API for mbufs recycle mode
  ` [PATCH v13 2/4] net/i40e: implement "
  ` [PATCH v13 3/4] net/ixgbe: "
  ` [PATCH v13 4/4] app/testpmd: add recycle mbufs engine

[PATCH 0/5] net/hns3: some performance optimizations
 2023-09-25  2:33 UTC  (2+ messages)

[PATCH 0/5] support item NSH matching
 2023-09-25  2:09 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] app/testpmd: support for VXLAN-GPE's next protocol
  ` [PATCH v2 2/5] common/mlx5: extend HCA attribute query for NSH
  ` [PATCH v2 3/5] net/mlx5: enhance the validation for item VXLAN-GPE
  ` [PATCH v2 4/5] app/testpmd: support for NSH flow item
  ` [PATCH v2 5/5] net/mlx5: add support for item NSH

[PATCH 00/13] improve the modularization of NFP PMD
 2023-09-25  1:34 UTC  (3+ messages)

[PATCH 0/5] support setting and querying RSS algorithms
 2023-09-25  1:13 UTC  (5+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 4/7] app/proc-info: fix never show RSS info

[PATCH] net/mlx5: reuse reformat and modify header actions in a table
 2023-09-24  9:41 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3 0/2] app/dma-perf: add SG copy support
 2023-09-24  9:32 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] app/dma-perf: validate copied memory
  ` [PATCH v4 2/2] app/dma-perf: add SG copy support

[PATCH 00/15] fixes and improvements to cnxk crypto PMD
 2023-09-24  9:15 UTC  (18+ messages)
` [PATCH 01/15] crypto/cnxk: clear rptr and dptr fields
` [PATCH 02/15] common/cnxk: update SE context fields to match ucode spec
` [PATCH 03/15] common/cnxk: set cipher key only for non-null cipher
` [PATCH 04/15] crypto/cnxk: fix private key length in ECDSA param
` [PATCH 05/15] crypto/cnxk: fix IPsec CCM and GCM capabilities
` [PATCH 06/15] crypto/cnxk: remove pdcp chain bit from capabilities
` [PATCH 07/15] crypto/cnxk: check for sg version in SE engine capabilities
` [PATCH 08/15] crypto/cnxk: fix control flow issues
` [PATCH 09/15] crypto/cnxk: make IV pointers as constant
` [PATCH 10/15] crypto/cnxk: set PDCP chain IV offset based on FVC
` [PATCH 11/15] crypto/cnxk: minor shuffling in the sess structure
` [PATCH 12/15] crypto/cnxk: add support for packets with cipher len zero
` [PATCH 13/15] crypto/cnxk: add support for raw APIs
` [PATCH 14/15] crypto/cnxk: update the iv from proper param for gmac
` [PATCH 15/15] test/crypto: enable raw crypto tests for crypto_cn10k

[PATCH v1 1/7] eventdev: introduce DMA event adapter library
 2023-09-23 13:34 UTC  (27+ messages)
` [PATCH v2 00/12] event DMA adapter library support
  ` [PATCH v2 01/12] eventdev: introduce event DMA adapter library
  ` [PATCH v2 02/12] eventdev: api to get DMA adapter capabilities
  ` [PATCH v2 03/12] eventdev: add DMA adapter API to create and free
  ` [PATCH v2 04/12] eventdev: api support for vchan add and delete
  ` [PATCH v2 05/12] eventdev: add support for service function
  ` [PATCH v2 06/12] eventdev: api support for DMA adapter start stop
  ` [PATCH v2 07/12] eventdev: api support to get DMA adapter service ID
  ` [PATCH v2 08/12] eventdev: add DMA adapter support for runtime params
  ` [PATCH v2 09/12] eventdev: add support for DMA adapter stats
  ` [PATCH v2 10/12] eventdev: add support for DMA adapter enqueue
  ` [PATCH v2 11/12] eventdev: add DMA adapter port get
  ` [PATCH v2 12/12] app/test: add event DMA adapter auto-test
  ` [PATCH v3 00/12] event DMA adapter library support
    ` [PATCH v3 01/12] eventdev: introduce event DMA adapter library
    ` [PATCH v3 02/12] eventdev: api to get DMA adapter capabilities
    ` [PATCH v3 03/12] eventdev: create and free API for DMA adapter
    ` [PATCH v3 04/12] eventdev: add API support for vchan add and delete
    ` [PATCH v3 05/12] eventdev: add support for DMA adapter service function
    ` [PATCH v3 06/12] eventdev: add support for DMA adapter start and stop
    ` [PATCH v3 07/12] eventdev: add support for DMA adapter service ID get
    ` [PATCH v3 08/12] eventdev: add DMA adapter support for runtime params
    ` [PATCH v3 09/12] eventdev: add support for DMA adapter stats
    ` [PATCH v3 10/12] eventdev: add support for DMA adapter enqueue
    ` [PATCH v3 11/12] eventdev: add DMA adapter event port get
    ` [PATCH v3 12/12] app/test: add event DMA adapter auto-test

[PATCH] app/test: add modexp group tests
 2023-09-23 11:20 UTC 

[PATCH 0/1] make file prefix unit test more resilient
 2023-09-23  8:21 UTC  (6+ messages)

SIGILL in rte_cpu_get_flag_enabled / RTE_CPUFLAG_RTM
 2023-09-22 18:02 UTC  (2+ messages)

[PATCH v1 00/34] Implemenation of revised ml/cnxk driver
 2023-09-22 16:59 UTC  (13+ messages)
` [PATCH v1 02/34] ml/cnxk: drop use of RTE API for firmware read
      ` [EXT] "
` [PATCH v1 19/34] ml/cnxk: support config and close of tvmdp library
` [PATCH v2 00/34] Implemenation of revised ml/cnxk driver

[PATCH 1/1] eal: enable xz read support and ignore warning
 2023-09-22 16:53 UTC 

[PATCH v1 0/7] VRB2 BBDEV PMD introduction
 2023-09-22 16:41 UTC  (11+ messages)
` [PATCH v1 1/7] bbdev: add FFT version member in driver info
` [PATCH v1 3/7] baseband/acc: remove the 4G SO capability for VRB1

[PATCH 0/6] docs: Unify Getting Started Guides
 2023-09-22 15:54 UTC  (4+ messages)

[PATCH] common/idpf: fix Tx checksum offload
 2023-09-22 15:29 UTC  (2+ messages)

[PATCH] ethdev: validate reserved fields
 2023-09-22 15:23 UTC  (6+ messages)

[PATCH] eal: fix location of per lcore macro documentation
 2023-09-22 14:13 UTC  (2+ messages)

[PATCH 00/11] rework thread management
 2023-09-22 13:46 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/2] Introduce x86 specific identification API
 2023-09-22 10:55 UTC  (6+ messages)
` [PATCH 1/2] eal: introduce x86 processor identification
` [PATCH 2/2] common/mlx5: use EAL "

[PATCH v1] net/axgbe: use CPUID to identify cpu
 2023-09-22  9:43 UTC  (5+ messages)

[PATCH 0/2] net/mana: 32 bit support
 2023-09-22  9:35 UTC  (6+ messages)
` [PATCH 1/2] net/mana: enable 32 bit build for mana driver
` [PATCH 2/2] net/mana: add 32 bit short doorbell

[PATCH 1/2] net/sfc: offer indirect VXLAN encap action in transfer flows
 2023-09-22  9:34 UTC  (6+ messages)
` [PATCH 2/2] net/sfc: support updating indirect VXLAN encap action

[PATCH] net/af_xdp: pass cflags to appropriate build components
 2023-09-22  9:31 UTC  (2+ messages)
` [PATCH v2] net/af_xdp: fix cflags to appropriate UMEM feature

[RFC PATCH 0/5] Using shared mempools for zero-copy IO proxying
 2023-09-22  8:19 UTC  (6+ messages)
` [RFC PATCH 1/5] bus: new driver to accept shared memory over unix socket
` [RFC PATCH 2/5] mempool: driver for mempools of mbufs on shared memory
` [RFC PATCH 3/5] net: new ethdev driver to communicate using shared mem
` [RFC PATCH 4/5] app: add IO proxy app using shared memory interfaces
` [RFC PATCH 5/5] app/io-proxy: add startup commands

[PATCH] eal: fix modify data area after memset
 2023-09-22  8:12 UTC  (2+ messages)

[PATCH] eal/unix: enhance error reporting for firmware
 2023-09-22  8:06 UTC 

[PATCH] ethdev: add new symmetric hash function
 2023-09-22  6:57 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH] net/mlx5: adds the checking for Tx queue affinity
 2023-09-22  6:50 UTC 

[PATCH 00/36] fix Rx and Tx queue state
 2023-09-22  6:41 UTC  (5+ messages)

[PATCH] net/mlx5: fix jump ipool entry size
 2023-09-22  0:20 UTC  (2+ messages)

[PATCH v2 0/7] VRB2 bbdev PMD introduction
 2023-09-21 20:43 UTC  (8+ messages)
` [PATCH v2 1/7] bbdev: add FFT version member in driver info
` [PATCH v2 2/7] baseband/acc: add FFT version in the VRB PMD
` [PATCH v2 3/7] baseband/acc: remove the 4G SO capability for VRB1
` [PATCH v2 4/7] baseband/acc: allocate FCW memory separately
` [PATCH v2 5/7] baseband/acc: add support for MLD operation
` [PATCH v2 6/7] baseband/acc: introduce the new VRB2 variant
` [PATCH v2 7/7] baseband/acc: add configure helper for VRB2

[PATCH] ethdev: add flow API support for P4-programmable devices
 2023-09-21 16:38 UTC  (2+ messages)

[PATCH] net/gve: Refill all descriptors that were consumed
 2023-09-21 16:37 UTC  (3+ messages)

[PATCH] app/testpmd: add support for MPLS TTL
 2023-09-21 16:24 UTC  (3+ messages)

[PATCH v5 2/2] net/bonding: replace master/slave to main/member
 2023-09-21 16:10 UTC  (3+ messages)
` [PATCH] app/test: fix reference to master in bonding test

[PATCH] provide Windows/MSVC lcore macros
 2023-09-21 15:45 UTC  (5+ messages)
` [PATCH v2] eal: provide per lcore macros for MSVC

[RFC PATCH] ethdev: introduce NAT64 action
 2023-09-21 15:45 UTC  (3+ messages)

[PATCH v1 1/2] dmadev: add DMA operation structure
 2023-09-21 15:43 UTC  (3+ messages)
` [PATCH v2] dmadev: get DMA device using device ID

[PATCH] ethdev: add packet type matching item
 2023-09-21 15:39 UTC  (3+ messages)

[PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS
 2023-09-21 14:49 UTC  (9+ messages)
` [PATCH v2 1/2] test/cpuflags: removed test for NUMFLAGS
  ` [PATCH v2 2/2] eal: remove NUMFLAGS enumeration

[PATCH] examples/ptpclient: add signal handler for cleanup
 2023-09-21 14:08 UTC  (7+ messages)

[PATCH 1/8] net/ntnic: initial commit which adds register defines
 2023-09-21 14:04 UTC  (5+ messages)
` [PATCH v16 "

[PATCH 0/5] net/hns3: some bugfixes for hns3
 2023-09-21 13:31 UTC  (2+ messages)

[PATCH 1/2] common/cnxk: reserve last LMT line for control ops
 2023-09-21 13:19 UTC  (2+ messages)
` [PATCH v2] "

[Bug 1293] how to free mempool in secondary as prev process exit unnormally without calling free function
 2023-09-21 12:33 UTC 

DPDK Release Status Meeting 2023-09-21
 2023-09-21 12:16 UTC 

[PATCH 0/3] some bugfixes for PTP
 2023-09-21 11:59 UTC  (11+ messages)
` [PATCH v3 0/2] ethdev: add the check for PTP capability
  ` [PATCH v3 1/2] examples/ptpclient: "

[PATCH] maintainers: update email address
 2023-09-21 11:41 UTC  (3+ messages)

[PATCH v5 0/9] add rte flow support for cpfl
 2023-09-15 10:00 UTC  (10+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 1/8] net/cpfl: add json parser for rte flow pattern rules
  ` [PATCH v6 2/8] net/cpfl: add mod rule parser support for rte flow
  ` [PATCH v6 3/8] net/cpfl: set up rte flow skeleton
  ` [PATCH v6 4/8] net/cpfl: set up control path
  ` [PATCH v6 5/8] net/cpfl: add FXP low level implementation
  ` [PATCH v6 6/8] net/cpfl: add fxp rule module
  ` [PATCH v6 7/8] net/cpfl: add fxp flow engine
  ` [PATCH v6 8/8] net/cpfl: add flow support for representor

[PATCH v1] net/cpfl: fix incorrect status calculation
 2023-08-22  1:17 UTC 

[PATCH v1] app/testpmd: refine encap content
 2023-08-22  1:13 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).