DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1] gpu/cuda: add NVIDIA GPU A100 identifier for DPU
 2022-01-19 21:41 UTC 

[PATCH 0/6] allow more DPDK libraries to be disabled on build
 2022-01-19 18:10 UTC  (11+ messages)
` [PATCH 2/6] app/test: link unit test binary against all available libs
` [PATCH v2 0/6] allow more DPDK libs to be disabled on build
  ` [PATCH v2 1/6] lib: allow recursive disabling of libs in build
  ` [PATCH v2 2/6] app/test: link unit test binary against all available libs
  ` [PATCH v2 3/6] build: add node library to optional list
  ` [PATCH v2 4/6] build: add flow classification "
  ` [PATCH v2 5/6] build: add "packet framework" libs "

[PATCH v1] doc: fix KNI PMD name typo
 2022-01-19 17:29 UTC  (2+ messages)

[PATCH v6 00/26] Net/SPNIC: support SPNIC into DPDK 22.03
 2022-01-19 17:28 UTC  (14+ messages)
` [PATCH v6 01/26] drivers/net: introduce a new PMD driver
` [PATCH v6 02/26] net/spnic: initialize the HW interface
` [PATCH v6 05/26] net/spnic: add mgmt module
` [PATCH v6 09/26] net/spnic: support MAC and link event handling
` [PATCH v6 25/26] net/spnic: add doc infrastructure
` [PATCH v6 26/26] net/spnic: fixes unsafe C style code

[PATCH] bus/ifpga: remove useless check while browsing devices
 2022-01-19 16:53 UTC  (3+ messages)

iavf/ice seem to report incorrect ol_flags in certain cases
 2022-01-19 16:53 UTC 

[PATCH 1/8] common/cnxk: fix shift offset for tl3 length disable
 2022-01-19 16:45 UTC  (14+ messages)
` [PATCH 2/8] common/cnxk: use for loop in shaper profiles cleanup
` [PATCH 3/8] common/cnxk: change order of frag sizes and infos
` [PATCH 4/8] common/cnxk: reset stale values on error debug registers
` [PATCH 5/8] common/cnxk: always use single qint with NIX
` [PATCH 6/8] common/cnxk: handle issues from static analysis
` [PATCH 8/8] net/cnxk: synchronize inline session create and destroy

[dpdk-dev] [RFC] mempool: implement index-based per core cache
 2022-01-19 15:32 UTC  (7+ messages)
` [PATCH 0/1] "
  ` [PATCH 1/1] "

[PATCH v2 02/10] ethdev: add flow item/action templates
 2022-01-19 15:16 UTC 

[PATCH v2 0/2] vhost: fix async address mapping
 2022-01-19 15:10 UTC  (3+ messages)
` [PATCH v2 1/2] vhost: rename field in guest page struct
` [PATCH v2 2/2] vhost: fix physical address mapping

[RFC] mempool: rte_mempool_do_generic_get optimizations
 2022-01-19 15:03 UTC  (7+ messages)
` [PATCH] mempool: fix get objects from mempool with cache
` [PATCH v2] mempool: fix put objects to "
` [PATCH v3] "

[PATCH 00/12] add packet generator library and example app
 2022-01-19 14:56 UTC  (10+ messages)
` [PATCH 01/12] net: add string to IPv4 parse function
` [PATCH 02/12] net: add function to pretty print IPv4
` [PATCH 05/12] gen: add raw packet data API and tests

[PATCH] bus/pci: assign driver's pointer before mapping
 2022-01-19 14:50 UTC 

mellanox connect x 5 drops when cache full
 2022-01-19 14:27 UTC 

[PATCH v2 01/10] ethdev: introduce flow pre-configuration hints
 2022-01-19 13:07 UTC 

[Bug 921] meson build warnings with 0.61.1
 2022-01-19 12:52 UTC 

[PATCH] common/cnxk: enable lmtst burst for batch free
 2022-01-19 12:06 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/nfp: free HW rings memzone on queue release
 2022-01-19 11:48 UTC 

[PATCH] mempool: test performance with constant n
 2022-01-19 11:37 UTC 

[RFC 0/3] Add support for GRE optional fields matching
 2022-01-19 10:56 UTC  (5+ messages)
` [RFC 1/3] ethdev: support GRE optional fields

[PATCH v2 1/2] common/cnxk: get head-tail of Rx and Tx queues
 2022-01-19 10:54 UTC  (3+ messages)
` [PATCH v2 2/2] net/cnxk: ethdev Rx/Tx queue status callbacks

[PATCH] net/cnxk: resolve mbuf data length update issue
 2022-01-19 10:52 UTC 

[PATCH v1] raw/ifpga/base: fix SPI transaction
 2022-01-19 10:50 UTC  (2+ messages)

[PATCH v1] raw/ifpga: fix pthread cannot join
 2022-01-19 10:45 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 1/5] eal: add API for bus close
 2022-01-19 10:31 UTC  (3+ messages)
` [PATCH v5 1/2] "

[PATCH] build: add missing arch define for Arm
 2022-01-19  9:51 UTC  (8+ messages)
