DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v4 00/15] graph enhancement for multi-core dispatch
 2023-04-27 15:03 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/15] graph: split graph worker into common and default model
    ` [EXT] "
  ` [PATCH v5 03/15] graph: move node process into inline function
    ` [EXT] "
  ` [PATCH v5 09/15] graph: introduce stream moving cross cores
    ` [EXT] "
  ` [PATCH v5 11/15] graph: introduce graph walk by cross-core dispatch
    ` [EXT] "

[PATCH] net/mlx5: enhance error log for tunnel offloading
 2023-04-27 13:05 UTC  (3+ messages)

[PATCH] net/ixgbe: consider DCB/VMDq conf when getting RSS conf
 2023-04-27 11:49 UTC  (4+ messages)

[PATCH] common/idpf: remove unnecessary compile option
 2023-04-27  9:53 UTC  (8+ messages)
` [PATCH v2] "

[PATCH next 0/7] vmxnet3: upgrade to version 7
 2023-04-27  9:15 UTC  (13+ messages)
` [PATCH next 1/7] vmxnet3: prepare for version 7 changes
` [PATCH next 2/7] vmxnet3: add support for capability registers
` [PATCH next 4/7] vmxnet3: add command to set ring buffer sizes

Event device early back-pressure indication
 2023-04-27  9:15 UTC  (5+ messages)

[RFC] app/testpmd: use RSS conf from software when configuring DCB
 2023-04-27  8:33 UTC  (2+ messages)

22.11.2 patches review and test
 2023-04-27  8:10 UTC  (4+ messages)

[PATCH] net/i40e: remove redundant judgment for rearm
 2023-04-27  7:37 UTC  (3+ messages)
` [PATCH v2] net/i40e: remove redundant judgment

[PATCH v5] enhance NUMA affinity heuristic
 2023-04-27  6:57 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v1] event/cnxk: fix setting event attributes in empty get work
 2023-04-27  6:54 UTC  (2+ messages)

[PATCH 00/30] net/ice/base: share code update
 2023-04-27  6:20 UTC  (31+ messages)
` [PATCH 01/30] net/ice/base: updated copyright
` [PATCH 02/30] net/ice/base: add flex array safe allocations
` [PATCH 03/30] net/ice/base: remove unnecessary control queue array
` [PATCH 04/30] net/ice/base: update flow seg fields to declared bitmaps
` [PATCH 05/30] net/ice/base: clean up RSS LUT and fix media type
` [PATCH 06/30] net/ice/base: add ability to set markid via switch filter
` [PATCH 07/30] net/ice/base: add reading cap and ropo cap
` [PATCH 08/30] net/ice/base: add function to read HW sensors
` [PATCH 09/30] net/ice/base: add pre-allocate memory argument
` [PATCH 10/30] net/ice/base: use coccinelle to instead macro
` [PATCH 11/30] net/ice/base: add new fls function
` [PATCH 12/30] net/ice/base: add E830 device ids
` [PATCH 13/30] net/ice/base: add function to get rxq context
` [PATCH 14/30] net/ice/base: removed no need 56G releated code
` [PATCH 15/30] net/ice/base: allow skip main timer
` [PATCH 16/30] net/ice/base: add E830 PTP init
` [PATCH 17/30] net/ice/base: add C825X device support
` [PATCH 18/30] net/ice/base: add VLAN TPID in switchdev
` [PATCH 19/30] net/ice/base: reduce time to read Option ROM CIVD
` [PATCH 20/30] net/ice/base: add L2TPv3 support for adv rules
` [PATCH 21/30] net/ice/base: add PHY OFFSET READY register clear
` [PATCH 22/30] net/ice/base: return CGU PLL config function params
` [PATCH 23/30] net/ice/base: change method to get pca9575 handle
` [PATCH 24/30] net/ice/base: cleanup timestamp registers correct
` [PATCH 25/30] net/ice/base: add PPPoE hardware offload
` [PATCH 26/30] net/ice/base: remove bypass mode
` [PATCH 27/30] net/ice/base: support inner etype in switchdev
` [PATCH 28/30] net/ice/base: use const array to store link modes
` [PATCH 29/30] net/ice/base: introduce a new ID for E810 NIC
` [PATCH 30/30] net/ice/base: fix Generic Checksum acronym

[PATCH 3/3] net/iavf: support Rx timestamp offload on SSE
 2023-04-27  3:13 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v3 "

[PATCH v2 2/3] net/iavf: support Rx timestamp offload on AVX2
 2023-04-27  3:13 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2 1/3] net/iavf: support Rx timestamp offload on AVX512
 2023-04-27  3:12 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2 0/3] Enable iavf Rx Timestamp offload on vector path
 2023-04-27  3:12 UTC  (2+ messages)
