DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/3] add diagnostics macros to make code portable
 2025-01-03 21:26 UTC  (49+ messages)
` [PATCH 1/3] lib/eal: "
` [PATCH 2/3] drivers/common: "
` [PATCH 3/3] drivers/net: "
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] lib/eal: "
  ` [PATCH v2 2/3] drivers/common: "
  ` [PATCH v2 3/3] drivers/net: "
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] lib/eal: "
  ` [PATCH v3 2/3] drivers/common: "
  ` [PATCH v3 3/3] drivers/net: "
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] lib/eal: "
  ` [PATCH v4 2/3] drivers/common: "
  ` [PATCH v4 3/3] drivers/net: "
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] lib/eal: "
  ` [PATCH v5 2/3] drivers/common: "
  ` [PATCH v5 3/3] drivers/net: "
` [PATCH v6 0/3] "
  ` [PATCH v6 1/3] lib/eal: "
  ` [PATCH v6 2/3] drivers/common: "
  ` [PATCH v6 3/3] drivers/net: "
` [PATCH v7 0/3] "
  ` [PATCH v7 1/3] lib/eal: "
  ` [PATCH v7 2/3] drivers/common: "
  ` [PATCH v7 3/3] drivers/net: "
` [PATCH v8 0/3] "
  ` [PATCH v8 1/3] lib/eal: "
  ` [PATCH v8 2/3] drivers/common: "
  ` [PATCH v8 3/3] drivers/net: "
` [PATCH v9 0/3] "
  ` [PATCH v9 1/3] lib/eal: "
  ` [PATCH v9 2/3] drivers/common: "
  ` [PATCH v9 3/3] drivers/net: "
` [PATCH v10 0/3] "
  ` [PATCH v10 1/3] lib/eal: "
  ` [PATCH v10 2/3] drivers/common: "
  ` [PATCH v10 3/3] drivers/net: "
` [PATCH v11 0/3] "
  ` [PATCH v11 1/3] lib/eal: "
  ` [PATCH v11 2/3] drivers/common: "
  ` [PATCH v11 3/3] drivers/net: "

[PATCH 0/5] add portable version of __builtin_add_overflow
 2025-01-03 20:39 UTC  (17+ messages)
` [PATCH 1/5] maintainers: "
` [PATCH 2/5] lib/eal: "
` [PATCH 3/5] doc/api: "
` [PATCH 4/5] drivers/net: use "
` [PATCH 5/5] app/test: add tests for portable versions "
` [PATCH v2 0/5] add portable version "
  ` [PATCH v2 1/5] maintainers: "
  ` [PATCH v2 2/5] lib/eal: "
  ` [PATCH v2 3/5] doc/api: "
  ` [PATCH v2 4/5] drivers/net: use "
  ` [PATCH v2 5/5] app/test: add tests for "

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

[RFC] net/virtio-user: implement MAC setting for Vhost-kernel
 2025-01-03 14:41 UTC 

[PATCH v2 1/3] dts: update dependencies
 2025-01-03 12:55 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] dts: add missing type stubs
  ` [PATCH v3 3/3] dts: resolve mypy type errors

[PATCH] net/sxe: add base driver directory and doc
 2025-01-03  8:29 UTC 

[PATCH] net/sxe: add base driver directory and doc
 2025-01-03  8:23 UTC 

[PATCH] net/sxe: add base driver directory and doc
 2025-01-03  6:11 UTC 

[PATCH v5 0/5] add feature arc in rte_graph
 2025-01-03  6:06 UTC  (6+ messages)
` [PATCH v6 0/4] "
  ` [PATCH v6 1/4] graph: add API to override node process function
  ` [PATCH v6 2/4] graph: add feature arc abstraction
  ` [PATCH v6 3/4] ip4: add ip4 output feature arc
  ` [PATCH v6 4/4] app/graph: add custom feature nodes for ip4 output arc

[PATCH] eal: fix bus cleanup in secondary process
 2025-01-03  3:09 UTC  (2+ messages)
