DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] malloc: enhance NUMA affinity heuristic
 2023-02-01 12:20 UTC  (5+ messages)
` [PATCH v4] net/iavf:enhance "
` [PATCH v5] enhance "

[PATCH V5] ethdev: fix one address occupies two indexes in MAC addrs
 2023-02-01 10:42 UTC  (3+ messages)
` [PATCH V6] ethdev: fix one address occupies two entries "

[PATCH 0/8] Wangxun fixes and new supports
 2023-02-01 10:41 UTC  (9+ messages)
` [PATCH 1/8] net/txgbe: fix Rx buffer size in configure register
` [PATCH 3/8] net/txgbe: fix packet type to parse from offload flags

[PATCH 0/2] add private dump for vhost and virtio
 2023-02-01 10:29 UTC  (5+ messages)
` [PATCH 1/2] net/virtio: support private dump
` [PATCH 2/2] net/vhost: "

[PATCH v3] ethdev: add hint when creating async transfer table
 2023-02-01 10:17 UTC  (8+ messages)
` [PATCH v7] ethdev: add special flags "

[PATCH v3] eventdev: add trace points
 2023-02-01 10:16 UTC  (4+ messages)
` [PATCH v4] "
  ` [PATCH v5] "
    ` [EXT] "

[PATCH 0/3] support match icmpv6 id and sequence
 2023-02-01  9:56 UTC  (4+ messages)
` [PATCH v2 1/3] ethdev: add ICMPv6 ID "

