DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2 2/3] net/macb: add NEON vectorized Rx/Tx
 2024-12-10  7:07 UTC  (4+ messages)
` [PATCH v3 "
` [PATCH v3 2/6] "
` [PATCH v3 3/6] net/macb: fix logic error in macb_rxq_rearm function

[PATCH v2 1/3] net/macb: add new driver
 2024-12-10  7:04 UTC  (3+ messages)
` [PATCH v3 "
` [PATCH v3 1/6] "

txgbe: vlan offload setting errors
 2024-12-10  6:21 UTC  (4+ messages)

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

raw/gdtc: use standard macros to optimize code style
 2024-12-10  2:11 UTC 

[PATCH RESEND v7 0/5] app/testpmd: support multiple process attach and detach port
 2024-12-10  1:50 UTC  (3+ messages)
  ` [PATCH RESEND v7 2/5] ethdev: fix skip valid port in probing callback

[PATCH 0/2] enable dmadev lib to be compiled with MSVC
 2024-12-10  0:58 UTC  (7+ messages)
` [PATCH 1/2] lib/dmadev: eliminate undefined behavior
    ` [EXTERNAL] "
` [PATCH 2/2] lib/dmadev: enable dmadev lib to be compiled with MSVC

[PATCH v1 0/1] dts: add EAL sanity check suite
 2024-12-09 21:54 UTC  (2+ messages)
` [PATCH v1 1/1] "

[RFC PATCH 0/1] dts: add SUT cleanup to framework
 2024-12-09 20:59 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH 0/3] Defer lcore variables allocation
 2024-12-09 17:40 UTC  (12+ messages)
` [PATCH 1/3] random: defer seeding to EAL init
` [PATCH 2/3] power: defer lcore variable allocation
` [PATCH 3/3] eal/x86: defer power intrinsics "

22.11.7 patches review and test
 2024-12-09 13:48 UTC  (3+ messages)

[DPDK/meson Bug 1593] meson_tests/driver link_bonding_autotest test failed
 2024-12-09 10:14 UTC 

graph: dispatch mode with libevent for control plane
 2024-12-09  9:27 UTC 

[PATCH] net/mlx5: do not poll CQEs when no available elts
 2024-12-09  8:10 UTC  (2+ messages)

21.11.9 patches review and test
 2024-12-09  3:44 UTC  (2+ messages)

[PATCH 0/1] buildtools: clear out regex syntax warnings
 2024-12-08  2:25 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] net/tap: add new macpair option for split MAC address
 2024-12-07 17:47 UTC  (3+ messages)

[PATCH v10 0/7] Stage-Ordered API and other extensions for ring library
 2024-12-06 18:36 UTC  (9+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/7] test/ring: fix failure with custom number of lcores
  ` [PATCH v11 2/7] ring: common functions for 'move head' ops
  ` [PATCH v11 3/7] ring: make copying functions generic
  ` [PATCH v11 4/7] ring: make dump function more verbose
  ` [PATCH v11 5/7] ring/soring: introduce Staged Ordered Ring
  ` [PATCH v11 6/7] app/test: add unit tests for soring API
  ` [PATCH v11 7/7] test: add stress test suite

[PATCH v15 0/4] add support for self monitoring
 2024-12-06 18:15 UTC  (8+ messages)
` [PATCH v16 "
  ` [PATCH v16 1/4] lib: add generic support for reading PMU events

[PATCH 0/6] eliminate dependency on non-portable __SIZEOF_LONG__
 2024-12-06 18:14 UTC  (30+ messages)
` [PATCH 1/6] drivers/bus: "
  ` [PATCH v2 0/6] "
    ` [PATCH v2 1/6] drivers/bus: "
    ` [PATCH v2 2/6] drivers/common: "
    ` [PATCH v2 3/6] drivers/dma: "
    ` [PATCH v2 4/6] drivers/net: "
    ` [PATCH v2 5/6] drivers/raw: "
    ` [PATCH v2 6/6] lib/mldev: "
  ` [PATCH v3 0/7] "
    ` [PATCH v3 1/7] lib/eal: "
    ` [PATCH v3 2/7] drivers/bus: "
    ` [PATCH v3 3/7] drivers/common: "
    ` [PATCH v3 4/7] drivers/dma: "
    ` [PATCH v3 5/7] drivers/net: "
    ` [PATCH v3 6/7] drivers/raw: "
    ` [PATCH v3 7/7] lib/mldev: "
` [PATCH 2/6] drivers/common: "
` [PATCH 3/6] drivers/dma: "
` [PATCH 4/6] drivers/net: "
` [PATCH 5/6] drivers/raw: "
` [PATCH 6/6] lib/mldev: "

Scheduled maintenance for git.dpdk.org
 2024-12-06 17:55 UTC 

[PATCH] net/mlx5: fix hypervisor detection in VLAN workaround
 2024-12-06 14:26 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] net/sxe: add a basic directory structure and doc
 2024-12-06  9:26 UTC 

