DPDK patches and discussions
 help / color / mirror / Atom feed
questions about pinned external buffers
 2025-01-09 12:11 UTC 

[PATCH] examples/l3fwd: optimize packet prefetch
 2025-01-09 11:31 UTC  (3+ messages)

[PATCH v22 01/13] config: add zsda device number
 2025-01-09 10:44 UTC  (24+ messages)
` [PATCH v22 02/13] common/zsda: add zsdadev driver
  ` [PATCH v22 06/13] compress/zsda: add zsda compressdev driver skeleton
    ` [EXTERNAL] "
  ` [PATCH v22 07/13] compress/zsda: add zsda compressdev dev ops
    ` [EXTERNAL] "
  ` [PATCH v22 10/13] compress/zsda: add zsda compressdev qp ops
    ` [EXTERNAL] "
  ` [PATCH v22 13/13] compress/zsda: add zsda compressdev capabilities
    ` [EXTERNAL] "
` [PATCH v23 00/13] drivers/zsda: introduce zsda drivers
  ` [PATCH v23 01/13] config: add zsda device number
    ` [PATCH v23 02/13] common/zsda: add zsdadev driver
      ` [PATCH v23 03/13] common/zsda: add logging macros
      ` [PATCH v23 04/13] common/zsda: add functions to operate hardware queue
      ` [PATCH v23 05/13] common/zsda: add definition and use of msg chan
      ` [PATCH v23 06/13] compress/zsda: add zsda compressdev driver skeleton
      ` [PATCH v23 07/13] compress/zsda: add zsda compressdev dev ops
      ` [PATCH v23 08/13] compress/zsda: add zsda compressdev stats ops
      ` [PATCH v23 09/13] compress/zsda: add zsda compressdev xform ops
      ` [PATCH v23 10/13] compress/zsda: add zsda compressdev qp ops
      ` [PATCH v23 11/13] compress/zsda: add zsda compressdev enqueue datapath
      ` [PATCH v23 12/13] compress/zsda: add zsda compressdev dequeue datapath
      ` [PATCH v23 13/13] compress/zsda: add zsda compressdev capabilities

[RFC v2 1/1] eventdev: add atomic queue to test-eventdev app
 2025-01-09 10:22 UTC  (3+ messages)

[DPDK/testpmd Bug 1612] add a new flag to read from file without showing the input in cmd-line
 2025-01-09  9:45 UTC 

[PATCH 0/3] net/hns3: bugfix on hns3
 2025-01-09  7:43 UTC  (6+ messages)
` [PATCH 1/3] net/hns3: fix simple Tx path incorrect free the mbuf

[PATCH] net/tap: fix compilation issues if HAVE_TCA_FLOWER is missing
 2025-01-09  7:31 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 00/15] net/ngbe: add VF driver support
 2025-01-09  4:02 UTC  (16+ messages)
` [PATCH 01/15] net/ngbe: add ethdev probe and remove for VF device
` [PATCH 02/15] net/ngbe: add support for PF-VF mailbox interface
` [PATCH 03/15] net/ngbe: add hardware configuration code for VF device
` [PATCH 04/15] net/ngbe: add promiscuous and allmulticast ops "
` [PATCH 05/15] net/ngbe: add set MTU "
` [PATCH 06/15] net/ngbe: add add/remove/set mac addr "
` [PATCH 07/15] net/ngbe: add datapath init code "
` [PATCH 08/15] net/ngbe: add vlan related ops "
` [PATCH 09/15] net/ngbe: add interrupt support "
` [PATCH 10/15] net/ngbe: add link update ops "
` [PATCH 11/15] net/ngbe: add stats and xstats "
` [PATCH 12/15] net/ngbe: add start/stop/reset/close "
` [PATCH 13/15] net/ngbe: add multicast MAC filter "
` [PATCH 14/15] net/ngbe: add dump registers "
` [PATCH 15/15] net/ngbe: add some ops which PF has implemented

[PATCH 00/15] fix packing of structs when building with MSVC
 2025-01-09  2:49 UTC  (74+ messages)
` [PATCH v8 00/29] "
  ` [PATCH v8 01/29] devtools: check packed attributes
  ` [PATCH v8 02/29] eal/include: add new packing macros
  ` [PATCH v8 14/29] drivers/net: replace packed attributes
  ` [PATCH v8 27/29] lib/net: "
