DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 0/2] net/tap RSS BPF rewrite
 2024-05-21 21:26 UTC  (82+ messages)
` [PATCH v12 00/12] net/tap: RSS and other fixes
  ` [PATCH v12 01/12] net/tap: fix fd check in flow_isolate
  ` [PATCH v12 02/12] net/tap: do not duplicate fd's
  ` [PATCH v12 03/12] net/tap: remove unused fields
  ` [PATCH v12 04/12] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v12 05/12] net/tap: do not build flow support if header is out of date
  ` [PATCH v12 07/12] net/tap: use libbpf to load new BPF program
  ` [PATCH v12 08/12] net/tap: remove no longer used files
  ` [PATCH v12 09/12] net/tap: simplify internals
  ` [PATCH v12 10/12] net/tap: remove extraneous newlines
  ` [PATCH v12 11/12] net/tap: do not mark queue full as error
  ` [PATCH v12 12/12] net/tap: update documentation
` [PATCH v13 00/11] net/tap: make RSS work again
  ` [PATCH v13 01/11] net/tap: fix fd check in flow_isolate
  ` [PATCH v13 02/11] net/tap: do not duplicate fd's
  ` [PATCH v13 03/11] net/tap: remove unused fields
  ` [PATCH v13 04/11] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v13 05/11] net/tap: do not build flow support if header is out of date
  ` [PATCH v13 06/11] net/tap: rewrite the RSS BPF program
  ` [PATCH v13 07/11] net/tap: use libbpf to load new "
  ` [PATCH v13 08/11] net/tap: remove no longer used files
  ` [PATCH v13 09/11] net/tap: simplify internals
  ` [PATCH v13 10/11] net/tap: remove extraneous newlines
  ` [PATCH v13 11/11] net/tap: update documentation
` [PATCH v14 00/11] net/tap: make RSS work again
  ` [PATCH v14 01/11] net/tap: fix fd check in flow_isolate
  ` [PATCH v14 02/11] net/tap: do not duplicate fd's
  ` [PATCH v14 03/11] net/tap: remove unused fields
  ` [PATCH v14 04/11] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v14 05/11] net/tap: do not build flow support if header is out of date
  ` [PATCH v14 06/11] net/tap: rewrite the RSS BPF program
  ` [PATCH v14 07/11] net/tap: use libbpf to load new "
  ` [PATCH v14 08/11] net/tap: remove no longer used files
  ` [PATCH v14 09/11] net/tap: simplify internals
  ` [PATCH v14 10/11] net/tap: remove extraneous newlines
  ` [PATCH v14 11/11] net/tap: update documentation
` [PATCH v15 00/11] net/tap: make RSS work again
  ` [PATCH v15 01/11] net/tap: fix fd check in flow_isolate
  ` [PATCH v15 02/11] net/tap: do not duplicate fd's
  ` [PATCH v15 03/11] net/tap: remove unused fields
  ` [PATCH v15 04/11] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v15 05/11] net/tap: do not build flow support if header is out of date
  ` [PATCH v15 06/11] net/tap: rewrite the RSS BPF program
  ` [PATCH v15 07/11] net/tap: use libbpf to load new "
  ` [PATCH v15 08/11] net/tap: remove no longer used files
  ` [PATCH v15 09/11] net/tap: simplify internals
  ` [PATCH v15 10/11] net/tap: remove extraneous newlines
  ` [PATCH v15 11/11] net/tap: update documentation

[RFC 0/3] generic sw counters
 2024-05-21 20:16 UTC  (46+ messages)
` [PATCH v6 0/9] Generic 64 bit counters for SW drivers
  ` [PATCH v6 1/9] eal: generic 64 bit counter
  ` [PATCH v6 4/9] net/af_xdp: use generic SW stats
` [PATCH v7 0/9] Use weak atomic operations for SW PMD counters
  ` [PATCH v7 1/9] eal: generic 64 bit counter
  ` [PATCH v7 2/9] ethdev: add common counters for statistics
  ` [PATCH v7 3/9] net/af_packet: use generic SW stats
  ` [PATCH v7 4/9] net/af_xdp: "
  ` [PATCH v7 5/9] net/pcap: "
  ` [PATCH v7 6/9] test/pmd_ring: initialize mbufs
  ` [PATCH v7 7/9] net/ring: use generic SW stats
  ` [PATCH v7 8/9] net/tap: "
  ` [PATCH v7 9/9] net/null: "
` [PATCH v8 0/8] Common statistics routines for SW based PMD's
  ` [PATCH v8 1/8] eal: generic 64 bit counter
  ` [PATCH v8 2/8] ethdev: add common counters for statistics
  ` [PATCH v8 3/8] net/af_packet: use generic SW stats
  ` [PATCH v8 4/8] net/af_xdp: "
  ` [PATCH v8 5/8] net/pcap: "
  ` [PATCH v8 6/8] net/ring: "
  ` [PATCH v8 7/8] net/tap: "
  ` [PATCH v8 8/8] net/null: "
