DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] maintainers: update email address
 2023-10-20 10:54 UTC  (3+ messages)

[PATCH 00/20] remove experimental flag from some API's
 2023-10-20 10:18 UTC  (76+ messages)
` [PATCH v2 00/29] promote many API's to stable
  ` [PATCH v2 15/29] meter: remove experimental warning from comments
  ` [PATCH v2 16/29] power: remove experimental from API's
` [PATCH v3 00/29] Promote experimental API's to stable
  ` [PATCH v3 01/29] bpf: make rte_bpf_dump and rte_bpf_convert stable API's
  ` [PATCH v3 02/29] cmdline: make experimental API's stable
  ` [PATCH v3 03/29] ethdev: mark rte_mtr API's as stable
  ` [PATCH v3 04/29] ethdev: mark rte_tm "
  ` [PATCH v3 05/29] pdump: make API's stable
  ` [PATCH v3 06/29] pcapng: mark API's as stable
  ` [PATCH v3 07/29] net: remove experimental from functions
  ` [PATCH v3 08/29] rcu: remove experimental from rte_rcu_qbsr
  ` [PATCH v3 09/29] lpm: remove experimental
  ` [PATCH v3 10/29] mbuf: remove experimental from create_extbuf
  ` [PATCH v3 11/29] hash: remove experimental from toeplitz hash
  ` [PATCH v3 12/29] timer: remove experimental from rte_timer_next_ticks
  ` [PATCH v3 13/29] sched: remove experimental
  ` [PATCH v3 14/29] dmadev: mark API's as not experimental
  ` [PATCH v3 15/29] meter: remove experimental warning from comments
  ` [PATCH v3 16/29] power: remove experimental from API's
  ` [PATCH v3 17/29] kvargs: remove experimental flag
  ` [PATCH v3 18/29] ip_frag: mark a couple of functions stable
  ` [PATCH v3 19/29] member: remove experimental tag
  ` [PATCH v3 20/29] power fix
  ` [PATCH v3 21/29] security: remove experimental flag from macsec
    ` [EXT] "
  ` [PATCH v3 22/29] vhost: remove experimental from some API's
  ` [PATCH v3 23/29] bbdev: remove experimental tag
  ` [PATCH v3 24/29] ipsec: remove experimental from SA API
  ` [PATCH v3 25/29] compressdev: remove experimental flag
  ` [PATCH v3 26/29] regexdev: remove experimental tag
  ` [PATCH v3 27/29] node: remove some of the experimental tags
  ` [PATCH v3 28/29] table: remove experimental from API
  ` [PATCH v3 29/29] port: make API's stable
` [PATCH v4 00/28] Promote many experimental API's to stable
  ` [PATCH v4 01/28] bpf: make rte_bpf_dump and rte_bpf_convert stable API's
  ` [PATCH v4 02/28] cmdline: make experimental API's stable
  ` [PATCH v4 03/28] ethdev: mark rte_mtr API's as stable
  ` [PATCH v4 04/28] ethdev: mark rte_tm "
  ` [PATCH v4 05/28] pdump: make API's stable
  ` [PATCH v4 06/28] pcapng: mark API's as stable
  ` [PATCH v4 07/28] net: remove experimental from functions
  ` [PATCH v4 08/28] rcu: remove experimental from rte_rcu_qbsr
  ` [PATCH v4 09/28] lpm: remove experimental
  ` [PATCH v4 10/28] mbuf: remove experimental from create_extbuf
  ` [PATCH v4 11/28] hash: remove experimental from toeplitz hash
  ` [PATCH v4 12/28] timer: remove experimental from rte_timer_next_ticks
  ` [PATCH v4 13/28] sched: remove experimental
  ` [PATCH v4 14/28] dmadev: mark API's as not experimental
  ` [PATCH v4 15/28] meter: remove experimental warning from comments
  ` [PATCH v4 16/28] power: remove experimental from API's
  ` [PATCH v4 17/28] kvargs: remove experimental flag
  ` [PATCH v4 18/28] ip_frag: mark a couple of functions stable
  ` [PATCH v4 19/28] member: remove experimental tag
  ` [PATCH v4 20/28] security: remove experimental flag from macsec
  ` [PATCH v4 21/28] vhost: remove experimental from some API's
  ` [PATCH v4 22/28] bbdev: remove experimental tag
  ` [PATCH v4 23/28] ipsec: remove experimental from SA API
  ` [PATCH v4 24/28] compressdev: remove experimental flag
  ` [PATCH v4 25/28] regexdev: remove experimental tag
  ` [PATCH v4 26/28] node: remove some of the experimental tags
  ` [PATCH v4 27/28] table: remove experimental from API
  ` [PATCH v4 28/28] port: make API's stable

[PATCH 0/5] fix race-condition of proactive error handling mode
 2023-10-20 10:07 UTC  (9+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] ethdev: "
  ` [PATCH v2 2/7] net/hns3: replace fp ops config function
  ` [PATCH v2 3/7] net/bnxt: fix race-condition when report error recovery
  ` [PATCH v2 4/7] net/bnxt: use fp ops setup function
  ` [PATCH v2 5/7] app/testpmd: add error recovery usage demo
  ` [PATCH v2 6/7] app/testpmd: extract event handling to event.c
  ` [PATCH v2 7/7] doc: testpmd support event handling section

[PATCH] net/virtio: fix the setting of the vector for link state interrupt
 2023-10-20  9:01 UTC  (2+ messages)

[PATCH v2 0/7] vhost: ensure virtqueue access status is checked
 2023-10-20  8:48 UTC  (8+ messages)
` [PATCH v2 1/7] vhost: fix missing vring call check on virtqueue access
` [PATCH v2 2/7] vhost: fix missing "
` [PATCH v2 3/7] vhost: fix checking virtqueue access when notifying guest
` [PATCH v2 4/7] vhost: fix check on virtqueue access in async registration
` [PATCH v2 5/7] vhost: fix check on virtqueue access in in-flight getter
` [PATCH v2 6/7] vhost: fix missing lock protection in power monitor API
` [PATCH v2 7/7] vhost: fix checking virtqueue access in stats API