` [PATCH v9 00/30] fix packing of structs when building with MSVC
  ` [PATCH v9 01/30] devtools: check packed attributes
  ` [PATCH v9 02/30] eal/include: add new packing macros
  ` [PATCH v9 03/30] app/test-pmd: remove unnecessary packed attributes
  ` [PATCH v9 04/30] app/test: replace "
  ` [PATCH v9 05/30] doc/guides: "
  ` [PATCH v9 06/30] drivers/baseband: "
  ` [PATCH v9 07/30] drivers/bus: "
  ` [PATCH v9 08/30] drivers/common: "
  ` [PATCH v9 09/30] drivers/compress: "
  ` [PATCH v9 10/30] drivers/crypto: "
  ` [PATCH v9 11/30] drivers/dma: "
  ` [PATCH v9 12/30] drivers/event: "
  ` [PATCH v9 13/30] drivers/mempool: "
  ` [PATCH v9 14/30] drivers/net: "
  ` [PATCH v9 15/30] drivers/raw: "
  ` [PATCH v9 16/30] drivers/regex: "
  ` [PATCH v9 17/30] drivers/vdpa: "
  ` [PATCH v9 18/30] examples/common: "
  ` [PATCH v9 19/30] examples/ip-pipeline: remove "
  ` [PATCH v9 20/30] examples/ipsec_secgw: replace "
  ` [PATCH v9 21/30] examples/l3fwd-power: "
  ` [PATCH v9 22/30] examples/l3fwd: "
  ` [PATCH v9 23/30] examples/ptpclient: "
  ` [PATCH v9 24/30] examples/vhost_blk: "
  ` [PATCH v9 25/30] lib/eal: "
  ` [PATCH v9 26/30] lib/ipsec: "
  ` [PATCH v9 27/30] lib/net: "
  ` [PATCH v9 28/30] lib/pipeline: "
  ` [PATCH v9 29/30] lib/vhost: "
  ` [PATCH v9 30/30] eal/include: deprecate macro __rte_packed
` [PATCH v10 00/30] fix packing of structs when building with MSVC
  ` [PATCH v10 01/30] devtools: check packed attributes
  ` [PATCH v10 02/30] eal/include: add new packing macros
  ` [PATCH v10 03/30] app/test-pmd: remove unnecessary packed attributes
  ` [PATCH v10 04/30] app/test: replace "
  ` [PATCH v10 05/30] doc/guides: "
  ` [PATCH v10 06/30] drivers/baseband: "
  ` [PATCH v10 07/30] drivers/bus: "
  ` [PATCH v10 08/30] drivers/common: "
  ` [PATCH v10 09/30] drivers/compress: "
  ` [PATCH v10 10/30] drivers/crypto: "
  ` [PATCH v10 11/30] drivers/dma: "
  ` [PATCH v10 12/30] drivers/event: "
  ` [PATCH v10 13/30] drivers/mempool: "
  ` [PATCH v10 14/30] drivers/net: "
  ` [PATCH v10 15/30] drivers/raw: "
  ` [PATCH v10 16/30] drivers/regex: "
  ` [PATCH v10 17/30] drivers/vdpa: "
  ` [PATCH v10 18/30] examples/common: "
  ` [PATCH v10 19/30] examples/ip-pipeline: remove "
  ` [PATCH v10 20/30] examples/ipsec_secgw: replace "
  ` [PATCH v10 21/30] examples/l3fwd-power: "
  ` [PATCH v10 22/30] examples/l3fwd: "
  ` [PATCH v10 23/30] examples/ptpclient: "
  ` [PATCH v10 24/30] examples/vhost_blk: "
  ` [PATCH v10 25/30] lib/eal: "
  ` [PATCH v10 26/30] lib/ipsec: "
  ` [PATCH v10 27/30] lib/net: "
  ` [PATCH v10 28/30] lib/pipeline: "
  ` [PATCH v10 29/30] lib/vhost: "
  ` [PATCH v10 30/30] eal/include: deprecate macro __rte_packed