` [PATCH v9 0/8] Common statistics for SW PMD's
  ` [PATCH v9 1/8] eal: generic 64 bit counter
  ` [PATCH v9 2/8] ethdev: add common counters for statistics
  ` [PATCH v9 3/8] net/af_packet: use generic SW stats
  ` [PATCH v9 4/8] net/af_xdp: "
  ` [PATCH v9 5/8] net/pcap: "
  ` [PATCH v9 6/8] net/ring: "
  ` [PATCH v9 7/8] net/tap: "
  ` [PATCH v9 8/8] net/null: "

[PATCH] net/af_xdp: fix umem map size for zero copy
 2024-05-21 17:57 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH v1] dts: skip test cases based on capabilities
 2024-05-21 15:47 UTC  (3+ messages)
` [RFC PATCH v2] "

[PATCH 0/8] refactor logic to support secondary process
 2024-05-21 15:08 UTC  (8+ messages)

[PATCH 0/5] dts: testpmd show port info/stats
 2024-05-21 15:00 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] dts: add `show port stats` command to TestPmdShell

[PATCH 0/2] dts: update mypy and clean up
 2024-05-21 14:59 UTC  (4+ messages)
` [PATCH v2 "

net/ixgbe: all interrupt disabled after enabling lsc on X552/X557-AT card
 2024-05-21 14:50 UTC  (4+ messages)
` [PATCH] net/ixgbe: don't create a delayed interrupt handler if one already exists

[PATCH v1] net/cpfl: get running host ID for CPFL PMD
 2024-05-21 12:43 UTC  (3+ messages)

[PATCH] net/mlx5: fix Rx Hash queue resource release in sample flow
 2024-05-21 11:22 UTC  (2+ messages)

[PATCH v2 0/4] AF_XDP PMD Bugfixes
 2024-05-21 11:12 UTC  (6+ messages)
` [PATCH v2 3/4] net/af_xdp: fix stats reset

[PATCH] vhost: cleanup vq resubmit info when set_inflight_fd
 2024-05-21  8:55 UTC  (3+ messages)
` [PATCH v2] vhost: cleanup resubmit info before inflight setup

Reminder to Register for Our DPDK APAC Summit - and Submit Your CFPs! Jul 9-10, 2024 Bangkok Thailand
 2024-05-21  2:29 UTC 

[PATCH 1/2] pcapng: fix fortified memcpy warning
 2024-05-21  1:01 UTC  (2+ messages)
` [PATCH 2/2] net/virtio: fix fortify "

[DPDK/ethdev Bug 1446] Fortify warnings in rte_pcapng
 2024-05-20 23:20 UTC 

[v1 1/1] MAINTAINERS: add another AF_XDP maintainer
 2024-05-20 22:22 UTC  (3+ messages)

[PATCH] doc: ensure sphinx output is reproducible
 2024-05-20 18:59 UTC  (14+ messages)

[PATCH v5] lib/hash: add defer queue reclaim API
 2024-05-20 18:50 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v1 0/4] Add second scatter test case
 2024-05-20 17:56 UTC  (9+ messages)
` [PATCH v1 1/4] dts: improve starting and stopping interactive shells
` [PATCH v1 2/4] dts: add context manager for "
` [PATCH v1 3/4] dts: add methods for modifying MTU to testpmd shell
` [PATCH v1 4/4] dts: add test case that utilizes offload to pmd_buffer_scatter

[RFC PATCH] eal/riscv: add support for zawrs extension
 2024-05-20 15:43 UTC  (4+ messages)
  ` [External] "

[PATCH v1 0/2] Improve interactive shell output gathering
 2024-05-20 15:08 UTC  (4+ messages)
