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 > >

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

2025-04-11 Thread Stephen Hemminger
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

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

2025-04-11 Thread Chaoyong He
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