DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 0/2] net/tap RSS BPF rewrite
 2024-02-08 17:41 UTC  (16+ messages)
` [PATCH v2 0/7] net/tap: RSS using BPF overhaul
  ` [PATCH v2 1/7] net/tap: remove unused RSS hash types
  ` [PATCH v2 2/7] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v2 3/7] net/tap: stop "vendoring" linux bpf headers
  ` [PATCH v2 4/7] net/tap: rewrite the RSS BPF program
  ` [PATCH v2 5/7] net/tap: use libbpf to load new "
  ` [PATCH v2 6/7] net/tap: remove no longer used files
  ` [PATCH v2 7/7] MAINTAINERS: add maintainer for TAP device
` [PATCH v3 0/7] net/tap: RSS using BPF overhaul
  ` [PATCH v3 1/7] net/tap: remove unused RSS hash types
  ` [PATCH v3 2/7] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v3 3/7] tap: stop "vendoring" linux bpf headers
  ` [PATCH v3 4/7] net/tap: rewrite the RSS BPF program
  ` [PATCH v3 5/7] net/tap: use libbpf to load new "

[PATCH 0/7] bnxt bug fixes
 2024-02-08 17:13 UTC  (8+ messages)
` [PATCH 1/7] net/bnxt: avoid seg fault in Tx queue release
` [PATCH 2/7] net/bnxt: modify locking for representor Tx
` [PATCH 3/7] net/bnxt: refactor VNIC context cleanup
` [PATCH 4/7] net/bnxt: cleanup vnic ref count
` [PATCH 5/7] net/bnxt: adjust session name on multi host system
` [PATCH 6/7] net/bnxt: update consumer index of NQ regularly
` [PATCH 7/7] net/bnxt: update RSS algorithm capability

[PATCH 0/4] introduce encap hash calculation
 2024-02-08 17:13 UTC  (10+ messages)
` [PATCH 1/4] ethdev: "
` [PATCH v2 "
  ` [PATCH v2 2/4] net/mlx5/hws: introduce encap entropy hash calculation API
  ` [PATCH v2 3/4] net/mlx5: add calc encap hash support
  ` [PATCH v2 4/4] app/testpmd: add encap hash calculation

[dpdk-dev] [PATCH v4] eal: refactor rte_eal_init into sub-functions
 2024-02-08 17:05 UTC  (6+ messages)

[PATCH v6 0/6] changes for 24.03
 2024-02-08 16:56 UTC  (11+ messages)
` [PATCH v6 1/6] doc: fix fpga 5gnr configuration values
` [PATCH v6 2/6] baseband/fpga_5gnr_fec: renaming for consistency
` [PATCH v6 3/6] baseband/fpga_5gnr_fec: add Vista Creek variant
` [PATCH v6 4/6] baseband/fpga_5gnr_fec: rework total number queues
` [PATCH v6 5/6] baseband/fpga_5gnr_fec: add AGX100 support
` [PATCH v6 6/6] baseband/fpga_5gnr_fec: cosmetic comment changes

[PATCH v7 0/6] changes for 24.03
 2024-02-08 16:50 UTC  (7+ messages)
` [PATCH v7 1/6] doc: fix fpga 5gnr configuration values
` [PATCH v7 2/6] baseband/fpga_5gnr_fec: renaming for consistency
` [PATCH v7 3/6] baseband/fpga_5gnr_fec: add Vista Creek variant
` [PATCH v7 4/6] baseband/fpga_5gnr_fec: rework total number queues
` [PATCH v7 5/6] baseband/fpga_5gnr_fec: add AGX100 support
` [PATCH v7 6/6] baseband/fpga_5gnr_fec: cosmetic comment changes

[PATCH] lib/dmadev: get DMA device using device ID
 2024-02-08 16:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] crypto/ipsec_mb: use new ipad/opad calculation API
 2024-02-08 16:15 UTC  (2+ messages)

[PATCH v3 1/6] ethdev: add modify IPv4 next protocol field
 2024-02-08 16:07 UTC  (7+ messages)
