DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v7 0/6] add trace points in ethdev library
 2023-02-06 11:58 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/6] eal: trace: add trace point emit for blob
  ` [PATCH v8 2/6] ethdev: add trace points for ethdev (part one)
  ` [PATCH v8 3/6] ethdev: add trace points for ethdev (part two)

[RFC PATCH 0/4] lcore telemetry improvements
 2023-02-06 11:46 UTC  (25+ messages)
` [PATCH v8 0/5] "
  ` [PATCH v8 1/5] eal: add lcore info in telemetry
  ` [PATCH v8 2/5] eal: report applications lcore usage
  ` [PATCH v8 3/5] app/testpmd: add dump command for lcores
  ` [PATCH v8 4/5] app/testpmd: report lcore usage
  ` [PATCH v8 5/5] eal: add lcore usage telemetry endpoint

[PATCH] build: fix dependencies lookup
 2023-02-06 11:35 UTC  (3+ messages)

[PATCH 1/2] ci: sort packages
 2023-02-06 11:26 UTC  (3+ messages)
` [PATCH 2/2] ci: align Ubuntu and Fedora build coverage

[PATCH 1/6] app/dumpcap: add additional dump info
 2023-02-06 11:18 UTC  (3+ messages)
` [PATCH v2 0/6] dumpcap support multiple interfaces

[PATCH v8 0/4] add support for self monitoring
 2023-02-06 11:02 UTC  (4+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/4] lib: add generic support for reading PMU events

[PATCH 0/2] fix mmap retcode check fail
 2023-02-06 10:53 UTC  (3+ messages)
` [PATCH 1/2] eal: fix mmap fail regarded as success
` [PATCH 2/2] raw/ifpga/base: fix mmap retcode check fail

[PATCH] net/ice: fix get link status timeout
 2023-02-06 10:51 UTC  (2+ messages)

[PATCH] net/ice: fix get link status timeout
 2023-02-06 10:06 UTC  (5+ messages)

[PATCH] net/mlx5/hws: support match on ESP item
 2023-02-06  9:55 UTC 

[RFC] ethdev: sharing indirect actions between ports
 2023-02-06  9:52 UTC  (10+ messages)
