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-18  8:26 UTC  (3+ messages)
` [PATCH V5] ethdev: fix one address occupies two indexes in MAC addrs

[PATCH 1/3] lib: dpdk spec to skip red for ingress policer
 2023-01-18  8:09 UTC  (6+ messages)

[PATCH v3] ethdev: add hint when creating async transfer table
 2023-01-18  7:30 UTC  (7+ messages)
` [PATCH v7] ethdev: add special flags "

[PATCH 0/6] add idpf pmd enhancement features
 2023-01-18  7:14 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] common/idpf: add hw statistics
  ` [PATCH v3 2/6] common/idpf: add RSS set/get ops
  ` [PATCH v3 3/6] common/idpf: support single q scatter RX datapath
  ` [PATCH v3 4/6] common/idpf: add rss_offload hash in singleq rx
  ` [PATCH v3 5/6] common/idpf: add alarm to support handle vchnl message
  ` [PATCH v3 6/6] common/idpf: add xstats ops

[PATCH 0/5] add lcore set name and get name API
 2023-01-18  6:28 UTC  (11+ messages)
` [PATCH v4 0/4] add rte_thread_set_name API for rte_thread_t
  ` [PATCH v4 2/4] eal: remove thread getname API
` [PATCH v5 0/4] add rte_thread_set_name API for rte_thread_t
  ` [PATCH v5 1/4] eal: add thread set name API operating on rte thread
  ` [PATCH v5 2/4] eal: remove thread getname API
  ` [PATCH v5 3/4] drivers: mlx5 use rte thread set name
  ` [PATCH v5 4/4] eal: deprecate rte thread setname API

[PATCH 0/8] Wangxun fixes and new supports
 2023-01-18  6:00 UTC  (9+ messages)
` [PATCH 1/8] net/txgbe: fix Rx buffer size in configure register
` [PATCH 2/8] net/txgbe: fix default signal quality value for KX/KX4
` [PATCH 3/8] net/txgbe: fix packet type to parse from offload flags
` [PATCH 4/8] net/ngbe: "
` [PATCH 5/8] net/ngbe: add spinlock protection on YT PHY
` [PATCH 6/8] net/ngbe: add chip overheat support
` [PATCH 7/8] net/txgbe: "
` [PATCH 8/8] net/txgbe: add SFP hot-plug identification support

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

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

[RFC 0/8] gve PMD enhancement
 2023-01-18  2:53 UTC  (9+ messages)
` [RFC 1/8] net/gve: add Rx queue setup for DQO
` [RFC 2/8] net/gve: support device start and close "
` [RFC 3/8] net/gve: support queue release and stop "
` [RFC 4/8] net/gve: support basic Tx data path "
` [RFC 5/8] net/gve: support basic Rx "
` [RFC 6/8] net/gve: support basic stats "
` [RFC 7/8] net/gve: support jumbo frame for GQI
` [RFC 8/8] net/gve: add AdminQ command to verify driver compatibility

[PATCH] net/af_xdp: parse numa node id from sysfs
 2023-01-18  1:53 UTC  (5+ messages)

[PATCH] app/dma-perf: introduce dma-perf application
 2023-01-18  1:46 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v1 0/6] baseband/acc: ACC200 PMD refactor and rename
 2023-01-17 22:36 UTC  (7+ 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] eal: add nonnull and access function attributes
 2023-01-17 21:16 UTC  (6+ 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] build: fix missing crypto vec limits in version
 2023-01-17 21:10 UTC  (4+ messages)

[PATCH] net/nfp: store counter reset before zeroing flow query
 2023-01-17 17:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 00/13] test/bbdev: changes for 23.03
 2023-01-17 16:50 UTC  (14+ messages)