` [PATCH v2] cryptodev: not close device when secondary exit

[PATCH 1/2] net/mlx5: improve socket file path
 2025-01-03  2:51 UTC  (4+ messages)

[PATCH] net/sxe: add base driver directory and rough doc documentation
 2025-01-03  1:45 UTC 

[DPDK/ethdev Bug 1609] memif jumbo support broken
 2025-01-02 19:48 UTC 

[PATCH v2 01/15] net/zxdh: zxdh np init implementation
 2025-01-02 16:42 UTC  (17+ messages)
` [PATCH v6 00/15] net/zxdh: updated net zxdh driver
  ` [PATCH v6 03/15] net/zxdh: port tables init implementations
  ` [PATCH v6 04/15] net/zxdh: port tables unint implementations
  ` [PATCH v6 05/15] net/zxdh: rx/tx queue setup and intr enable
  ` [PATCH v6 06/15] net/zxdh: dev start/stop ops implementations
  ` [PATCH v6 07/15] net/zxdh: provided dev simple tx implementations
  ` [PATCH v6 08/15] net/zxdh: provided dev simple rx implementations
  ` [PATCH v6 09/15] net/zxdh: link info update, set link up/down
  ` [PATCH v6 10/15] net/zxdh: mac set/add/remove ops implementations
  ` [PATCH v6 11/15] net/zxdh: promisc/allmulti "
  ` [PATCH v6 12/15] net/zxdh: vlan filter/ offload "
  ` [PATCH v6 13/15] net/zxdh: rss hash config/update, reta update/get
  ` [PATCH v6 14/15] net/zxdh: basic stats ops implementations
  ` [PATCH v6 15/15] net/zxdh: mtu update "
  ` [v6,00/15] net/zxdh: updated net zxdh driver

Yunsilicon Roadmap for 25.03
 2025-01-02 10:33 UTC 

[RFC PATCH] eventdev: adapter API to configure multiple Rx queues
 2025-01-02  9:40 UTC  (3+ messages)

[PATCH] Fix unused memseg length for memory issue
 2025-01-02  8:58 UTC  (4+ messages)
` [PATCH v2] eal: fix unused memseg length

[PATCH v2] eal: fix unused memseg length
 2025-01-02  7:26 UTC 

[PATCH] lib/gro: use hash function for flow lookup
 2025-01-02  3:53 UTC  (3+ messages)

[RFC PATCH] ethdev: add new API for enable/disable xstat counters by ID
 2025-01-01 19:05 UTC  (5+ messages)

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

[PATCH v1 1/2] dts: allow expected packets to come from the TG
 2024-12-31 11:31 UTC  (4+ messages)
` [PATCH v1 2/2] dts: add softnic test
` [PATCH v2 1/2] dts: allow expected packets to come from the TG
  ` [PATCH v2 2/2] dts: add softnic test

[PATCH v2] service: add service maintenance callback
 2024-12-31 10:02 UTC 

Recall: Re: compilation|FAILURE| pw(149211) sid(34143) job(PER_PATCH_BUILD14361)[v2, 3/3] eal: enhance lock annotations for rwlock
 2024-12-31  2:26 UTC 

compilation|FAILURE| pw(149211) sid(34143) job(PER_PATCH_BUILD14361)[v2, 3/3] eal: enhance lock annotations for rwlock
 2024-12-31  2:24 UTC  (2+ messages)

[PATCH 0/3] net/hns3: bugfix on hns3
 2024-12-30 17:55 UTC  (6+ messages)
` [PATCH 1/3] net/hns3: fix simple Tx path incorrect free the mbuf
` [PATCH 2/3] net/hns3: remove pvid info dump for VF
` [PATCH 3/3] net/hns3: rename RAS module

[PATCH] service: add service maintenance callback
 2024-12-30 15:32 UTC 

RFC - Tap io_uring PMD
 2024-12-29 10:45 UTC  (4+ messages)

[RFC 0/8] ioring: network driver
 2024-12-28 16:39 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] net/ioring: introduce new driver

[PATCH] drivers/net: use intrinsic to access content of __m128i
 2024-12-28  1:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] lib/eventdev: use correct format string for data type on log call
 2024-12-27 18:00 UTC  (2+ messages)

[PATCH 0/6] dts: add Ruff and docstring linting
 2024-12-27 12:18 UTC  (4+ messages)
` [PATCH v2 0/7] "

[DPDK/other Bug 1608] dpdk-dumpcap not allowed to do multiple invocations on the same interface
 2024-12-27  2:50 UTC 

[PATCH 0/2] fix void function returning a value
 2024-12-26 23:14 UTC  (3+ messages)
` [PATCH 1/2] drivers_common: "
` [PATCH 2/2] drivers_net: "

[PATCH] drivers_net: use 64-bit shift and avoid signed/unsigned mismatch
 2024-12-26 20:59 UTC 

[PATCH 0/2] remove use of non-standard array range initialization
 2024-12-26 20:11 UTC  (3+ messages)
` [PATCH 1/2] app/test: "
` [PATCH 2/2] drivers/net: "

[DPDK/eventdev Bug 1607] cnkx eventdev drivers take too long to compile
 2024-12-26 18:48 UTC 

[PATCH 0/2] remove unused variables and add MSVC compiler flag
 2024-12-26 18:41 UTC  (3+ messages)
` [PATCH 1/2] drivers/common: "
` [PATCH 2/2] drivers/net: "

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