` [PATCH v3 2/6] app/testpmd: add modify IPv4 next protocol command line
` [PATCH v3 3/6] net/mlx5: add modify IPv4 protocol implementation
` [PATCH v3 4/6] ethdev: add modify action support for IPsec fields
` [PATCH v3 5/6] app/testpmd: add modify ESP related fields command line
` [PATCH v3 6/6] net/mlx5: add modify field action IPsec support

[PATCH 00/13] net/ionic: miscellaneous fixes and improvements
 2024-02-08 15:32 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/13] net/ionic: add stat for completion queue entries processed
  ` [PATCH v3 02/13] net/ionic: increase max supported MTU to 9750 bytes
  ` [PATCH v3 03/13] net/ionic: don't auto-enable Rx scatter-gather a second time
  ` [PATCH v3 04/13] net/ionic: fix missing volatile type for cqe pointers
  ` [PATCH v3 05/13] net/ionic: replace non-standard type in structure definition
  ` [PATCH v3 06/13] net/ionic: memcpy descriptors when using Q-in-CMB
  ` [PATCH v3 07/13] net/ionic: fix RSS query routine
  ` [PATCH v3 08/13] net/ionic: report 1G and 200G link speeds when applicable
  ` [PATCH v3 09/13] net/ionic: add flexible firmware xstat counters
  ` [PATCH v3 10/13] net/ionic: fix device close sequence to avoid crash
  ` [PATCH v3 11/13] net/ionic: optimize device close operation
  ` [PATCH v3 12/13] net/ionic: optimize device stop operation
  ` [PATCH v3 13/13] net/ionic: optimize device start operation

[PATCH v1] app/testpmd: use Tx preparation in txonly engine
 2024-02-08 15:14 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v3] net/netvsc: fix parsing of VLAN metadata
 2024-02-08 15:09 UTC 

[PATCH] app/testpmd: add size validation to token parsers
 2024-02-08 14:45 UTC  (2+ messages)

[PATCH] net/netvsc: fix parsing of VLAN metadata
 2024-02-08 14:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] ci: bump tested distributions in GHA
 2024-02-08 14:32 UTC  (4+ messages)
` [PATCH 2/2] ci: update versions of actions "

[PATCH 0/4] enhance NFP service framework
 2024-02-08 13:58 UTC  (5+ messages)
` [PATCH v2 0/3] "

[PATCH] ethdev: add template table resize API
 2024-02-08 12:46 UTC  (13+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[RFT] net/nfb: use dynamic logtype
 2024-02-08 12:01 UTC  (6+ messages)
` [PATCH 0/3] net/nfb: driver cleanups

[PATCH v1] doc: update guideline for fix commit messages
 2024-02-08 11:36 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2 00/11] improve eventdev API specification/documentation
 2024-02-08 10:04 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] eventdev: improve doxygen introduction text
  ` [PATCH v3 03/11] eventdev: update documentation on device capability flags
  ` [PATCH v3 09/11] eventdev: improve comments on scheduling types

[PATCH 01/13] common/cnxk: remove cn9k Inline IPsec FP opcode defines
 2024-02-08  8:59 UTC  (13+ messages)
` [PATCH 02/13] net/cnxk: add IPsec SA defines for PMD API
` [PATCH 03/13] net/cnxk: add transport mode to security capability on cn9k
` [PATCH 04/13] common/cnxk: dump selected SQ entries
` [PATCH 05/13] net/cnxk: added Tx descriptor dump API
` [PATCH 06/13] net/cnxk: fix issue with buff size compute
` [PATCH 07/13] common/cnxk: skip setting Tx MTU separately
` [PATCH 08/13] net/cnxk: fix max MTU limit
` [PATCH 09/13] common/cnxk: update queue entries copy in RETA table
` [PATCH 10/13] net/cnxk: fix indirect mbuf handling in Tx path
` [PATCH 11/13] net/cnxk: fix check cookies for multi-seg offload
` [PATCH 12/13] common/cnxk: add IO attribute to mbox structs
` [PATCH 13/13] common/cnxk: use SQ enable and disable API