` [PATCH v1 01/13] test/bbdev: fix seg fault for non supported HARQ len
` [PATCH v1 02/13] test/bbdev: refactor TB throughput report
` [PATCH v1 03/13] test/bbdev: add timeout for latency tests
` [PATCH v1 04/13] test/bbdev: early termination not explicit set
` [PATCH v1 05/13] test/bbdev: report device status in bbdev-test
` [PATCH v1 06/13] test/bbdev: log capture from queue stop
` [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] eventdev/eth_tx: fix service function
 2023-01-17 16:00 UTC  (2+ messages)

[RFC PATCH v2 00/10] dts: add hello world testcase
 2023-01-17 15:49 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] dts: add node and os abstractions
  ` [PATCH v3 02/10] dts: add ssh command verification
  ` [PATCH v3 03/10] dts: add dpdk build on sut
  ` [PATCH v3 04/10] dts: add dpdk execution handling
  ` [PATCH v3 05/10] dts: add node memory setup
  ` [PATCH v3 06/10] dts: add test suite module
  ` [PATCH v3 07/10] dts: add hello world testplan
  ` [PATCH v3 08/10] dts: add hello world testsuite
  ` [PATCH v3 09/10] dts: add test suite config and runner
  ` [PATCH v3 10/10] dts: add test results module

[PATCH] app/testeventdev: add crypto producer burst mode
 2023-01-17 15:30 UTC  (2+ messages)
` [EXT] "

[PATCH] app/testeventdev: add vector worker to perf test
 2023-01-17 15:29 UTC  (2+ messages)
` [EXT] "

[PATCH] eventdev/eth_rx: fix return of rx adapter instance get
 2023-01-17 15:19 UTC  (2+ messages)

[RFC] Fix cryptodev socket id for devices on unknown NUMA node
 2023-01-17 13:59 UTC  (5+ messages)

[PATCH 0/4] crypto/ccp cleanup
 2023-01-17 13:56 UTC  (12+ messages)
` [PATCH v2 "

[PATCH 0/3] net/igc: support PTP timesync
 2023-01-17 13:26 UTC  (8+ messages)
` [PATCH 1/3] net/igc: code refactoring
` [PATCH v2 0/3] net/igc: support PTP timesync
  ` [PATCH v2 1/3] net/igc: code refactoring
  ` [PATCH v2 2/3] net/igc/base: support PTP timesync
  ` [PATCH v2 3/3] net/igc: support IEEE 1588 PTP

[PATCH 0/2] add ring telemetry cmds
 2023-01-17 13:03 UTC  (6+ messages)
` [PATCH 1/2] ring: add ring list telemetry cmd
` [PATCH 2/2] ring: add ring info "
` [PATCH v2 0/2] add ring telemetry cmds
  ` [PATCH v2 1/2] ring: add ring list telemetry cmd
  ` [PATCH v2 2/2] ring: add ring info "

[PATCH] net/cnxk: add threshold validation for RED config
 2023-01-17 12:05 UTC  (2+ messages)

[PATCH 1/9] common/cnxk: get mbox lock before NDC sync
 2023-01-17 11:47 UTC  (3+ messages)
` [PATCH 9/9] common/cnxk: skip L4 checks on inline IPsec traffic

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

[PATCH 1/4] common/cnxk: restructure for cn10k datapath
 2023-01-17 10:24 UTC  (4+ messages)
` [PATCH 2/4] net/cnxk: "
    ` [EXT] "

Issues with MLX NIC perf report
 2023-01-17  9:52 UTC  (2+ messages)

[PATCH] crypto/qat: fix build for generic x86 with GCC 12
 2023-01-17  9:02 UTC  (5+ messages)
    ` [EXT] "

[PATCH] crypto/qat: fix build
 2023-01-17  8:22 UTC  (3+ messages)
  ` [EXT] "