` [PATCH v2 0/3] Improve interactive shell output gathering and logging

[PATCH] net/netvsc: fix number Tx queues > Rx queues
 2024-05-20 13:52 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
      ` [PATCH v4] "

[PATCH v2 01/25] net/axgbe: fix mdio access for non-zero ports and CL45 PHYs
 2024-05-20 11:26 UTC  (54+ messages)
  ` [PATCH v2 02/25] net/axgbe: reset link when the link never comes back
  ` [PATCH v2 03/25] net/axgbe: fix fluctuations for 1G BELFUSE SFP
  ` [PATCH v2 04/25] net/axgbe: update DMA coherency values
  ` [PATCH v2 05/25] net/axgbe: disable interrupts during device removal
  ` [PATCH v2 06/25] net/axgbe: yellow carp devices do not need rrc
  ` [PATCH v2 07/25] net/axgbe: enable PLL control for fixed PHY modes only
  ` [PATCH v2 08/25] net/axgbe: fix the SFP codes check for DAC cables
  ` [PATCH v2 09/25] net/axgbe: fix logic around active and passive cables
  ` [PATCH v2 10/25] net/axgbe: check only the minimum speed for cables
  ` [PATCH v2 11/25] net/axgbe: flow Tx Ctrl Registers are h/w version dependent
  ` [PATCH v2 12/25] net/axgbe: delay AN timeout during KR training
  ` [PATCH v2 13/25] net/axgbe: remove use of comm owned field
  ` [PATCH v2 14/25] net/axgbe: remove field of SFP diagnostic support
  ` [PATCH v2 15/25] net/axgbe: improve SFP 100Mbps auto-negotiation
  ` [PATCH v2 16/25] net/axgbe: remove unnecessary conversion to bool
  ` [PATCH v2 17/25] net/axgbe: use definitions for mailbox commands
  ` [PATCH v2 18/25] net/axgbe: add support for 10 Mbps speed
  ` [PATCH v2 19/25] net/axgbe: separate C22 and C45 transactions
  ` [PATCH v2 20/25] net/axgbe: replace mii generic macro for c45 with AXGBE
  ` [PATCH v2 21/25] net/axgbe: add 2.5GbE support to 10G BaseT mode
  ` [PATCH v2 22/25] net/axgbe: add support for Rx adaptation
  ` [PATCH v2 23/25] net/axgbe: fix the false linkup in axgbe PHY status
  ` [PATCH v2 24/25] net/axgbe: extend 10Mbps support to MAC version 21H
  ` [PATCH v2 25/25] net/axgbe: modify debug messages

[PATCH] net/mlx5: fix bug trunk is null
 2024-05-20 10:58 UTC  (2+ messages)

[PATCH v1] net/mlx5/hws: match VXLAN all fields
 2024-05-20 10:55 UTC  (2+ messages)

[PATCH] net/mlx5: fix HWS support for item NSH
 2024-05-20 10:53 UTC  (2+ messages)

[PATCH 01/13] net/mlx5/hws: move warn into debug level when needed
 2024-05-20 10:50 UTC  (3+ messages)
` [v2 01/16] "

AMD 24.07 roadmap
 2024-05-20 10:32 UTC 

[DPDK/other Bug 1445] [dpdk-24.07] dpdk-test-dma-perf hang on Ubuntu24.04
 2024-05-20  9:01 UTC 

[PATCH] net/cpfl: get running host ID
 2024-05-20  7:31 UTC  (2+ messages)

[PATCH] net/mlx5/hws: add support for NVGRE matching
 2024-05-20  6:25 UTC 

[DPDK/ethdev Bug 1444] DMAR error in kernel caused FlexRAN retarted
 2024-05-20  3:09 UTC 

[PATCH 00/46] use stdatomic API
 2024-05-17 20:04 UTC  (4+ messages)
` [PATCH v6 00/45] "

[PATCH] eal/unix: support ZSTD compression for firmwares
 2024-05-17 17:01 UTC  (4+ messages)
` [PATCH v2] eal/unix: support ZSTD compression for firmware

[PATCH] maintainers: update for eal
 2024-05-17 16:34 UTC  (3+ messages)

Minutes of Technical Board meeting 2024-05-15
 2024-05-17  9:42 UTC 

[DPDK/ethdev Bug 1443] net/af_packet: defragmented packet will be truncated when exceed the frame size
 2024-05-17  9:39 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).