[PATCH] app/testpmd: add ipv6 extension header parse
 2025-01-08 17:02 UTC  (2+ messages)

[PATCH] ring: add the second version of the RTS interface
 2025-01-08 16:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] net/memif: Fix memif-rx buffer linking
 2025-01-08 15:36 UTC  (2+ messages)

[PATCH 00/16] remove use of VLAs for Windows built code
 2025-01-08 13:30 UTC  (3+ messages)
` [PATCH v13 00/21] remove use of VLAs for Windows

[PATCH] test/crypto: check for RSA capability
 2025-01-08 12:35 UTC  (3+ messages)

[PATCH] crypto/virtio: fix dataqueues iteration
 2025-01-08 12:31 UTC  (3+ messages)

[PATCH] eal: fix bus cleanup in secondary process
 2025-01-08 12:21 UTC  (3+ messages)
` [PATCH v2] cryptodev: not close device when secondary exit
  ` [EXTERNAL] "

[PATCH 0/2] enable AVX2 for IDPF single queue
 2025-01-08 12:17 UTC  (3+ messages)
` [PATCH 1/2] common/idpf: enable AVX2 for single queue Rx
` [PATCH 2/2] common/idpf: enable AVX2 for single queue Tx

[PATCH] crypto/virtio: return proper error in session fail
 2025-01-08 12:14 UTC 

The question for the modification against (lib/cryptodev/rte_cryptodev.h) in commit 719834a6
 2025-01-08 10:35 UTC  (4+ messages)
` [PATCH v2] cryptodev: fix C++ include
    ` [EXTERNAL] "

[PATCH] crypto/openssl: fix CMAC auth context update
 2025-01-08 10:31 UTC  (3+ messages)

[PATCH 1/2] lib/cryptodev: avoid implicit conversion to 64 bit number
 2025-01-08 10:28 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] test/crypto: return proper codes in create session
 2025-01-08 10:22 UTC  (2+ messages)

[RFC v1 0/1] dts: separate allowed values from json schema
 2025-01-08 10:05 UTC  (3+ messages)
` [RFC v1 1/1] dts: split enums from primary "

[PATCH] crypto/virtio: remove redundant crypto queue free
 2025-01-08 10:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] cryptodev: allow use of global variables from C++
 2025-01-08  9:55 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH 0/3] add diagnostics macros to make code portable
 2025-01-08  9:20 UTC  (7+ messages)