[PATCH 0/7] vhost: ensure vitqueue access status is checked
 2023-10-20  8:40 UTC  (5+ messages)
` [PATCH 1/7] vhost: fix missing vring call check on virtqueue access

[Bug 1270] drivers/dma/skeleton/ is not setting pthread affinity based on the lcore shared as arguments
 2023-10-20  6:39 UTC  (2+ messages)

[Bug 1303] [DPDK-23.11] hotplug_mp/attach_detach_dev_primary_cross_loop: re-attach device failed in multiple processes
 2023-10-20  6:33 UTC 

[PATCH 0/3] some bugfixes for PTP
 2023-10-20  4:05 UTC  (13+ messages)
` [PATCH v3 0/2] ethdev: add the check for PTP capability
  ` [PATCH v3 1/2] examples/ptpclient: "

[PATCH] app/testpmd: fix UDP cksum error for UFO enable
 2023-10-20  3:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] small cleanup - use PCI lib
 2023-10-20  3:30 UTC  (6+ messages)
` [PATCH 1/2] drivers: use macro for PCI address format
` [PATCH 2/2] drivers: use function to compare PCI addresses

[PATCH] dmadev: add tracepoints
 2023-10-20  2:21 UTC  (2+ messages)
` [PATCH] dmadev: add tracepoints at control path APIs

[PATCH v2] net/ice: fix L1 check interval to account for longer link times
 2023-10-20  1:14 UTC  (2+ messages)

[PATCH] net/cpfl: fix coverity issue 403269, 403270 and 403272
 2023-10-20  0:43 UTC  (2+ messages)

[PATCH v4] net/iavf: support no data path polling mode
 2023-10-20  0:39 UTC  (3+ messages)
` [PATCH v5] net/iavf: data paths support no-polling mode

DPDK Release Status Meeting 2023-10-19
 2023-10-19 19:41 UTC 

[PATCH v9 12/12] app/graph: support l3fwd use case
 2023-10-19 17:30 UTC  (28+ messages)
` [PATCH v10 00/12] add CLI based graph application
  ` [PATCH v10 01/12] app/graph: support application CLI framework
  ` [PATCH v10 02/12] app/graph: support telnet connectivity framework
  ` [PATCH v10 03/12] app/graph: support parser utility APIs
  ` [PATCH v10 04/12] app/graph: support mempool command line interfaces
  ` [PATCH v10 05/12] app/graph: support ethdev "
  ` [PATCH v10 06/12] app/graph: support IPv4 lookup "
  ` [PATCH v10 07/12] app/graph: support IPv6 "
  ` [PATCH v10 08/12] app/graph: support neigh "
  ` [PATCH v10 09/12] app/graph: support ethdev Rx "
  ` [PATCH v10 10/12] app/graph: support graph "
  ` [PATCH v10 11/12] app/graph: support CLI option to enable graph stats
  ` [PATCH v10 12/12] app/graph: support l3fwd use case
    ` [EXT] "
    ` [PATCH v11 00/12] add CLI based graph application
      ` [PATCH v11 01/12] app/graph: support application CLI framework
      ` [PATCH v11 02/12] app/graph: support telnet connectivity framework
      ` [PATCH v11 03/12] app/graph: support parser utility APIs
      ` [PATCH v11 04/12] app/graph: support mempool command line interfaces
      ` [PATCH v11 05/12] app/graph: support ethdev "
      ` [PATCH v11 06/12] app/graph: support IPv4 lookup "
      ` [PATCH v11 07/12] app/graph: support IPv6 "
      ` [PATCH v11 08/12] app/graph: support neigh "
      ` [PATCH v11 09/12] app/graph: support ethdev Rx "
      ` [PATCH v11 10/12] app/graph: support graph "
      ` [PATCH v11 11/12] app/graph: support CLI option to enable graph stats
      ` [PATCH v11 12/12] app/graph: support l3fwd use case