` [PATCH v3 "

[PATCH] net/mana: return probe failure if there is no device found
 2023-04-27  2:18 UTC 

Error while compiling DPDK with VPP 23.02
 2023-04-26 23:33 UTC  (2+ messages)

[PATCH] net/gve: Check whether the driver is compatible with the device presented
 2023-04-26 21:37 UTC  (2+ messages)

[PATCH] examples/ipsec-secgw: Update fixed MAC address used by tap driver
 2023-04-26 20:37 UTC 

[PATCH v2 next 0/7] net/vmxnet3: upgrade to version 7
 2023-04-26 19:04 UTC  (8+ messages)
` [PATCH v2 next 1/7] net/vmxnet3: prepare for version 7 changes
` [PATCH v2 next 2/7] net/vmxnet3: add support for capability registers
` [PATCH v2 next 3/7] net/vmxnet3: add support for large passthrough BAR register
` [PATCH v2 next 4/7] net/vmxnet3: add command to set ring buffer sizes
` [PATCH v2 next 5/7] net/vmxnet3: limit number of TXDs used for TSO packet
` [PATCH v2 next 6/7] net/vmxnet3: avoid updating rxprod register frequently
` [PATCH v2 next 7/7] net/vmxnet3: update to version 7

[PATCH] event/cnxk: remove alternate fp for crypto events
 2023-04-26 16:12 UTC 

[PATCH] net/tap: Set locally administered bit with a fixed MAC address
 2023-04-26 15:58 UTC  (3+ messages)

[PATCH v2 01/15] common/idpf: remove virtchnl related shared code
 2023-04-26 12:40 UTC  (19+ messages)
` [PATCH v3 00/15] update idpf base code
  ` [PATCH v3 01/15] common/idpf/base: remove virtchnl related "
  ` [PATCH v3 02/15] common/idpf/base: fix ctlq message send and receive
  ` [PATCH v3 03/15] common/idpf/base: fix ITR register definitions for AVF
  ` [PATCH v3 04/15] common/idpf/base: remove qregion struct variables
  ` [PATCH v3 05/15] common/idpf/base: move OEM capability to the last bit
  ` [PATCH v3 06/15] common/idpf/base: modify SSO/LSO and ITR fields
  ` [PATCH v3 07/15] common/idpf/base: add virtchnl2 error codes
  ` [PATCH v3 08/15] common/idpf/base: swap opcode and retval location in msg struct
  ` [PATCH v3 09/15] common/idpf/base: fix idpf_send_msg_to_cp prototypes
  ` [PATCH v3 10/15] common/idpf/base: fix memory leaks on ctrlq functions
  ` [PATCH v3 11/15] common/idpf/base: allocate static buffer at initialization
  ` [PATCH v3 12/15] common/idpf/base: replace MAKEMASK to IDPF_M
  ` [PATCH v3 13/15] common/idpf/base: add/delete queue groups commands
  ` [PATCH v3 14/15] common/idpf/base: add func to clean all DESCs on controlq
  ` [PATCH v3 15/15] common/idpf/base: update license and README

[RFC 0/3] introduce coroutine library
 2023-04-26 11:28 UTC  (11+ messages)
` [RFC 1/3] lib/coroutine: add "

[PATCH 1/1] app/test: resolve mbuf_test application failure
 2023-04-26  9:27 UTC  (2+ messages)

[PATCH v1 0/3] fix tunnel support for VXLAN in FDIR
 2023-04-26  8:17 UTC  (7+ messages)
` [PATCH v1 1/3] net/ice/base: extend VXLAN type with inner pattern for FDIR
` [PATCH v1 2/3] net/ice: fix outer src mac as FDIR input field
` [PATCH v1 3/3] net/ice: fix flow management in FDIR

[PATCH v4 0/2] refine common module
 2023-04-26  8:11 UTC  (4+ messages)
` [PATCH v5] common/idpf: refine capability get

[PATCH] common/idpf: remove unnecessary field in vport
 2023-04-26  8:04 UTC  (5+ messages)

[RFC PATCH v1 0/4] Direct re-arming of buffers on receive side
 2023-04-26  7:36 UTC  (14+ messages)
` [PATCH v5 0/3] Recycle buffers from Tx to Rx
  ` [PATCH v5 1/3] ethdev: add API for buffer recycle mode
  ` [PATCH v5 3/3] net/ixgbe: implement recycle buffer mode

[PATCH v4] app/testpmd: txonly multiflow port change support
 2023-04-26  7:24 UTC  (5+ messages)