[PATCH v2 0/2] add new PHY affinity in the flow item and Tx queue API
 2023-02-01  9:45 UTC  (8+ messages)
  ` [PATCH v2 1/2] ethdev: add PHY affinity match item
  ` [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx queue API

[PATCH v3 1/8] ethdev: add IPv6 routing extension header definition
 2023-02-01  9:31 UTC  (8+ messages)
` [PATCH v4 0/3] add IPv6 routing extension support
  ` [PATCH v4 1/3] ethdev: add IPv6 routing extension header definition
  ` [PATCH v4 2/3] ethdev: add modify IPv6 protocol field

[PATCH v4 1/2] ethdev: control Rx metadata negotiation
 2023-02-01  9:29 UTC  (14+ messages)
` [EXT] Re: [PATCH v5 2/2] app/testpmd: add command to process "

[PATCH v1 00/37] Implementation of ML CNXK driver
 2023-02-01  9:23 UTC  (41+ messages)
` [PATCH v4 00/39] "
  ` [PATCH v4 01/39] common/cnxk: add ML headers and ROC code for cnxk
  ` [PATCH v4 02/39] ml/cnxk: add skeleton for ML cnxk driver
  ` [PATCH v4 03/39] ml/cnxk: enable probe and remove of ML device
  ` [PATCH v4 04/39] ml/cnxk: add driver support to get device info
  ` [PATCH v4 05/39] ml/cnxk: add support for configure and close
  ` [PATCH v4 06/39] ml/cnxk: parse ML firmware path from device args
  ` [PATCH v4 07/39] ml/cnxk: enable firmware load and device reset
  ` [PATCH v4 08/39] ml/cnxk: enable support for simulator environment
  ` [PATCH v4 09/39] ml/cnxk: enable support for device start and stop
  ` [PATCH v4 10/39] ml/cnxk: add support to create device queue-pairs
  ` [PATCH v4 11/39] ml/cnxk: add functions to load and unload models
  ` [PATCH v4 12/39] ml/cnxk: enable validity checks for model metadata
  ` [PATCH v4 13/39] ml/cnxk: add internal structures for derived info
  ` [PATCH v4 14/39] ml/cnxk: add internal structures for tiles and OCM
  ` [PATCH v4 15/39] ml/cnxk: add structures for slow and fast path JDs
  ` [PATCH v4 16/39] ml/cnxk: find OCM mask and page slots for a model
  ` [PATCH v4 17/39] ml/cnxk: add support to reserve and free OCM pages
  ` [PATCH v4 18/39] ml/cnxk: enable support to start an ML model
  ` [PATCH v4 19/39] ml/cnxk: enable support to stop an ML models
  ` [PATCH v4 20/39] ml/cnxk: enable support to get model information
  ` [PATCH v4 21/39] ml/cnxk: enable support to update model params
  ` [PATCH v4 22/39] ml/cnxk: add support to get IO buffer sizes
  ` [PATCH v4 23/39] ml/cnxk: enable quantization and dequantization
  ` [PATCH v4 24/39] ml/cnxk: enable support to dump device debug info
  ` [PATCH v4 25/39] ml/cnxk: add driver support for device selftest
  ` [PATCH v4 26/39] ml/cnxk: enqueue a burst of inference requests
  ` [PATCH v4 27/39] ml/cnxk: dequeue "
  ` [PATCH v4 28/39] ml/cnxk: add internal function for sync mode run
  ` [PATCH v4 29/39] ml/cnxk: enable support for firmware error codes
  ` [PATCH v4 30/39] ml/cnxk: add support to get and reset device stats
  ` [PATCH v4 31/39] ml/cnxk: add support to handle extended dev stats
  ` [PATCH v4 32/39] ml/cnxk: enable support to get xstats in cycles
  ` [PATCH v4 33/39] ml/cnxk: add support to report DPE FW warnings
  ` [PATCH v4 34/39] ml/cnxk: add support to enable model data caching
  ` [PATCH v4 35/39] ml/cnxk: add support to select OCM allocation mode
  ` [PATCH v4 36/39] ml/cnxk: add support to use lock during jcmd enq
  ` [PATCH v4 37/39] ml/cnxk: add support to select poll memory region
  ` [PATCH v4 38/39] ml/cnxk: add user guide for marvell cnxk ml driver
  ` [PATCH v4 39/39] ml/cnxk: enable support for configurable ocm page

[PATCH v1 0/4] implementation of ML common code
 2023-02-01  9:15 UTC  (7+ messages)
` [EXT] Re: [PATCH v3 "

[PATCH v1 0/4] implementation of ML common code
 2023-02-01  9:12 UTC  (11+ messages)
` [PATCH v4 0/4] Implementation "
  ` [PATCH v4 1/4] mldev: add headers for internal ML functions
  ` [PATCH v4 2/4] mldev: implement ML IO type handling functions
  ` [PATCH v4 3/4] mldev: add scalar type conversion functions
  ` [PATCH v4 4/4] mldev: add Arm NEON type conversion routines
` [PATCH v5 0/4] Implementation of ML common code
  ` [PATCH v5 1/4] mldev: add headers for internal ML functions
  ` [PATCH v5 2/4] mldev: implement ML IO type handling functions
  ` [PATCH v5 3/4] mldev: add scalar type conversion functions
  ` [PATCH v5 4/4] mldev: add Arm NEON type conversion routines

[PATCH 0/6] add idpf pmd enhancement features
 2023-02-01  8:48 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] common/idpf: add hw statistics

[RFC v3 1/2] ethdev: add group description
 2023-02-01  8:46 UTC  (26+ messages)
` [PATCH v4 0/3] add API for live migration
  ` [PATCH v4 1/3] ethdev: add flow rule group description
  ` [PATCH v4 2/3] ethdev: add standby state for live migration
  ` [PATCH v4 3/3] ethdev: add standby flags "

[PATCH 0/2] net/igc: support Tx timestamp offload
 2023-02-01  8:46 UTC  (6+ messages)
` [PATCH v2 0/2] net/igc: support launch time offloading
  ` [PATCH v2 1/2] net/igc/base: expose packet pacing registers
  ` [PATCH v2 2/2] net/igc: enable launch time offloading

[PATCH v5 0/6] add trace points in ethdev library
 2023-02-01  8:31 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)
      ` [EXT] "

[PATCH v2] net/ice: add devargs for disabling mac filter
 2023-02-01  8:22 UTC  (3+ messages)
` [PATCH v3] net/ice: add devargs for disabling default mac