[PATCH v3 00/15] net/idpf: introduce idpf common modle
 2023-01-17  7:26 UTC  (20+ messages)
  ` [PATCH v3 01/15] common/idpf: add adapter structure
  ` [PATCH v3 02/15] common/idpf: add vport structure
  ` [PATCH v3 03/15] common/idpf: add virtual channel functions
  ` [PATCH 03/15] common/idpf: move vc functions to common module
  ` [PATCH v3 04/15] common/idpf: introduce adapter init and deinit
  ` [PATCH v3 05/15] common/idpf: add vport init/deinit
  ` [PATCH v3 06/15] common/idpf: add config RSS
  ` [PATCH v3 07/15] common/idpf: add irq map/unmap
  ` [PATCH 08/15] common/idpf: move ptype table to adapter structure
  ` [PATCH v3 08/15] common/idpf: support get packet type
  ` [PATCH v3 09/15] common/idpf: add vport info initialization
  ` [PATCH 09/15] common/idpf: init create vport info
  ` [PATCH v3 10/15] common/idpf: add vector flags in vport
  ` [PATCH v3 11/15] common/idpf: add rxq and txq struct
  ` [PATCH v3 12/15] common/idpf: add help functions for queue setup and release
  ` [PATCH v3 13/15] common/idpf: add Rx and Tx data path
  ` [PATCH 13/15] common/idpf: add scalar "
  ` [PATCH v3 14/15] common/idpf: add vec queue setup
  ` [PATCH v3 15/15] common/idpf: add avx512 for single queue model

[RFC 0/9] support ipv6 routing header matching
 2023-01-17  2:50 UTC  (4+ messages)
` [RFC 1/9] ethdev: add IPv6 routing extension header definition

[PATCH] net/iavf: fix building data desc
 2023-01-17  2:13 UTC  (2+ messages)

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

[PATCH] *** Intel iavf: Return in the case of ADD/DEL ETH address ***
 2023-01-17  1:54 UTC  (4+ messages)
` [PATCH] Intel iavf: Return in the case of ADD/DEL ETH address

[PATCH v1 0/2] fix unsupported flow rule transfer attribute
 2023-01-17  1:29 UTC  (6+ messages)
` [PATCH v1 1/2] net/i40e: "
` [PATCH v1 2/2] net/ice: "

[PATCH 0/7] space after keyword cleanups
 2023-01-17  1:26 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] test: fix whitespace
  ` [PATCH v2 2/7] testpmd: "
  ` [PATCH v2 3/7] net/e1000: "
  ` [PATCH v2 4/7] i40e: "
  ` [PATCH v2 5/7] examples: "
  ` [PATCH v2 6/7] cmdline: "
  ` [PATCH v2 7/7] ip_frag: "
` [PATCH v3 0/7] add space after keywords
  ` [PATCH v3 1/7] test: fix whitespace
  ` [PATCH v3 2/7] testpmd: "
  ` [PATCH v3 3/7] net/e1000: "
  ` [PATCH v3 4/7] i40e: "
  ` [PATCH v3 5/7] examples: "
  ` [PATCH v3 6/7] cmdline: "
  ` [PATCH v3 7/7] ip_frag: "

[PATCH v2] net/iavf: add lock for vf commands
 2023-01-17  1:20 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 00/15] net/idpf: refactor idpf pmd
 2023-01-17  1:14 UTC  (4+ messages)
` [PATCH v2 00/15] net/idpf: introduce idpf common modle
  ` [PATCH v2 07/15] common/idpf: add irq map/unmap

[PATCH] ipsec: remove unneccessary null check
 2023-01-16 23:28 UTC  (2+ messages)

[PATCH 1/1] eal/linux: reject mountpt shorter than --huge-dir
 2023-01-16 18:25 UTC  (4+ messages)
` [PATCH v4 1/1] eal/linux: reject mountpt not parent of --huge-dir

[PATCH] *** Memory Allocation: Adding a new UT for fb_array ***
 2023-01-16 17:54 UTC  (3+ messages)
` [PATCH] Memory Allocation: Adding a new UT for fb_array

[PATCH 0/5] dma/ioat: fix issues with stopping and restarting device
 2023-01-16 17:37 UTC  (3+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 6/6] test/dmadev: add tests for stopping and restarting dev

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