[PATCH] ice: Increase L1 check interval to account for lengthier link time
 2023-10-19 16:38 UTC 

[PATCH v1 00/11] test-bbdev changes for 23.11
 2023-10-19 12:20 UTC  (12+ messages)
` [PATCH v1 02/11] test/bbdev: update python script parameters
` [PATCH v1 06/11] test/bbdev: assert failed test for queue configure

[Bug 1302] dpdk-pcapdump regression
 2023-10-19 11:12 UTC 

[PATCH] net/cpfl: update CP channel API
 2023-10-19 10:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] app/dma-perf: fix physical address seg-fault
 2023-10-19  7:13 UTC  (2+ messages)

[PATCH] devtools: extend check on compiler builtin atomics
 2023-10-19  7:08 UTC  (3+ messages)

[PATCH] net/nfp: support represented port action
 2023-10-19  6:54 UTC 

[PATCH v1 00/34] Implemenation of revised ml/cnxk driver
 2023-10-19  6:44 UTC  (42+ messages)
` [PATCH v6 00/34] Implementation "
  ` [PATCH v6 18/34] ml/cnxk: support config and close of tvmdp library
      ` [EXT] "
    ` [EXT] Re: [PATCH v6 00/34] Implementation of revised ml/cnxk driver
` [PATCH v7 "
  ` [PATCH v7 01/34] ml/cnxk: drop support for register polling
  ` [PATCH v7 02/34] ml/cnxk: add generic cnxk device structure
  ` [PATCH v7 03/34] ml/cnxk: add generic model and layer structures
  ` [PATCH v7 04/34] ml/cnxk: add generic cnxk request structure
  ` [PATCH v7 05/34] ml/cnxk: add generic cnxk xstats structures
  ` [PATCH v7 06/34] ml/cnxk: rename cnxk ops function pointers struct
  ` [PATCH v7 07/34] ml/cnxk: update device handling functions
  ` [PATCH v7 08/34] ml/cnxk: update queue-pair "
  ` [PATCH v7 09/34] ml/cnxk: update model load and unload functions
  ` [PATCH v7 10/34] ml/cnxk: update model start and stop functions
  ` [PATCH v7 11/34] ml/cnxk: update model utility functions
  ` [PATCH v7 12/34] ml/cnxk: update data quantization functions
  ` [PATCH v7 13/34] ml/cnxk: update device debug functions
  ` [PATCH v7 14/34] ml/cnxk: update device stats functions
  ` [PATCH v7 15/34] ml/cnxk: update device and model xstats functions
  ` [PATCH v7 16/34] ml/cnxk: update fast path functions
  ` [PATCH v7 17/34] ml/cnxk: move error handling to cnxk layer
  ` [PATCH v7 18/34] ml/cnxk: support config and close of tvmdp library
  ` [PATCH v7 19/34] ml/cnxk: add structures to support TVM model type
  ` [PATCH v7 20/34] ml/cnxk: add support for identify "
  ` [PATCH v7 21/34] ml/cnxk: add support to parse TVM model objects
  ` [PATCH v7 22/34] ml/cnxk: fetch layer info and load TVM model
  ` [PATCH v7 23/34] ml/cnxk: update internal info for "
  ` [PATCH v7 24/34] ml/cnxk: enable model unload in tvmdp library
  ` [PATCH v7 25/34] ml/cnxk: enable OCM check for multilayer TVM model
  ` [PATCH v7 26/34] ml/cnxk: support start and stop for TVM models
  ` [PATCH v7 27/34] ml/cnxk: update internal TVM model info structure
  ` [PATCH v7 28/34] ml/cnxk: support device dump for TVM models
  ` [PATCH v7 29/34] ml/cnxk: enable reporting model runtime as xstats
  ` [PATCH v7 30/34] ml/cnxk: implement I/O alloc and free callbacks
  ` [PATCH v7 31/34] ml/cnxk: add generic ML malloc and free callback
  ` [PATCH v7 32/34] ml/cnxk: support quantize and dequantize callback
  ` [PATCH v7 33/34] ml/cnxk: enable fast-path ops for TVM models
  ` [PATCH v7 34/34] ml/cnxk: enable creation of mvtvm virtual device

[PATCH] net/nfp: update the supported list of packet types
 2023-10-19  6:17 UTC 

[PATCH] event/sw: fix missing device pointer
 2023-10-19  5:35 UTC  (4+ messages)
` [PATCH v5 1/2] eventdev: fix device pointer for vdev-based eventdevs
  ` [PATCH v5 2/2] eventdev: fix missing driver names in info struct

[PATCH] event/cnxk: update fc check to use SQEs
 2023-10-19  4:31 UTC  (2+ messages)

[PATCH v2] app/dma-perf: fix physical address seg-fault
 2023-10-19  4:19 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v5 0/3] rewrite fastpath routines
 2023-10-19  3:03 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 3/3] net/octeon_ep: add new "

[PATCH] net/cpfl: remove devargs from adapter
 2023-10-19  1:30 UTC  (3+ 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).