[PATCH] eal: abstract compiler atomics
 2023-02-01  8:09 UTC  (6+ messages)
` [PATCH] eal: introduce atomics abstraction

[PATCH] pipeline: increase the pipeline instruction table size
 2023-02-01  7:58 UTC 

[v1 00/16] net/mlx5/hws: support range and partial hash matching
 2023-02-01  7:28 UTC  (18+ messages)
` [v2 "
  ` [v2 01/16] net/mlx5/hws: support synchronous drain
  ` [v2 02/16] net/mlx5/hws: matcher remove AT and MT limitation
  ` [v2 03/16] net/mlx5/hws: support GTA WQE write using FW command
  ` [v2 04/16] net/mlx5/hws: add capability query for gen wqe command
  ` [v2 05/16] net/mlx5/hws: align RTC create command with PRM format
  ` [v2 06/16] net/mlx5/hws: add send FW match STE using gen WQE
  ` [v2 07/16] net/mlx5/hws: add send FW range STE WQE
  ` [v2 08/16] net/mlx5/hws: move matcher size check to function
  ` [v2 09/16] net/mlx5/hws: support range match
  ` [v2 10/16] net/mlx5/hws: redesign definer create
  ` [v2 11/16] net/mlx5/hws: support partial hash
  ` [v2 12/16] net/mlx5/hws: add range definer creation support
  ` [v2 13/16] net/mlx5/hws: add FW WQE rule creation logic
  ` [v2 14/16] net/mlx5/hws: add debug dump support for range and hash
  ` [v2 15/16] net/mlx5/hws: rename pattern cache object
  ` [v2 16/16] net/mlx5/hws: cache definer for reuse

[dpdk-dev] [PATCH 0/3] bnxt PMD fixes
 2023-02-01  4:20 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] net/bnxt: fix Tx queue stats after queue stop and start
` [dpdk-dev] [PATCH 2/3] net/bnxt: fix Rx "
` [dpdk-dev] [PATCH 3/3] net/bnxt: do not corrupt RSS hash value in the mbuf

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-02-01  2:24 UTC  (5+ messages)
` [PATCH v3 0/3] "
  ` 回复: "
      ` 回复: "

[PATCH] app/testpmd: fix forwarding stats for Tx dropped
 2023-02-01  1:14 UTC  (2+ messages)

[PATCH] eal: add nonnull and access function attributes
 2023-01-31 22:52 UTC  (11+ messages)
` [PATCH v7 1/4] net/bnx2x: fix warnings about rte_memcpy lengths
  ` [PATCH v7 4/4] eal: add nonnull and access function attributes

[PATCH 0/3] eal: rte_ctrl_thread_create API replacement
 2023-01-31 20:33 UTC  (10+ messages)
` [PATCH v5 0/3] eal: deprecate last use of pthread_t in public API
  ` [PATCH v5 1/3] eal: add rte control thread create API
  ` [PATCH v5 2/3] doc: add missing index entry for thread
  ` [PATCH v5 3/3] doc: announce deprecation of thread ctrl create function

[PATCH] test/service: fix spurious failures by extending timeout
 2023-01-31 17:24 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] crypto/ipsec_mb: fix zuc256 maximum tag length
 2023-01-31 17:20 UTC 

[RFC PATCH 0/5] vhost lock annotations
 2023-01-31 17:14 UTC  (20+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] eal: annotate spinlock, rwlock and seqlock
  ` [PATCH v4 2/9] vhost: simplify need reply handling
  ` [PATCH v4 3/9] vhost: terminate when access lock is not taken
  ` [PATCH v4 4/9] vhost: annotate virtqueue access lock
  ` [PATCH v4 5/9] vhost: annotate async accesses
  ` [PATCH v4 6/9] vhost: always take IOTLB lock
  ` [PATCH v4 7/9] vhost: annotate "
  ` [PATCH v4 8/9] vhost: annotate vDPA device list accesses
  ` [PATCH v4 9/9] vhost: enable lock check

[PATCH 0/5] add lcore set name and get name API
 2023-01-31 17:09 UTC  (8+ messages)
` [PATCH v10 0/4] add rte_thread_set_name API for rte_thread_t
  ` [PATCH v10 4/4] eal: deprecation notice for rte thread setname API

[PATCH 0/2] net/hns3: support rule keep capability
 2023-01-31 17:05 UTC  (2+ messages)

[PATCH v2 0/2] add ring telemetry cmds
 2023-01-31 16:44 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] ring: add ring list telemetry cmd
  ` [PATCH v3 2/2] ring: add ring info "