GCP cloud : Virtio-PMD performance Issue
 2024-12-06  8:23 UTC  (3+ messages)

[PATCH v3 3/3] net/macb: fix logic error in macb_rxq_rearm function
 2024-12-06  8:09 UTC 

rte_mempool_create fails with --no-huge
 2024-12-06  7:38 UTC  (6+ messages)
  ` [**EXTERNAL**] "

[PATCH V1] doc: add tested Intel platforms two NICs
 2024-12-06  5:39 UTC 

[PATCH] net/ice/base: support switch recipe reuse
 2024-12-06  1:38 UTC 

[DPDK/ethdev Bug 1592] AF_PACKET PMD loops back packets on veth with tc
 2024-12-05 23:01 UTC 

[RFC v2] ethdev: an API for cache stashing hints
 2024-12-05 21:00 UTC  (6+ messages)
` [RFC v3 0/2] An API for Stashing Packets into CPU caches
  ` [RFC v3 2/2] ethdev: introduce the cache stashing hints API

[PATCH 0/2] provide rte_ffs32, rte_ffs64 and __rte_x86_movdiri for MSVC
 2024-12-05 20:35 UTC  (8+ messages)
` [PATCH 2/2] eal: add rte ffs32 and rte ffs64 inline functions
` [PATCH v2 0/3] provide rte_ffs32, rte_ffs64 and __rte_x86_movdiri
  ` [PATCH v2 1/3] eal: provide movdiri for MSVC
  ` [PATCH v2 2/3] eal: add rte ffs32 and rte ffs64 inline functions
  ` [PATCH v2 3/3] app/test: add test for rte_ffs32 and rte_ffs64 functions

lib/eal/arm/include/rte_vect.h fails to compile with clang14 for 32bit ARM
 2024-12-05 20:09 UTC  (7+ messages)

[PATCH] lib/fib: remove warning about implicit 64-bit conversion
 2024-12-05 15:38 UTC  (4+ messages)
` [PATCH v2] "

[DPDK/DTS Bug 1516] Port over checksum offload suite to new DTS
 2024-12-05 13:58 UTC  (2+ messages)

[RFC] eventdev: add atomic queue to test-eventdev app
 2024-12-05 13:29 UTC 

[RFC] crypto/virtio: add vhost-vdpa backend
 2024-12-05 12:27 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH] MAINTAINERS: update maintainers for next-net
 2024-12-05 12:23 UTC  (2+ messages)

[PATCH] crypto/openssl: fix CMAC auth context update
 2024-12-05 11:33 UTC  (2+ messages)

[PATCH v22 13/13] compress/zsda: add zsda compressdev capabilities
 2024-12-05  8:25 UTC  (4+ messages)
` [v22,13/13] "
    ` [EXTERNAL] "

[RFC 0/3] Improve lock annotations
 2024-12-05  6:18 UTC  (3+ messages)
` [RFC 2/3] eal: enhance lock annotations for spinlock and seqlock

