RE: [PATCH 1/3] app/testpmd: add/remove multiple VLAN filter IDs at once

2025-04-13 Thread Chaoyong He
> On Fri, 11 Apr 2025 16:10:03 +0800 > Chaoyong He wrote: > > > From: Long Wu > > > > The command of setting VLAN filter IDs can only set one VLAN filter ID > > at once. For example: > > testpmd> rx_vlan add 100 0 > > > > This is very inefficient in some case because it forces the user type > >

[PATCH 2/2] net/nfp: fix control message over flow problem

2025-04-13 Thread Chaoyong He
From: Long Wu Control message will send 32 bits data every time, so the number of write operations should be adjust correctly, or there will be over flow problem. Fixes: ca65f2eef224 ("net/nfp: add control message channel") Cc: chaoyong...@corigine.com Cc: sta...@dpdk.org Signed-off-by: Long Wu

[PATCH 1/2] net/nfp: fix flow rule free problem

2025-04-13 Thread Chaoyong He
From: Long Wu The flow number limit is stored in `priv->flow_limit` now, so the free index should be calculated based on it, or there will be coredump problem. Fixes: 66df893f2fef ("net/nfp: support different flow steering rules limit") Cc: chaoyong...@corigine.com Cc: sta...@dpdk.org Signed-of

[PATCH 0/2] fix two nfp pmd bugs

2025-04-13 Thread Chaoyong He
This patch series fix one coredump problem and one data over flow problem. Long Wu (2): net/nfp: fix flow rule free problem net/nfp: fix control message over flow problem drivers/net/nfp/nfp_net_cmsg.c | 3 ++- drivers/net/nfp/nfp_net_flow.c | 2 +- 2 files changed, 3 insertions(+), 2 deleti

Re: [PATCH v2 3/6] dts: add PMD RSS hash testsuite

2025-04-13 Thread Patrick Robb
On Tue, Feb 25, 2025 at 10:34 AM Thomas Wilks wrote: > From: Alex Chapman > > Port over the pmd_rss_hash test suite from old DTS. This > suite verifies that the 4 supported types of hashing > algorithm used in Receive Side Scaling (RSS) function > correctly. Them being DEFAULT, TOEPLITZ > SYMMET

Re: [PATCH v2 1/6] dts: add RSS functions to testpmd

2025-04-13 Thread Patrick Robb
On Tue, Feb 25, 2025 at 10:34 AM Thomas Wilks wrote: > From: Alex Chapman > > This patch adds the required functionality for the RSS key_update, > RETA, and hash test suites. This includes: > The setting of custom RETA values for routing packets to specific > queues. > The setting of the RSS mod

Re: [PATCH v2 2/6] dts: add utils for PMD RSS testsuites

2025-04-13 Thread Patrick Robb
Thanks Thomas and Alex. On Tue, Feb 25, 2025 at 10:34 AM Thomas Wilks wrote: > From: Alex Chapman > > To reduce the amount of maintenance and code duplication, > common functionality between the rss_key_update, pmd_rss_reta > and pmd_rss_hash test suites has been collated into a single > file c

Re: [PATCH] maintainers: update for hns3

2025-04-13 Thread huangdengdui
Acked-by: Dengdui Huang On 2025/4/2 16:47, Jie Hai wrote: > I am moving on to other things and dengdui is going to > take over the role of hns3 maintainer. Update the > MAINTAINERS accordingly. > > Signed-off-by: Jie Hai > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

Re: [RFC PATCH] add rust binding support to DPDK

2025-04-13 Thread Owen Hilyard
Hello all, I wanted to chime in as someone who uses DPDK from Rust in quite a few projects. No snips so the conversation can continue past me for things I don't comment on. Hello Harry, My concern is how to properly maintain Rust crate once DPDK starts to implement it's own API.

RE: [RFC 08/13] mbuf: add fields for mirroring

2025-04-13 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Sunday, 13 April 2025 16.32 > > On Sun, 13 Apr 2025 09:00:19 +0200 > Morten Brørup wrote: > > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > Sent: Saturday, 12 April 2025 18.57 > > > > > > On Sat, 12 Apr

Re: [RFC 08/13] mbuf: add fields for mirroring

2025-04-13 Thread Stephen Hemminger
On Sun, 13 Apr 2025 09:00:19 +0200 Morten Brørup wrote: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Saturday, 12 April 2025 18.57 > > > > On Sat, 12 Apr 2025 11:59:10 +0200 > > Morten Brørup wrote: > > > > > > From: Stephen Hemminger [mailto:step...@networkplumb

RE: [RFC 00/13] Packet capture using port mirroring

2025-04-13 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Saturday, 12 April 2025 19.05 > > On Sat, 12 Apr 2025 13:06:55 +0200 > Morten Brørup wrote: > > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > Sent: Saturday, 12 April 2025 01.45 > > > > > > This is a re

Re: [RFC PATCH] add rust binding support to DPDK

2025-04-13 Thread Etelson, Gregory
Hello Harry, My concern is how to properly maintain Rust crate once DPDK starts to implement it's own API. I'm not really sure what is meant here. I don't understand what "own" word refers to? I see it like this: - DPDK has the public C API exported (and that stays the same as today, with A

RE: [RFC 08/13] mbuf: add fields for mirroring

2025-04-13 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Saturday, 12 April 2025 18.57 > > On Sat, 12 Apr 2025 11:59:10 +0200 > Morten Brørup wrote: > > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > Sent: Saturday, 12 April 2025 01.45 > > > > > > Add field to