[PATCH v7 0/5] lcore telemetry improvements
 2023-01-31 16:41 UTC  (5+ messages)
` [PATCH v7 1/5] eal: add lcore info in telemetry

[PATCH v1 0/6] baseband/acc: ACC200 PMD refactor and rename
 2023-01-31 15:11 UTC  (13+ messages)
` [PATCH v1 1/6] baseband/acc: file renaming from acc200 to generic vrb
` [PATCH v1 2/6] baseband/acc: extension of the device structure
` [PATCH v1 3/6] baseband/acc: adding prefix to VRB1 registers
` [PATCH v1 4/6] baseband/acc: update prefix for VRB PMD functions
` [PATCH v1 5/6] baseband/acc: rename of remaining acc200 prefix to vrb1
` [PATCH v1 6/6] doc: updated naming convention for acc200 PMD

[PATCH 00/10] net/hns3: some bugfixes for rss
 2023-01-31 13:03 UTC  (12+ messages)
` [PATCH V3 "
  ` [PATCH V3 01/10] net/hns3: fix error log about indirection table size
  ` [PATCH V3 02/10] net/hns3: extract common API to query device
  ` [PATCH V3 03/10] net/hns3: refactor set RSS hash algorithm and key interface
  ` [PATCH V3 04/10] net/hns3: fix fixed RSS key size to be more compatibility
  ` [PATCH V3 05/10] net/hns3: fix misclearing RSS configuration
  ` [PATCH V3 06/10] net/hns3: using RSS filter list to check duplicated rule
  ` [PATCH V3 07/10] net/hns3: remove useless code when destroy valid RSS rule
  ` [PATCH V3 08/10] net/hns3: fix useless warning when flush or destroy rule
  ` [PATCH V3 09/10] net/hns3: fix bad memory structure conversion
  ` [PATCH V3 10/10] net/hns3: fix incorrect check for duplicate RSS rule

[PATCH v1 00/13] test/bbdev: changes for 23.03
 2023-01-31 12:35 UTC  (15+ messages)
` [PATCH v1 07/13] test/bbdev: add support for BLER for 4G
` [PATCH v1 08/13] test/bbdev: extend support for large TB
` [PATCH v1 09/13] test/bbdev: bbdev-test cannot compare some scenarios
` [PATCH v1 10/13] test/bbdev: adjustment for soft output
` [PATCH v1 11/13] test/bbdev: expose warning counters
` [PATCH v1 12/13] test/bbdev: remove check for invalid opaque data
` [PATCH v1 13/13] test/bbdev: remove iteration count check

[PATCH v2 1/8] ethdev: add IPv6 routing extension header definition
 2023-01-31 11:42 UTC  (5+ messages)
` [PATCH v3 "

[PATCH] net/sfc: export pick transfer proxy callback to representors
 2023-01-31 11:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] net/i40e: rework maximum frame size configuration
 2023-01-31 10:31 UTC  (2+ messages)
` [PATCH v3] "

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