> 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
> >
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
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
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
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
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
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
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(
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.
> 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
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
> 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
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
> 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
14 matches
Mail list logo