[PATCH 0/2] add function to set dedicated queue size
 2024-12-05  2:53 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] net/bonding: add command "

[PATCH 00/15] fix packing of structs when building with MSVC
 2024-12-05  0:54 UTC  (38+ messages)
` [PATCH v5 00/16] "
  ` [PATCH v5 01/16] eal: provide pack start macro for MSVC
` [PATCH v6 00/30] fix packing of structs when building with MSVC
  ` [PATCH v6 01/30] devtools: check packed attributes
  ` [PATCH v6 02/30] eal/include: add new packing macros
  ` [PATCH v6 04/30] app/test: replace packed attributes
  ` [PATCH v6 05/30] doc/guides: "
  ` [PATCH v6 06/30] drivers/baseband: "
  ` [PATCH v6 07/30] drivers/bus: "
  ` [PATCH v6 08/30] drivers/common: "
  ` [PATCH v6 09/30] drivers/compress: "
  ` [PATCH v6 10/30] drivers/crypto: "
  ` [PATCH v6 11/30] drivers/dma: "
  ` [PATCH v6 12/30] drivers/event: "
  ` [PATCH v6 13/30] drivers/mempool: "
  ` [PATCH v6 15/30] drivers/raw: "
  ` [PATCH v6 16/30] drivers/regex: "
  ` [PATCH v6 17/30] drivers/vdpa: "
  ` [PATCH v6 30/30] lib/eal: remove __rte_packed

[RFC v5 1/6] eal: add bitset type
 2024-12-05  0:40 UTC  (6+ messages)
` [PATCH "
  ` [PATCH 4/6] eal: add unit tests for atomic bitset operations

[PATCH v4] dts: add flow rule dataclass to testpmd shell
 2024-12-04 23:22 UTC  (3+ messages)
` [PATCH v5 1/2] "
  ` [PATCH v5 2/2] dts: add flow create/delete "

[PATCH v2 1/2] net/bonding: introduce direct link bonding mode
 2024-12-04 22:21 UTC  (3+ messages)

[RFC 0/5] make PMD xstat_get alike
 2024-12-04 22:19 UTC  (7+ messages)
` [RFC 2/5] net/ngbe: fix query handling in xstats_get
` [RFC 4/5] net/octeontx: fix handling of xstats_get
` [RFC 5/5] net/sfc: fix handling of xstats_get queries

eal: -n or -r options are ignored when --in-memory is used
 2024-12-04 22:15 UTC  (3+ messages)

[PATCH] lib/lpm: use standard atomic_store_explicit
 2024-12-04 19:09 UTC  (5+ messages)

[PATCH v1 1/1] usertools/devbind: add documentation for no-IOMMU mode
 2024-12-04 12:33 UTC  (2+ messages)

[PATCH v1 1/1] usertools/devbind: allow changing UID/GID for VFIO
 2024-12-04 12:33 UTC  (3+ messages)
` [PATCH v4 "

[PATCH] version: 25.03-rc0
 2024-12-04 12:05 UTC  (3+ messages)

[PATCH] lib/gso: gso Adds the processing of IPV6 tcp packets
 2024-12-04 10:05 UTC 

[PATCH v1 0/1] Rewrite devbind
 2024-12-04  9:48 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] usertools/devbind: replace devbind
` [PATCH v3 0/2] Rewrite devbind
  ` [PATCH v3 1/2] usertools/devbind: update coding style
  ` [PATCH v3 2/2] usertools/devbind: replace devbind

[PATCH] version: 24.11.0
 2024-12-04  9:40 UTC 

[PATCH] lib/gso: rte_gso_segment function increases the processing of ipv6 tcp packets
 2024-12-04  2:44 UTC 

[PATCH] vhost: Fix the crash caused by accessing the released memory
 2024-12-03  6:49 UTC  (3+ messages)
  `  "

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