DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs
 2023-01-10  1:00 UTC  (3+ messages)
` [PATCH V5] ethdev: fix one address occupies two indexes in MAC addrs

RFC abstracting atomics
 2023-01-09 22:56 UTC 

[RFC PATCH 0/7] Standardize telemetry int types
 2023-01-09 17:49 UTC  (5+ messages)
` [RFC PATCH 4/7] telemetry: make array initialization more robust

[PATCH] hash: fix GFNI implementation build with GCC 12
 2023-01-09 17:47 UTC  (3+ messages)

[PATCH] kni: fix build on RHEL 9.1
 2023-01-09 17:43 UTC  (4+ messages)

[PATCH v2 0/2] eal: provide leading and trailing zero bit count
 2023-01-09 17:36 UTC  (4+ messages)
` [PATCH v4 0/2] eal: provide leading and trailing zero bit count abstraction
  ` [PATCH v4 1/2] eal: move bit operation functions from common to bitops header
  ` [PATCH v4 2/2] eal: provide leading and trailing zero bit count abstraction

[PATCH 0/2] eal: provide leading and trailing zero bit count
 2023-01-09 17:26 UTC  (34+ messages)
` [PATCH v2 1/2] eal: provide leading and trailing zero bit count abstraction
` [PATCH v3 0/3] eal: provide leading and trailing zero bit count
  ` [PATCH v3 1/3] eal: move bit functions from common to bitops header
  ` [PATCH v3 2/3] eal: provide leading and trailing zero bit count abstraction
  ` [PATCH v3 3/3] test/bitcount: add bitcount tests

[PATCH 0/2] usertools: use argparse module to get input and add an argment
 2023-01-09 17:07 UTC  (8+ messages)
` [PATCH 1/2] usertools: use argparse module to get input parameter
` [PATCH 2/2] usertools: add an argment for file prefix
` [PATCH] usertools: fix python warnings

[PATCH v3 0/4] add support for self monitoring
 2023-01-09 15:40 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] eal: add generic support for reading PMU events

[dpdk-dev] [PATCH] common/cnxk: move ICMP ltype to end of enum
 2023-01-09 15:27 UTC  (2+ messages)

[RFC] net/i40e: replace get and put functions
 2023-01-09 14:57 UTC 

[PATCH] sched: fix for tc_ov_enable flag position in subport structure
 2023-01-09 14:54 UTC 

[PATCH] sched: fix for demo failure in debug mode
 2023-01-09 13:27 UTC  (2+ messages)

[PATCH V4 0/5] app/testpmd: support mulitple process attach and detach port
 2023-01-09 12:38 UTC  (2+ messages)

[PATCH] eal: add nonnull and access function attributes
 2023-01-09 12:28 UTC  (12+ messages)
` [PATCH v5 1/4] "
  ` [PATCH v5 2/4] net/bnx2x: fix warnings about rte_memcpy lengths

[PATCH] crypto/qat: fix build for generic x86 with GCC 12
 2023-01-09 10:34 UTC 

[PATCH] devtools: parallelize ABI check
 2023-01-09  9:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] lpm: use SVE for bulk lookup
 2023-01-09  9:28 UTC 

[PATCH] net/i40e: drop link check when configuring frame size
 2023-01-09  9:21 UTC  (4+ messages)
` [PATCH v2] net/i40e: don't check link status on device start

[PATCH] net/iavf: protect insertion in flow list
 2023-01-09  9:21 UTC  (2+ messages)

[PATCH] build: detect backtrace availability
 2023-01-09  9:08 UTC  (2+ messages)

[PATCH] net/hns3: fix inaccurate RTC time to read
 2023-01-09  8:23 UTC 

[PATCH 0/7] compress/mlx5: add LZ4 support
 2023-01-09  7:58 UTC  (8+ messages)
` [PATCH 1/7] compress/mlx5: fix wrong output Adler-32 checksum offset
` [PATCH 2/7] compress/mlx5: fix QP setup for partial transformations
` [PATCH 3/7] compress/mlx5: support new metadata layout added in BF3
` [PATCH 4/7] compress/mlx5: remove unused variable from priv structure
` [PATCH 5/7] compress/mlx5: add xform validate function
` [PATCH 6/7] common/mlx5: add LZ4 capabilities check
` [PATCH 7/7] compress/mlx5: add support for LZ4 algorithm

[PATCH] net/ixgbe: fix ixgbe firmware version get
 2023-01-09  7:47 UTC  (3+ messages)
` [PATCH v2] net/ixgbe: fix ixgbe firmware version inconsistency