[PATCH 0/7] add Nitrox compress device support
 2024-02-08  8:18 UTC  (5+ messages)
` [PATCH 2/7] compress/nitrox: add nitrox compressdev driver
  ` [EXT] "
` [PATCH 7/7] compress/nitrox: add stateful request support
  ` [EXT] "

[PATCH 0/3] Support IPv6 flow label based RSS
 2024-02-08  5:43 UTC  (4+ messages)
` [PATCH 1/3] ethdev: add support for RSS based on IPv6 flow label
` [PATCH 2/3] app/testpmd: add IPv6 flow label to RSS types
` [PATCH 3/3] net/bnxt: add IPv6 flow label based RSS support

[PATCH] app/testpmd: fix crash in multi-process packet forwarding
 2024-02-08  1:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] app/testpmd: enable cli for programmable action
 2024-02-08  1:10 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v1] net/memif: remove extra mbuf refcnt update in zero copy Tx
 2024-02-08  1:06 UTC  (3+ messages)

[PATCH] common/sfc: replace out of bounds condition with static_assert
 2024-02-07 23:30 UTC  (6+ messages)
` [PATCH v2] "

[v7 1/1] net/af_xdp: fix multi interface support for K8s
 2024-02-07 23:24 UTC  (8+ messages)

[PATCH v1] gro : packets not getting flushed in heavy-weight mode API
 2024-02-07 22:57 UTC  (3+ messages)
` [PATCH v5] "

Good article on IP fragmentation
 2024-02-07 21:02 UTC 

[dpdk-dev] [v1] ethdev: support Tx queue used count
 2024-02-07 20:30 UTC  (5+ messages)
` [dpdk-dev] [v2] "

[PATCH v2 1/3] config/arm: avoid mcpu and march conflicts
 2024-02-07 20:24 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] config/arm: add support for fallback march

[PATCH] net/tap: Modified TAP BPF program as per the Kernel-version upgrade requirements
 2024-02-07 18:55 UTC  (2+ messages)

[PATCH 1/2] net/mana: use a MR variable on the stack instead of allocating it
 2024-02-07 18:43 UTC  (6+ messages)
` [PATCH 2/2] net/mana: properly deal with MR cache expansion failure

[PATCH v2] app/testpmd: command to get descriptor used count
 2024-02-07 18:30 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net/hns3: support power monitor
 2024-02-07 18:29 UTC  (2+ messages)

[PATCH] ethdev: add dump regs for telemetry
 2024-02-07 17:03 UTC  (6+ messages)
` [PATCH v2 0/7] support dump reigser names and filter them
  ` [PATCH v2 1/7] ethdev: support report register names and filter
  ` [PATCH v2 2/7] ethdev: add telemetry cmd for registers

[PATCH] net/mlx5/hws: add compare ESP sequence number support
 2024-02-07 16:20 UTC 

[PATCH v3 0/2] net/mlx5: add random compare support
 2024-02-07 16:14 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] net/mlx5/hws: add support for compare matcher
  ` [PATCH v4 2/2] net/mlx5: add support to compare random value

[PATCH v1 0/7] net/mlx5: support copy from inner fields
 2024-02-07 15:55 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] common/mlx5: remove enum value duplication
  ` [PATCH v2 2/7] common/mlx5: reorder modification field PRM list
  ` [PATCH v2 3/7] common/mlx5: add inner PRM fields
  ` [PATCH v2 4/7] common/mlx5: add IPv6 flow label PRM field
  ` [PATCH v2 5/7] net/mlx5: add support for modify inner fields
  ` [PATCH v2 6/7] net/mlx5: support modify IPv6 traffic class field
  ` [PATCH v2 7/7] net/mlx5: support modify IPv6 flow label field

[PATCH 0/1] ethdev: add IPv6 field identifiers
 2024-02-07 15:51 UTC  (5+ messages)
` [PATCH 1/1] ethdev: add IPv6 FL and TC "
` [PATCH v2 0/1] ethdev: add IPv6 "
  ` [PATCH v2 1/1] ethdev: add IPv6 FL and TC "

