> 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
> >
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 this command as ma
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 this command as many times as the VLAN filter IDs
they want to set.
This patch supports the
3 matches
Mail list logo