[PATCH 0/4] compressdev: add LZ4 support
 2023-01-09  7:45 UTC  (5+ messages)
` [PATCH 1/4] compressdev: add LZ4 algorithm support
` [PATCH 2/4] app/test-compress-perf: allow test single compress operation
` [PATCH 3/4] app/test-compress-perf: add algo option
` [PATCH 4/4] app/test-compress-perf: add LZ4 support

[dpdk-dev] [PATCH v3] net/i40e: disable source pruning
 2023-01-09  7:40 UTC  (3+ messages)
` [PATCH] "

[PATCH] crypto/openssl: fix warning on copy length
 2023-01-09  3:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/1] eal/linux: reject mountpt shorter than --huge-dir
 2023-01-09  1:52 UTC  (2+ messages)
` [PATCH v4 1/1] eal/linux: reject mountpt not parent of --huge-dir

[PATCH 00/15] net/idpf: refactor idpf pmd
 2023-01-09  1:34 UTC  (19+ messages)
` [PATCH v2 00/15] net/idpf: introduce idpf common modle
  ` [PATCH v2 01/15] common/idpf: add adapter structure
  ` [PATCH v2 02/15] common/idpf: add vport structure
  ` [PATCH v2 03/15] common/idpf: move vc functions to common module
  ` [PATCH v2 04/15] common/idpf: introduce adapter init and deinit
  ` [PATCH v2 05/15] common/idpf: add vport init/deinit
  ` [PATCH v2 06/15] common/idpf: add config RSS
  ` [PATCH v2 07/15] common/idpf: add irq map/unmap
  ` [PATCH v2 08/15] common/idpf: move ptype table to adapter structure
  ` [PATCH v2 09/15] common/idpf: init create vport info
  ` [PATCH v2 10/15] common/idpf: add vector flags in vport
  ` [PATCH v2 11/15] common/idpf: add rxq and txq struct
  ` [PATCH v2 12/15] common/idpf: add help functions for queue setup and release
  ` [PATCH v2 13/15] common/idpf: add scalar data path
  ` [PATCH v2 14/15] common/idpf: add vec queue setup
  ` [PATCH v2 15/15] common/idpf: add avx512 for single queue model

[RFC] ethdev: add template table insertion and matching types
 2023-01-08 14:22 UTC  (2+ messages)

[RFC] ethdev: sharing indirect actions between ports
 2023-01-08 14:20 UTC  (2+ messages)

[PATCH 1/2] ethdev: add query_update sync and async function calls
 2023-01-08 13:47 UTC  (3+ messages)
` [PATCH 2/2] ethdev: add quota flow action and item

[PATCH] net/mlx5: fix read device clock in real time mode
 2023-01-08 12:59 UTC  (2+ messages)

[PATCH] net/mlx5: fix irrelevant send skew devarg warning
 2023-01-08 12:59 UTC  (2+ messages)

[PATCH] net/mlx5: fix wait descriptor opcode for ConnectX-7
 2023-01-08 12:58 UTC  (2+ messages)

[PATCH] eventdev/eth_tx: fix service function
 2023-01-07 16:40 UTC 

[PATCH 1/3] eventdev/eth_rx: add params set/get APIs
 2023-01-07 16:18 UTC  (3+ messages)
` [PATCH 2/3] eventdev/eth_tx: "
` [PATCH 3/3] eventdev/crypto: "

[PATCH 0/2] lib/reorder: fix drain/free issues
 2023-01-07 15:19 UTC  (3+ messages)
` [PATCH 1/2] reorder: invalidate buf from ready queue in drain
` [PATCH 2/2] test/reorder: fix double free of drained buffers

[PATCH] bus: fix leak for devices without driver
 2023-01-07 15:12 UTC 

[PATCH] mailmap: update mailmap with second email address
 2023-01-06 22:12 UTC 

[PATCH v2 0/7] baseband/acc: changes for 23.03
 2023-01-06 22:06 UTC  (17+ messages)
` [PATCH v2 1/7] baseband/acc: acc100 free harq layout pointer
` [PATCH v2 2/7] baseband/acc: acc100 fix iteration counter in TB
` [PATCH v2 3/7] baseband/acc: acc100 fix multiplexing multiple ops
` [PATCH v2 4/7] baseband/acc: acc100 fix queue mapping to 64 bits
` [PATCH v2 5/7] baseband/acc: acc100 use define constant
` [PATCH v2 6/7] baseband/acc: acc100 use desc helper functions
` [PATCH v2 7/7] baseband/acc: acc100 ignore missing mempools

