DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH 1/1] net/failsafe: link_update request crashing at boot
 2024-04-12 11:27 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2] "
  `  "

[PATCH 1/2] meson/mlx5: Suppress -Wunused-value diagnostic
 2024-04-12 11:13 UTC  (2+ messages)
` [PATCH 2/2] ARM64: Cross-Compilation Support

[PATCH 0/5] dts: testpmd show port info/stats
 2024-04-12 11:11 UTC  (6+ messages)
` [PATCH 1/5] dts: fix InteractiveShell command prompt filtering
` [PATCH 2/5] dts: skip first line of send_command output
` [PATCH 3/5] dts: add parsing utility module
` [PATCH 4/5] dts: add `show port info` command to TestPmdShell
` [PATCH 5/5] dts: add `show port stats` "

[PATCH] net/netvsc: fix number Tx queues > Rx queues
 2024-04-12 10:23 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [EXTERNAL] "

[PATCH v1 0/2] dts: api docs generation
 2024-04-12 10:14 UTC  (5+ messages)
` [PATCH v4 0/3] dts: API "
  ` [PATCH v4 1/3] dts: add doc generation dependencies
  ` [PATCH v4 2/3] dts: add API doc sources
  ` [PATCH v4 3/3] dts: add API doc generation

[PATCH] net/nfp: fix representor port release queue problem
 2024-04-12 10:12 UTC  (2+ messages)

[PATCH] ethdev: fix strict aliasing lead to link cannot be up
 2024-04-12  8:49 UTC  (12+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH] vhost: cleanup vq resubmit info when set_inflight_fd
 2024-04-12  8:10 UTC  (2+ messages)

[DPDK/ethdev Bug 1415] Calling rte_eth_bond_8023ad_dedicated_queues_enable() leads to exhaustion of the LACP packet pool
 2024-04-11 16:50 UTC 

[PATCH] net/gve: add IPv4 checksum offloading capability
 2024-04-11 15:03 UTC  (2+ messages)

[PATCH 0/6] dts: add testpmd params and statefulness
 2024-04-11 13:59 UTC  (38+ messages)
` [PATCH 1/6] dts: add parameters data structure
` [PATCH 2/6] dts: use Params for interactive shells
` [PATCH 3/6] dts: add testpmd shell params
` [PATCH 4/6] dts: use testpmd params for scatter test suite
` [PATCH 5/6] dts: add statefulness to InteractiveShell
` [PATCH 6/6] dts: add statefulness to TestPmdShell

[PATCH v2 0/4] hash: add SVE support for bulk key lookup
 2024-04-11 13:32 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/4] hash: optimize compare signature for NEON
    ` [EXTERNAL] "

[DPDK/DTS Bug 1414] DTS: Remove the POC OS UDP test case
 2024-04-11 12:21 UTC 

[PATCH v2] ethdev: fix strict aliasing lead to link cannot be up
 2024-04-11 11:58 UTC 

DPDK Release Status Meeting 2024-04-11
 2024-04-11  9:50 UTC 

[PATCH] net/ice: support FEC feature
 2024-04-11  9:45 UTC 

[PATCH v4] net/i40e: support FEC feature
 2024-04-11  9:29 UTC  (3+ messages)
` [PATCH v5] "

Question about RTE ring
 2024-04-11  9:24 UTC  (4+ messages)

[PATCH v2] config/arm: add Ampere AmpereOneX platform
 2024-04-11  9:23 UTC 

[PATCH] config/arm: add Ampere AmpereOneX platform
 2024-04-11  9:23 UTC  (4+ messages)

[RFC PATCH v1] dts: skip test cases based on capabilities
 2024-04-11  8:48 UTC  (2+ messages)
` [RFC PATCH v2] "

[PATCH 0/8] Fix outer UDP checksum for Intel nics
 2024-04-11  8:42 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] net/ice: fix check for outer UDP checksum offload
  ` [PATCH v2 2/8] net/ice: enhance debug when HW fails to transmit
  ` [PATCH v2 3/8] mbuf: fix Tx checksum offload examples

[PATCH] app/crypto-perf: support IPsec/TLS segmented buffers
 2024-04-11  8:27 UTC 

[PATCH 0/3] cryptodev: add API to get used queue pair depth
 2024-04-11  8:22 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] crypto/cnxk: support queue pair depth API
` [PATCH 3/3] test/crypto: add QP depth used count case

Recall: [PATCH] ethdev: fix strict aliasing lead to link cannot be up
 2024-04-11  6:54 UTC 

[PATCH] mlx5: fix race at mlx5_dev_close
 2024-04-11  6:17 UTC 

[PATCH] build: exclude rather than include libs in MSVC build
 2024-04-11  5:01 UTC  (4+ messages)
` [PATCH v2] "

Strict aliasing problem with rte_eth_linkstatus_set()
 2024-04-11  3:20 UTC  (10+ messages)

[PATCH] ARM64: Cross-Compilation Support
 2024-04-10 22:23 UTC  (3+ messages)

UNH Lab downtime
 2024-04-10 20:10 UTC 

[PATCH 0/2] uuid: enhancements and tests
 2024-04-10 18:28 UTC  (11+ messages)
` [PATCH v4 00/30] replace use of rte_memcpy with fixed sizes
  ` [PATCH v4 05/30] cryptodev: replace use of fixed size rte_memcpy
    ` [EXTERNAL] "
  ` [PATCH v4 13/30] security: "
    ` [EXTERNAL] "
  ` [PATCH v4 27/30] app/test: "
    ` [EXTERNAL] "
` [PATCH v4 0/2] uuid: generator functions and unit test
  ` [PATCH v4 1/2] eal: add functions to generate uuid values
  ` [PATCH v4 2/2] test: add functional test for uuid