` [PATCH v2] "

axgbe PMD fixes and updates
 2022-01-19  9:26 UTC  (3+ messages)
` [PATCH v1 2/6] net/axgbe: toggle PLL settings during rate change

[PATCH 1/2] common/cnxk: get head-tail of Rx and Tx queues
 2022-01-19  9:01 UTC  (3+ messages)
` [PATCH 2/2] net/cnxk: ethdev Rx/Tx queue status callbacks

[PATCH v2 1/1] net/tap: add a check that Rx/Tx have the same num of queues
 2022-01-19  7:49 UTC  (3+ messages)

[PATCH v3 1/1] net/tap: add a check that Rx/Tx have the same num of queues
 2022-01-19  7:43 UTC 

[dpdk-dev] [RFC 0/3] ethdev: datapath-focused flow rules management
 2022-01-19  7:16 UTC  (13+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] ethdev: introduce flow pre-configuration hints
  ` [PATCH v2 02/10] ethdev: add flow item/action templates
  ` [PATCH v2 03/10] ethdev: bring in async queue-based flow rules operations
  ` [PATCH v2 04/10] app/testpmd: implement rte flow configure
  ` [v2,05/10] app/testpmd: implement rte flow item/action template
  ` [v2,06/10] app/testpmd: implement rte flow table
  ` [v2,07/10] app/testpmd: implement rte flow queue create flow
  ` [v2,08/10] app/testpmd: implement rte flow queue drain
  ` [v2,09/10] app/testpmd: implement rte flow queue dequeue
  ` [v2,10/10] app/testpmd: implement rte flow queue indirect action

[PATCH v2 1/4] net/cnxk: avoid command copy from Tx queue
 2022-01-19  7:13 UTC  (4+ messages)