[PATCH] net/ena: fix deadlock in RSS reta update
 2023-01-06 20:58 UTC  (3+ messages)

[PATCH] build: avoid deprecated function for Meson properties
 2023-01-06 20:33 UTC  (5+ messages)

[RFC PATCH] graph: add support for pcap trace for graph
 2023-01-06 18:56 UTC  (5+ messages)
  ` [EXT] "

[PATCH v2 1/1] common/cnxk: add mbox locking
 2023-01-06 17:44 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v5 0/5] support dmadev/ethdev stats reset
 2023-01-06 17:33 UTC  (6+ messages)
` [PATCH v5 2/5] telemetry: fix repeated display when callback don't set dict

[PATCH] test/crypto: fix and improve ZUC cipher and auth tests
 2023-01-06 16:24 UTC  (2+ messages)

[PATCH v1 0/3] bbdev: remove offload cost
 2023-01-06 15:37 UTC  (8+ messages)
` [PATCH v1 1/3] test/bbdev: explicit check for allocation failure
` [PATCH v1 2/3] drivers/baseband: remove offload cost optional build flag
` [PATCH v1 3/3] app/bbdev-test: "

Scheduled downtime for Patchwork/Bugzilla/Public-Inbox
 2023-01-06 13:54 UTC 

[PATCH 01/11] common/cnxk: free pending sqe buffers
 2023-01-06 13:22 UTC  (3+ messages)
` [PATCH 11/11] common/cnxk: disable drop re in A1 chip revision

[PATCH] cryptodev: fix sym session mempool creation description
 2023-01-06 13:05 UTC 

[PATCH] common/cnxk: synchronize NPA aura bitmap accesses
 2023-01-06 11:36 UTC 

[RFC] net/vhost: support asynchronous data path
 2023-01-06  9:47 UTC  (5+ messages)

[dpdk-dev][PATCH] net/cnxk: add support for L2 ether ptype for cnxk
 2023-01-06  9:20 UTC  (2+ messages)

[PATCH 0/3] net/idpf: code refine
 2023-01-06  9:05 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] net/idpf: remove vport req and recv info from adapter
  ` [PATCH v2 2/5] net/idpf: remove req vports "
  ` [PATCH v2 3/5] net/idpf: fix splitq xmit free
  ` [PATCH v2 4/5] net/idpf: fix driver init symbols
  ` [PATCH v2 5/5] net/idpf: refine MTU setting

[PATCH v1 1/3] net/cnxk: rework no-fast-free offload handling
 2023-01-06  8:58 UTC  (3+ messages)
` [PATCH v1 3/3] net/cnxk: add debug check for number of Tx descriptors

[PATCH v1 0/6] baseband/acc: changes for 23.03
 2023-01-06  8:52 UTC  (4+ messages)

[PATCH v1] common/idpf: add AVX512 data path for split queue model
 2023-01-06  6:46 UTC  (3+ messages)
` [PATCH v3 0/1] Add support AVX512 split queue datapath
  ` [PATCH v3 1/1] common/idpf: add AVX512 data path for split queue model

[PATCH 0/3] fix mlx5 build with MinGW
 2023-01-05 16:40 UTC  (5+ messages)
` [PATCH 1/3] eal/windows: fix pedantic build
` [PATCH 2/3] common/mlx5: get Windows dependency from standard variables
` [PATCH 3/3] net/mlx5: fix Windows build with MinGW GCC 12

[PATCH] net/cnxk: fix deadlock in security session creation
 2023-01-05 14:52 UTC  (3+ messages)
  ` [EXT] "

[PATCH] test/crypto: add further ZUC testcases
 2023-01-05 13:45 UTC  (3+ messages)

[PATCH V1 02/11] net/mlx5/hws: add capabilities fields for vhca access
 2023-01-05 13:03 UTC  (10+ messages)
` [PATCH v2 00/10] Support resource sharing among ibv_devices
  ` [PATCH v2 03/10] net/mlx5/hws: add PRM definitions for cross-vhca capabilities
  ` [PATCH v2 04/10] net/mlx5/hws: read "
  ` [PATCH v2 05/10] net/mlx5/hws: added allow-other-vhca-access command
  ` [PATCH v2 06/10] net/mlx5/hws: added command to create alias objects
  ` [PATCH v2 07/10] net/mlx5/hws: add vhca identifier ID to the caps
  ` [PATCH v2 08/10] net/mlx5/hws: support shared ibv-context with local one
  ` [PATCH v2 09/10] net/mlx5/hws: support actions while shared resources is used
  ` [PATCH v2 10/10] net/mlx5/hws: add debug details for cross gvmi

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