RFC acceptable handling of VLAs across toolchains
 2024-04-10 17:10 UTC  (16+ messages)
` [PATCH 0/4] RFC samples converting VLA to alloca

[DPDK/DTS Bug 1413] Build initial list of device capabilities required by testsuites we are trying to write this year
 2024-04-10 16:30 UTC 

DTS 24.07 Roadmap
 2024-04-10 16:17 UTC 

DTS WG Meeting Minutes - April 10, 2024
 2024-04-10 16:11 UTC 

[PATCH 00/83] move alignment attribute on types
 2024-04-10 15:29 UTC  (5+ messages)
` [PATCH 01/83] examples: "

[PATCH 0/1] fix GCC 13 build errors on 32-bit targets
 2024-04-10 15:21 UTC  (2+ messages)
` [PATCH 1/1] vhost: fix GCC 13 build error

[PATCH] dts: Change hugepage runtime config to 2MB Exclusively
 2024-04-10 13:50 UTC  (11+ messages)
` [PATCH v2] "

question about eth and vlan item in flow pattern
 2024-04-10 13:19 UTC  (3+ messages)

[PATCH] net/cnxk: add RSS config via ethdev configure API
 2024-04-10 13:11 UTC 

[PATCH] MAINTAINERS: remove maintainers that bounce
 2024-04-10 13:06 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1 0/2] Improve interactive shell output gathering
 2024-04-10 10:20 UTC  (5+ messages)
` [PATCH v1 1/2] dts: Improve output gathering in interactive shells

[PATCH 0/4] dts: error and usage improvements
 2024-04-10  9:46 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] dts: rework arguments framework

DPDK Secondary process not able to xmit packets with MLX5 VF
 2024-04-10  7:56 UTC  (3+ messages)

[PATCH v3 0/5] vhost: FD manager improvements
 2024-04-10  6:22 UTC  (8+ messages)
` [PATCH v3 1/5] vhost: rename polling mutex
` [PATCH v3 2/5] vhost: make use of FD manager init function
` [PATCH v3 3/5] vhost: hide synchronization within FD manager
` [PATCH v3 4/5] vhost: improve fdset initialization
` [PATCH v3 5/5] vhost: manage FD with epoll

[PATCH 00/46] use stdatomic API
 2024-04-09 19:31 UTC  (5+ messages)
` [PATCH v2 00/45] "
  ` [PATCH v2 34/45] event/dlb2: use rte "

[PATCH v2 0/2] Wangxun support vector Rx/Tx
 2024-04-09  6:31 UTC  (3+ messages)
` [PATCH v2 1/2] net/txgbe: add vectorized functions for Rx/Tx
` [PATCH v2 2/2] net/ngbe: "

[RFC 0/2] net/tap RSS BPF rewrite
 2024-04-09  3:40 UTC  (19+ messages)
` [PATCH v7 0/8] net/tap: cleanups and fix BPF support
  ` [PATCH v7 1/8] net/tap: do not duplicate fd's
  ` [PATCH v7 2/8] net/tap: remove unused fields
  ` [PATCH v7 3/8] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v7 4/8] net/tap: do not build flow support if header is out of date
  ` [PATCH v7 5/8] net/tap: rewrite the RSS BPF program
  ` [PATCH v7 6/8] net/tap: use libbpf to load new "
  ` [PATCH v7 7/8] net/tap: remove no longer used files
  ` [PATCH v7 8/8] doc: update documentation of TAP PMD
` [PATCH v8 0/8] net/tap: cleanups and fix BPF support
  ` [PATCH v8 1/8] net/tap: do not duplicate fd's
  ` [PATCH v8 2/8] net/tap: remove unused fields
  ` [PATCH v8 3/8] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v8 4/8] net/tap: do not build flow support if header is out of date
  ` [PATCH v8 5/8] net/tap: rewrite the RSS BPF program
  ` [PATCH v8 6/8] net/tap: use libbpf to load new "
  ` [PATCH v8 7/8] net/tap: remove no longer used files
  ` [PATCH v8 8/8] doc: update documentation of TAP PMD

[PATCH] app/testpmd: handle IEEE1588 init fail
 2024-04-09  2:50 UTC  (6+ messages)

[RFC] latencystats: performance overhaul
 2024-04-08 21:26 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/1] eal: add C++ include guard in generic/rte_vect.h
 2024-04-08 15:29 UTC  (8+ messages)
` [PATCH v3 "

[PATCH] net/ice: fix EIPT check is always true
 2024-04-08 15:16 UTC  (2+ messages)

[v14 0/3] net/af_xdp: fix multi interface support for K8s
 2024-04-08 13:19 UTC  (5+ messages)
` [v14 1/3] docs: AF_XDP Device Plugin
` [v14 2/3] net/af_xdp: fix multi interface support for K8s
` [v14 3/3] net/af_xdp: support AF_XDP DP pinned maps

[v13 0/3] net/af_xdp: fix multi interface support for K8s
 2024-04-08 13:12 UTC  (5+ messages)
` [v13 2/3] "

[PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only
 2024-04-08 12:15 UTC  (2+ messages)
` [PATCH v2 1/1] net/ena/base: fix metrics excessive memory consumption

22.11.5 patches review and test
 2024-04-08  9:24 UTC  (3+ messages)

[PATCH] maintainers: change e-mail for vmxnet3
 2024-04-08  8:58 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).