` [PATCH v11 "

[PATCH v2 1/1] dts: add EAL confidence check suite
 2025-01-08  9:07 UTC  (6+ messages)
` [PATCH v3] dts: reform hello world test suite
  ` [PATCH v4] "

[PATCH v15 0/4] add support for self monitoring
 2025-01-08  8:31 UTC  (12+ messages)
` [PATCH v16 "
  ` [PATCH v16 1/4] lib: add generic support for reading PMU events
      ` [EXTERNAL] "
  ` [PATCH v16 4/4] eal: add PMU support to tracing library
      ` [EXTERNAL] "
    ` [EXTERNAL] Re: [PATCH v16 0/4] add support for self monitoring

[PATCH v2] net/gve: Allocate qpl pages using malloc if memzone allocation fails
 2025-01-07 19:02 UTC  (2+ messages)
` [PATCH v3] net/gve: allocate RX QPL pages using malloc

[v1 00/16] crypto/virtio: vDPA and asymmetric support
 2025-01-07 18:44 UTC  (18+ messages)
` [v1 12/16] common/virtio: common virtio log
    ` [EXTERNAL] "
` [v2 0/2] crypto/virtio: add RSA support
  ` [v2 1/2] crypto/virtio: add asymmetric "
  ` [v2 2/2] test/crypto: add asymmetric tests for virtio PMD
` [v2 0/2] vhost: add RSA support
  ` [v2 1/2] vhost: add asymmetric "
  ` [v2 2/2] examples/vhost_crypto: add asymmetric support
` [v2 0/2] crypto/virtio: add packed ring support
  ` [v2 1/2] crypto/virtio: refactor queue operations
  ` [v2 2/2] crypto/virtio: add packed ring support
` [v2 0/4] crypto/virtio: add vDPA backend support
  ` [v2 1/4] common/virtio: move vDPA to common directory
  ` [v2 2/4] common/virtio: support cryptodev in vdev setup
  ` [v2 3/4] crypto/virtio: add vhost backend to virtio_user
  ` [v2 4/4] test/crypto: test virtio_crypto_user PMD

[PATCH v2] vhost: include AKCIPHER algorithms in crypto_config
 2025-01-07 18:25 UTC  (2+ messages)
` [v3] "

[PATCH] net/memif: Fix memif-rx buffer linking
 2025-01-07 16:48 UTC  (2+ messages)

[PATCH] dts: fix MTU set command
 2025-01-07 16:14 UTC  (3+ messages)

[PATCH v5 0/5] add feature arc in rte_graph
 2025-01-07 12:37 UTC  (5+ messages)
` [PATCH v6 0/4] "
    ` Feature arc slides

[PATCH v2] service: add service maintenance callback
 2025-01-07 10:01 UTC  (2+ messages)

[DPDK/ethdev Bug 1611] net/af_xdp, numa_node and socket_id is assigned incorrectly for numa scenario
 2025-01-07  6:09 UTC 

[DPDK/other Bug 1610] dpdk-dumpcap does not support packet capture on vhost-user-client interfaces
 2025-01-07  3:28 UTC 

[PATCH v5 00/15] XSC PMD for Yunsilicon NICs
 2025-01-07  2:50 UTC  (16+ messages)
` [PATCH v5 01/15] net/xsc: add xsc PMD framework
` [PATCH v5 02/15] net/xsc: add xsc device initialization
` [PATCH v5 03/15] net/xsc: add xsc mailbox
` [PATCH v5 04/15] net/xsc: add xsc dev ops to support VFIO driver
` [PATCH v5 05/15] net/xsc: add PCT interfaces
` [PATCH v5 06/15] net/xsc: initialize xsc representors
` [PATCH v5 07/15] net/xsc: add ethdev configure and RSS ops
` [PATCH v5 08/15] net/xsc: add Rx and Tx queue setup
` [PATCH v5 09/15] net/xsc: add ethdev start
` [PATCH v5 10/15] net/xsc: add ethdev stop and close
` [PATCH v5 11/15] net/xsc: add ethdev Rx burst
` [PATCH v5 12/15] net/xsc: add ethdev Tx burst
` [PATCH v5 13/15] net/xsc: add basic stats ops
` [PATCH v5 14/15] net/xsc: add ethdev infos get
` [PATCH v5 15/15] net/xsc: add ethdev link and MTU ops

[PATCH] drivers_net: use 64-bit shift and avoid signed/unsigned mismatch
 2025-01-06 21:16 UTC  (4+ messages)
` [PATCH v2] drivers/net: "

[PATCH v13] dts: port over queue start/stop suite
 2025-01-06 20:37 UTC  (2+ messages)
` [PATCH v14] "

Subject: [PATCH] net/memif: Fix memif-tx buffer flags handling
 2025-01-06 19:46 UTC 

[PATCH 1/2] config/arm: strict use of -mcpu for supported CPUs
 2025-01-06 18:31 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] config/arm: sort SOCs alphabetically

[PATCH 0/2] compile ipsec on Windows
 2025-01-06 16:45 UTC  (3+ messages)
` [PATCH 1/2] lib/ipsec: "
` [PATCH 2/2] app/test: enable ipsec-related tests

page: 

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