` [PATCH v2 2/4] event/cnxk: store and reuse workslot status
` [PATCH v2 3/4] event/cnxk: disable default wait time for dequeue
` [PATCH v2 4/4] net/cnxk: improve Rx performance

[PATCH] net/tap: Bug fix to populate fds in secondary process
 2022-01-19  4:51 UTC  (17+ messages)

[RFC 0/1] integrate dmadev in vhost
 2022-01-19  2:18 UTC  (6+ messages)
` [PATCH v1 "
  ` [PATCH v1 1/1] vhost: integrate dmadev in asynchronous datapath

[PATCH v2 0/7] ixgbe SFP handling fixes
 2022-01-19  0:31 UTC  (13+ messages)
` [PATCH v2 3/7] net/ixgbe: Check that SFF-8472 soft rate select is supported before write

[PATCH v4 00/53] introduce IWYU
 2022-01-18 19:47 UTC  (22+ messages)
` [PATCH v5 00/50] "
  ` [PATCH v5 07/50] timer: remove unneeded header includes
  ` [PATCH v5 34/50] ip_frag: "
  ` [PATCH v5 35/50] hash: "
  ` [PATCH v5 36/50] gro: "
  ` [PATCH v5 37/50] graph: "
  ` [PATCH v5 38/50] gpudev: "
  ` [PATCH v5 39/50] flow_classify: "
  ` [PATCH v5 40/50] fib: "
  ` [PATCH v5 41/50] eventdev: "
  ` [PATCH v5 42/50] efd: "
  ` [PATCH v5 43/50] dmadev: "
  ` [PATCH v5 44/50] distributor: "
  ` [PATCH v5 45/50] compressdev: "
  ` [PATCH v5 46/50] cmdline: "
  ` [PATCH v5 47/50] bpf: "
  ` [PATCH v5 48/50] bbdev: "
  ` [PATCH v5 49/50] cryptodev: "
  ` [PATCH v5 50/50] acl: "

[RFC PATCH v1 0/4] Direct re-arming of buffers on receive side
 2022-01-18 17:27 UTC  (6+ messages)
  ` 回复: "

[PATCH v4] maintainers: update for crypto api/crypto perf/sw crypto pmds using ipsec-mb
 2022-01-18 16:48 UTC  (2+ messages)
` [EXT] "

[dpdk-dev] [PATCH] app/testpmd: log the largest free block when dumping socket memory
 2022-01-18 16:17 UTC  (2+ messages)

[RFC] ethdev: introduce ethdev dump API
 2022-01-18 15:34 UTC  (10+ messages)
` [RFC v2] "
` [RFC v3] "

[PATCH v2 1/2] net/ice/base: support ANY software type on switch filter
 2022-01-18 14:57 UTC  (2+ messages)
  ` [PATCH v2 2/2] net/ice: support drop any and steer all to queue

[RFC] DTS Commit Policies
 2022-01-18 14:30 UTC  (3+ messages)

[PATCH 1/1] eal: add internal function to get base address
 2022-01-18 13:33 UTC  (6+ messages)
` [PATCH v4 "
    ` [EXT] "
` [PATCH v5 "

[PATCH v2 2/2] net/cnxk: support priority flow control
 2022-01-18 13:28 UTC  (3+ messages)
` [PATCH v3 1/2] common/cnxk: support priority flow ctrl config API
  ` [PATCH v3 2/2] net/cnxk: support priority flow control

[PATCH] app/testpmd: fix external buffer allocation
 2022-01-18 13:28 UTC  (2+ messages)

[PATCH v1] app/testpmd: fix dereference before null check
 2022-01-18 13:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 00/11] Add cnxk_gpio
 2022-01-18 13:24 UTC  (13+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/11] raw/cnxk_gpio: add GPIO driver skeleton
  ` [PATCH v5 02/11] raw/cnxk_gpio: support reading default queue conf
  ` [PATCH v5 03/11] raw/cnxk_gpio: support reading queue count
  ` [PATCH v5 04/11] raw/cnxk_gpio: support queue setup
  ` [PATCH v5 05/11] raw/cnxk_gpio: support queue release
  ` [PATCH v5 06/11] raw/cnxk_gpio: support enqueuing buffers
  ` [PATCH v5 07/11] raw/cnxk_gpio: support dequeuing buffers
  ` [PATCH v5 08/11] raw/cnxk_gpio: support standard GPIO operations
  ` [PATCH v5 09/11] raw/cnxk_gpio: support custom irq handlers
  ` [PATCH v5 10/11] raw/cnxk_gpio: support selftest
  ` [PATCH v5 11/11] raw/cnxk_gpio: add option to allow using subset of GPIOs

[PATCH] app/testpmd: fix GENEVE parsing in csum forward mode
 2022-01-18 13:19 UTC  (7+ messages)

[PATCH v2 1/1] eal: add internal function to get base address
 2022-01-18 12:35 UTC  (2+ messages)

[PATCH] net/mlx5: reject jump to root table
 2022-01-18 11:38 UTC 

[dpdk-dev] [PATCH 1/1] net/bondig: fix type-mismatch in bonding
 2022-01-18 11:30 UTC  (3+ messages)

[PATCH] examples/l3fwd: fix Rx burst size for event mode
 2022-01-18 10:38 UTC  (2+ messages)
` [EXT] "

[PATCH] net/af_xdp: fix build with -Wunused-function
 2022-01-18 10:29 UTC  (2+ messages)

[PATCH] tap:remove maintainer
 2022-01-18  9:29 UTC  (4+ messages)

[PATCH v2] net/bonding: fix RSS not work for bonding
 2022-01-18  9:27 UTC  (2+ messages)

[PATCH] net/mlx5: fix wrong MPRQ WQE size assertion
 2022-01-18  8:34 UTC  (2+ messages)

[PATCH] net/mlx5: fix maximum packet headers size for TSO
 2022-01-18  8:33 UTC  (2+ messages)

[PATCH v1 0/4] Fix bugs found in raw/ifpga development for arrow creek
 2022-01-18  7:37 UTC  (11+ messages)
` [PATCH v1 1/4] raw/ifpga/base: fix SPI transaction
` [PATCH v1 2/4] raw/ifpga: fix pthread cannot join
` [PATCH v1 3/4] raw/ifpga: fix ifpga devices cleanup function
` [PATCH v1 4/4] raw/ifpga/base: fix port feature ID
` [PATCH v2 0/4] Fix bugs found in raw/ifpga development for arrow creek
  ` [PATCH v2 1/4] raw/ifpga/base: fix SPI transaction
  ` [PATCH v2 2/4] raw/ifpga: fix pthread cannot join
  ` [PATCH v2 3/4] raw/ifpga: fix ifpga devices cleanup function
  ` [PATCH v2 4/4] raw/ifpga/base: fix port feature ID

[PATCH 10/10] app/testpmd: implement rte flow queue indirect action
 2022-01-18  5:09 UTC 

[PATCH 05/10] app/testpmd: implement rte flow item/action template
 2022-01-18  5:08 UTC  (5+ messages)
` [PATCH 06/10] app/testpmd: implement rte flow table
` [PATCH 07/10] app/testpmd: implement rte flow queue create flow
` [PATCH 08/10] app/testpmd: implement rte flow queue drain
` [PATCH 09/10] app/testpmd: implement rte flow queue dequeue

[PATCH 00/10] ethdev: datapath-focused flow rules management
 2022-01-18  5:02 UTC  (5+ messages)
` [PATCH 01/10] ethdev: introduce flow pre-configuration hints
` [PATCH 02/10] ethdev: add flow item/action templates
` [PATCH 03/10] ethdev: bring in async queue-based flow rules operations
` [PATCH 04/10] app/testpmd: implement rte flow configure

[PATCH] net/bonding: fix RSS not work for bonding
 2022-01-18  3:25 UTC  (2+ messages)

[PATCH] examples/flow_classify: fix spelling when log error
 2022-01-18  2:49 UTC 

[PATCH] net/bonding: fix RSS not work for bonding
 2022-01-18  2:20 UTC  (2+ messages)

[PATCH] Add pragma to ignore gcc-compat warnings in clang when used with diagnose_if
 2022-01-17 23:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] net/bonding: fix RSS not work for bonding in DPDK21.11
 2022-01-17 13:27 UTC 

[PATCH] net/bonding: fix RSS not work for bonding
 2022-01-12  7:22 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).