` [PATCH v5] "

[PATCH] common/idpf: remove device stop flag
 2023-04-26  7:01 UTC  (3+ messages)

[PATCH] common/idpf: refine header file include
 2023-04-26  6:57 UTC  (3+ messages)

[PATCH] ci: switch to Fedora 37
 2023-04-26  5:45 UTC  (5+ messages)

[PATCH v3] net/idpf: add VF support
 2023-04-26  3:00 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v1 0/5] fix RX data buffer size
 2023-04-26  2:50 UTC  (3+ messages)
` [PATCH v2 0/5] fix Rx "

[PATCH 0/3] unblock the use of the MSVC compiler
 2023-04-25 20:08 UTC  (6+ messages)
` [PATCH v3 0/4] enable "
  ` [PATCH v3 1/4] build: unblock the "
  ` [PATCH v3 2/4] build: determine execution environment at config time
  ` [PATCH v3 3/4] build: limit what is built when using MSVC compiler
  ` [PATCH v3 4/4] build: enable MSVC specific compiler options

[PATCH 1/3] event/cnxk: use LMTST for enqueue new burst
 2023-04-25 19:51 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] app/eventdev: use enqueue new event burst routine
  ` [PATCH v2 3/3] app/eventdev: prevent mempool exhaustion

[RFC] lib: set/get max memzone segments
 2023-04-25 16:40 UTC  (13+ messages)
` [EXT] "
` [RFC V2] "

[PATCH 0/4] app: introduce testgraph application
 2023-04-25 13:15 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] node: add pkt punt to kernel node
  ` [PATCH v2 2/4] node: add a node to receive pkts from kernel
  ` [PATCH v2 3/4] node: remove hardcoded node next details
  ` [PATCH v2 4/4] app: add testgraph application

[PATCH v10 0/2] zero-copy get and put functions
 2023-04-25 13:14 UTC  (3+ messages)
` [PATCH v10 1/2] mempool cache: add "

[PATCH] app/testpmd: fix GTP L2 len in checksum engine
 2023-04-25 11:59 UTC  (2+ messages)

[PATCH 1/5] common/cnxk: fix IPsec IPv6 tunnel address byte swap
 2023-04-25 10:40 UTC  (5+ messages)
` [PATCH 2/5] event/cnxk: set Rx offload flags
` [PATCH 3/5] event/cnxk: fix Tx adapter data pointer
` [PATCH 4/5] event/cnxk: fix mempool cookies check
` [PATCH 5/5] net/cnxk: add mempool check for frag attach

[RFC PATCH v1 0/4] dts: add dts api docs
 2023-04-25  9:43 UTC  (7+ messages)

[PATCH] devtools: stop compiler atomics with no C11 equivalent
 2023-04-25  9:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/16] use __atomic operations returning new value
 2023-04-25  9:10 UTC  (3+ messages)
` [PATCH v3 00/16] replace "

[PATCH 00/17] use __atomic operations returning previous value
 2023-04-25  9:10 UTC  (3+ messages)
` [PATCH v2 "

[RFC 00/27] Add VDUSE support to Vhost library
 2023-04-25  6:20 UTC  (7+ messages)
` [RFC 07/27] vhost: change to single IOTLB cache per device
` [RFC 08/27] vhost: add offset field to IOTLB entries
` [RFC 09/27] vhost: add page size info to IOTLB entry

[RFC PATCH 1/5] eventdev: add power monitoring API on event port
 2023-04-25  6:19 UTC  (7+ messages)
` [RFC PATCH 3/5] eventdev: support optional dequeue callbacks

[PATCH] usertools: enhance CPU layout
 2023-04-25  5:29 UTC  (7+ messages)

[RFC 1/2] security: introduce out of place support for inline ingress
 2023-04-24 22:41 UTC  (4+ messages)
` [PATCH 1/3] "

[dpdk-web] [RFC PATCH] process: new library approval in principle
 2023-04-24 22:31 UTC  (4+ messages)

DPDK Release Status Meeting 2023-04-06
 2023-04-24 19:23 UTC 

[PATCH] vfio: do not coalesce DMA mappings
 2023-04-24 16:16 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 0/1] eal: add tracepoints to track lcores and services
 2023-04-24 15:24 UTC  (2+ messages)
` [PATCH 1/1] "

[Bug 1221] PPC64le memory init use mmap return EBUSY
 2023-04-24 14:37 UTC 

[PATCH v2 00/10] extend octeon ep driver functionality
 2023-04-24 12:55 UTC  (7+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 05/11] devtools: add acronym in dictionary for commit checks
  ` [PATCH v3 06/11] net/octeon_ep: support ISM
  ` [PATCH v3 07/11] net/octeon_ep: flush pending DMA operations
  ` [PATCH v3 09/11] net/octeon_ep: support mailbox between VF and PF
  ` [PATCH v3 10/11] net/octeon_ep: set watermark for output queues

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