[PATCH] lib/hash,lib/rcu: feature hidden key count in hash
 2024-02-07 15:33 UTC 

[PATCH] ethdev: recommend against using locks in event callbacks
 2024-02-07 15:29 UTC  (5+ messages)

[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
 2024-02-07 14:15 UTC  (2+ messages)

[PATCH v2] ethdev: fast path async flow API
 2024-02-07 13:31 UTC  (9+ messages)
` [PATCH v3] "

Azure(hyperv) hugepages issues with Mellanox NICs(mlx5)
 2024-02-07 12:40 UTC 

[PATCH v1] dts: strip whitespaces from stdout and stderr
 2024-02-07 12:16 UTC 

[PATCH v2 1/6] ethdev: add modify IPv4 next protocol field
 2024-02-07 12:13 UTC  (6+ messages)
` [PATCH v2 2/6] app/testpmd: add modify IPv4 next protocol command line
` [PATCH v2 3/6] net/mlx5: add modify IPv4 protocol implementation
` [PATCH v2 4/6] ethdev: add modify action support for IPsec fields
` [PATCH v2 5/6] app/testpmd: add modify ESP related fields command line
` [PATCH v2 6/6] net/mlx5: add modify field action IPsec support

[PATCH 1/6] ethdev: add modify IPv4 next protocol field
 2024-02-07 11:45 UTC  (14+ messages)
` [PATCH 2/6] app/testpmd: add modify IPv4 next protocol command line
` [PATCH 3/6] net/mlx5: add modify IPv4 protocol implementation
` [PATCH 4/6] ethdev: add modify action support for IPsec fields
` [PATCH 5/6] app/testpmd: add modify ESP related fields command line
` [PATCH 6/6] net/mlx5: add modify field action IPsec support

[PATCH] doc: remove cmdline deprecation notice
 2024-02-07 11:09 UTC 

[PATCH] net/mana: start secondary process queues by default
 2024-02-07 10:58 UTC  (2+ messages)

[PATCH] examples/ipsec-secgw: fix IPsec performance drop
 2024-02-07 10:35 UTC  (4+ messages)
  ` [EXT] "

[PATCH v1 0/1] baseband/acc: remove ACC101 variant
 2024-02-07  9:20 UTC  (2+ messages)

[PATCH v1 0/1] baseband/acc: refactor of DMA response
 2024-02-07  9:20 UTC  (2+ messages)

[PATCH 1/2] baseband/acc: fix logtypes register
 2024-02-07  9:19 UTC  (4+ messages)
` [PATCH 2/2] baseband/acc: fix common logs

[PATCH 00/11] Introduce Event ML Adapter
 2024-02-07  9:17 UTC  (3+ messages)
` [PATCH 01/11] eventdev: introduce ML event adapter library

rte_malloc() and alignment
 2024-02-07  8:23 UTC  (4+ messages)

[PATCH v5 0/5] changes for 24.03
 2024-02-07  8:19 UTC  (4+ messages)
` [PATCH v5 4/5] baseband/fpga_5gnr_fec: add AGX100 support

[PATCH] ml/cnxk: remove unused memory barrier macros
 2024-02-07  5:24 UTC  (2+ messages)
` [EXT] "

[Patch v3] net/mana: use rte_pktmbuf_alloc_bulk for allocating RX WQEs
 2024-02-07  4:50 UTC  (4+ messages)
` [Patch v4] net/mana: use rte_pktmbuf_alloc_bulk for allocating RX mbufs

[RFC V1 0/1] net: extend VXLAN header to support more extensions
 2024-02-07  4:49 UTC  (4+ messages)
` [RFC V1 1/1] "

Tech Board Meeting Tomorrow Morning Wed. Feb. 7th - 7am Pacific/10am Eastern/1500h UTC
 2024-02-07  4:26 UTC 

Adding helper function for ARM "dsb st"
 2024-02-07  3:50 UTC  (2+ 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).