` [PATCH 1/9] "
  ` [PATCH 2/9] net/mlx5/hws: Matcher, Free FT from RTC id before set the new value
  ` [PATCH 3/9] net/mlx5/hws: fix disconnecting matcher
  ` [PATCH 4/9] common/mlx5: add cross port object sharing capability
  ` [PATCH 5/9] net/mlx5: add cross port shared mode for HW steering
  ` [PATCH 6/9] net/mlx5: support counters in cross port shared mode
  ` [PATCH 7/9] app/testpmd: add host port parameter into flow config
  ` [PATCH 8/9] app/testpmd: add shared indirect action support
  ` [PATCH 9/9] doc: update cross-port indirect shared action

[PATCH 0/3] dumpcap: small enhancements
 2023-02-06  9:46 UTC  (2+ messages)

[PATCH] sched: fix for tc_ov_enable flag position in subport structure
 2023-02-06  9:32 UTC  (4+ messages)

Testpmd/l3fwd port shutdown failure on Arm Altra systems
 2023-02-06  8:52 UTC  (2+ messages)

[PATCH] pipeline: increase the pipeline instruction table size
 2023-02-06  8:41 UTC  (2+ messages)

[PATCH v5 0/5] support dmadev/ethdev stats reset
 2023-02-06  8:39 UTC  (3+ messages)
` [PATCH v4 "

[PATCH] net/ice: fix get link status timeout
 2023-02-06  8:35 UTC 

[PATCH 0/2] usertools: use argparse module to get input and add an argment
 2023-02-06  8:30 UTC  (5+ messages)
` [PATCH] usertools: fix python warnings
` [PATCH v2 0/2] usertools: usertools: use argparse to get input and add an argument

[RFC PATCH 0/5] vhost lock annotations
 2023-02-06  8:12 UTC  (6+ messages)
` [PATCH v5 0/9] Lock annotations
  ` [PATCH v5 1/9] eal: annotate spinlock, rwlock and seqlock

[PATCH] sched: fix for demo failure in debug mode
 2023-02-06  7:39 UTC  (3+ messages)

[PATCH v2 2/2] lib/net: added push MPLS header API
 2023-02-06  7:31 UTC  (2+ messages)

[PATCH 0/3] cleanup the PMD
 2023-02-06  7:05 UTC  (4+ messages)
` [PATCH 1/3] net/nfp: remove usage of print statements
` [PATCH 2/3] net/nfp: remove unnecessary include
` [PATCH 3/3] net/nfp: explicitly compare to null and 0

[PATCH 1/3] eventdev/eth_rx: add params set/get APIs
 2023-02-06  6:21 UTC  (14+ messages)
` [PATCH v2 "

[PATCH v5 00/15] net/idpf: introduce idpf common modle
 2023-02-06  6:16 UTC  (24+ messages)
` [PATCH v6 00/19] "
  ` [PATCH v7 "
    ` [PATCH v7 01/19] common/idpf: add adapter structure
    ` [PATCH v7 02/19] common/idpf: add vport structure
    ` [PATCH v7 03/19] common/idpf: add virtual channel functions
    ` [PATCH v7 04/19] common/idpf: introduce adapter init and deinit
    ` [PATCH v7 05/19] common/idpf: add vport init/deinit
    ` [PATCH v7 06/19] common/idpf: add config RSS
    ` [PATCH v7 07/19] common/idpf: add irq map/unmap
    ` [PATCH v7 08/19] common/idpf: support get packet type
    ` [PATCH v7 09/19] common/idpf: add vport info initialization
    ` [PATCH v7 10/19] common/idpf: add vector flags in vport
    ` [PATCH v7 11/19] common/idpf: add rxq and txq struct
    ` [PATCH v7 12/19] common/idpf: add help functions for queue setup and release
    ` [PATCH v7 13/19] common/idpf: add Rx and Tx data path
    ` [PATCH v7 14/19] common/idpf: add vec queue setup
    ` [PATCH v7 15/19] common/idpf: add avx512 for single queue model
    ` [PATCH v7 16/19] common/idpf: refine API name for vport functions
    ` [PATCH v7 17/19] common/idpf: refine API name for queue config module
    ` [PATCH v7 18/19] common/idpf: refine API name for data path module
    ` [PATCH v7 19/19] common/idpf: refine API name for virtual channel functions

[PATCH v1] common/idpf: add AVX512 data path for split queue model
 2023-02-06  3:41 UTC  (5+ messages)
` [PATCH v8 0/1] Add support AVX512 split queue datapath
  ` [PATCH v8 1/1] common/idpf: add AVX512 data path for split queue model
` [PATCH v9 0/1] Add support AVX512 split queue datapath
  ` [PATCH v9 1/1] common/idpf: add AVX512 data path for split queue model

[PATCH v3 01/11] ethdev: add flex item modify field support
 2023-02-06  3:39 UTC  (6+ messages)
` [PATCH v4 0/4] add flex item support
  ` [PATCH v4 1/4] ethdev: add flex item modify field support
  ` [PATCH v4 2/4] app/testpmd: pass flex handle into matching mask
  ` [PATCH v4 3/4] app/testpmd: raw encap with flex item support
  ` [PATCH v4 4/4] app/testpmd: adjust cleanup sequence when quitting

[PATCH 1/3] lib: dpdk spec to skip red for ingress policer
 2023-02-06  3:31 UTC  (12+ messages)

[PATCH 0/8] start cleanup of rte_flow_item_*
 2023-02-06  2:35 UTC  (19+ messages)
` [PATCH v6 "
  ` [PATCH v6 4/8] ethdev: use GRE protocol struct for flow matching
  ` [PATCH v6 8/8] net: mark all big endian types
` [PATCH v7 0/7] start cleanup of rte_flow_item_*
  ` [PATCH v7 1/7] ethdev: use Ethernet protocol struct for flow matching
  ` [PATCH v7 2/7] net: add smaller fields for VXLAN
  ` [PATCH v7 3/7] ethdev: use VXLAN protocol struct for flow matching
  ` [PATCH v7 4/7] ethdev: use GTP "
  ` [PATCH v7 5/7] ethdev: use ARP "
  ` [PATCH v7 6/7] doc: fix description of L2TPV2 flow item
  ` [PATCH v7 7/7] net: mark all big endian types

[PATCH v10 0/2] testpmd: handle signals safely
 2023-02-06  2:31 UTC  (6+ messages)
` [PATCH v11 0/3] Fix cmdline_poll and testpmd signal handling
  ` [PATCH v11 1/3] cmdline: make rdline status not private
  ` [PATCH v11 2/3] cmdline: handle EOF in cmdline_poll
  ` [PATCH v11 3/3] testpmd: cleanup cleanly from signal

[PATCH v2] vhost: exclude VM hugepages from coredumps
 2023-02-06  1:13 UTC  (5+ messages)
` [PATCH v3] "

[dpdk-dev] [RFC PATCH 1/1] mldev: introduce machine learning device library
 2023-02-05 23:41 UTC  (9+ messages)
` [dpdk-dev] [PATCH v1 01/12] "

[PATCH] mempool: add object usage counts for the telemetry api
 2023-02-05 23:30 UTC  (3+ messages)

[RFC PATCH 0/7] Standardize telemetry int types
 2023-02-05 23:15 UTC  (6+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 9/9] telemetry: change public API to use 64-bit signed values

BUG: AddressSanitizer reports a buffer-overflow on rte_hash_lookup
 2023-02-05 21:08 UTC  (4+ messages)

Will we get replaced by ChatGPT?
 2023-02-05 21:02 UTC 

[PATCH 0/8] fix possible data truncation and conversion error
 2023-02-05 20:43 UTC  (3+ messages)
` [PATCH V8 0/8] telemetry: fix data truncation and conversion error and add hex integer API

[PATCH 0/2] add platform bus
 2023-02-05 18:38 UTC  (2+ messages)
` [PATCH v2] bus: "

[dpdk-dev] [PATCH DPDK-KMODS v2] linux/igb_uio: add compile instructions
 2023-02-05 18:23 UTC  (2+ messages)
` [kmods PATCH v3] linux/igb_uio: add build instructions

[kmods PATCH] linux/igb_uio: allow modules install
 2023-02-05 18:03 UTC  (3+ messages)

[PATCH] linux/igb_uio: fix build with kernel 5.18+
 2023-02-05 17:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH dpdk-kmod] linux/igb_uio: fix build with kernel 5.18
 2023-02-05 17:41 UTC  (2+ messages)

[PATCH dpdk-kmods] linux/igb_uio: Adjust functions to the current kernel API
 2023-02-05 17:36 UTC  (2+ messages)

[[PATCH] ] linux/igb_uio: fix build with Linux 5.18
 2023-02-05 17:34 UTC  (2+ messages)

[PATCH] crypto/ipsec_mb: fix zuc256 maximum tag length
 2023-02-05 17:33 UTC  (4+ messages)

[dpdk-dev] [PATCH v2 1/1] compress/octeontx: support scatter gather mode
 2023-02-05 17:25 UTC  (2+ messages)
` [EXT] "

[PATCH] compressdev: fix end of comp PMD list macro conflict
 2023-02-05 17:24 UTC  (3+ messages)
` [PATCH v2 0/2] compressdev: fix end of list enums conflict
  ` [EXT] "

[PATCH 0/4] compressdev: add LZ4 support
 2023-02-05 17:20 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] compressdev: add LZ4 algorithm support
    ` [EXT] "

[PATCH] cryptodev: fix sym session mempool creation description
 2023-02-05 17:02 UTC  (2+ messages)
` [EXT] "

[PATCH] acl: fix trie splitting
 2023-02-05 16:46 UTC  (2+ messages)

[PATCH 00/11] pipeline: add IPsec support
 2023-02-05 16:13 UTC  (3+ messages)
` [PATCH V6 "

[PATCH] net/mlx5: fix ESP item validation in Verbs interface
 2023-02-05 15:39 UTC 

[PATCH 2/2] config: added support for NVIDIA ARM implementer ID
 2023-02-05 15:37 UTC 

[PATCH 1/2] Added Cliff Burdick to mailmap
 2023-02-05 15:37 UTC 

[PATCH v2 0/3] support match icmpv6 ID and sequence
 2023-02-05 13:41 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] ethdev: add ICMPv6 "
  ` [PATCH v3 2/3] net/mlx5: add ICMPv6 ID and sequence match support
  ` [PATCH v3 3/3] net/mlx5/hws: "

[PATCH] event/cnxk: fix timer ops init in secondary
 2023-02-05  6:33 UTC 

Sign changes through function signatures
 2023-02-04  8:09 UTC  (7+ messages)

no printf in drivers code
 2023-02-04  4:38 UTC  (7+ messages)

[PATCH V5] ethdev: fix one address occupies two indexes in MAC addrs
 2023-02-04  2:57 UTC  (7+ messages)
` [PATCH V8] ethdev: fix one address occupies two entries "

[PATCH] eal: abstract compiler atomics
 2023-02-03 20:49 UTC  (12+ messages)
` [PATCH] eal: introduce atomics abstraction

[PATCH] pipeline: add RSS support
 2023-02-03 19:37 UTC 

[PATCH 0/3] remove usage of rte_panic() and ASSERT() from PMD
 2023-02-03 18:57 UTC  (2+ messages)

[PATCH v5 1/3] ethdev: add IPv6 routing extension header definition
 2023-02-03 18:36 UTC  (3+ messages)
` [PATCH v6 0/3] add IPv6 routing extension support

[RFC PATCH 0/1] Specify C-standard requirement for DPDK builds
 2023-02-03 18:00 UTC  (5+ messages)

[PATCH] net/gve: add support for basic stats
 2023-02-03 17:39 UTC  (2+ messages)

[PATCH] dma/ioat: remove printf within ioat driver
 2023-02-03 17:07 UTC  (2+ messages)

[PATCH] test/service: fix spurious failures by extending timeout
 2023-02-03 16:09 UTC  (10+ messages)
` [PATCH v3] "

[PATCH 0/3] Async vhost packed ring optimization
 2023-02-03 14:59 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/2] add private dump for vhost and virtio
 2023-02-03 14:59 UTC  (2+ messages)

[PATCH] vhost: fix net header settings in vhost datapath
 2023-02-03 14:58 UTC  (3+ messages)

[PATCH v3] vdpa/ifc: Match default subsystem IDs for modern virtio-blk devices
 2023-02-03 14:57 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] vdpa/ifc: add live migration for block device
 2023-02-03 14:57 UTC  (2+ messages)

[PATCH] vdpa/ifc: improve device stop logic for block device
 2023-02-03 14:55 UTC  (2+ messages)

[PATCH] vdpa/ifc: fix reconnetion issue in SW assisted live migration
 2023-02-03 14:51 UTC  (2+ messages)

[PATCH] vdpa/ifc: fix argument compatibility check
 2023-02-03 14:48 UTC  (2+ messages)

[PATCH v3] examples/vdpa: support running in nested virtualization environment
 2023-02-03 14:47 UTC  (3+ messages)
` [PATCH v4] "

ICE DDP Load assistance
 2023-02-03 14:43 UTC  (4+ messages)

[PATCH v3 0/2] add new PHY affinity in the flow item and Tx queue API
 2023-02-03 13:33 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] ethdev: introduce the PHY affinity field in "
  ` [PATCH v4 2/2] ethdev: add PHY affinity match item

[PATCH] drivers: remove compile-time option for IEEE 1588
 2023-02-03 13:28 UTC 

DPDK Release Status Meeting 2023-02-02
 2023-02-03 12:35 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).