RE: [EXT] Re: [PATCH v3 2/2] net/cnxk: support ops to update precolor VLAN table

2022-06-21 Thread Sunil Kumar Kori
> -Original Message- > From: Jerin Jacob > Sent: Monday, June 20, 2022 11:14 PM > To: Sunil Kumar Kori > Cc: Nithin Kumar Dabilpuram ; Kiran Kumar > Kokkilagadda ; Satha Koteswara Rao Kottidi > ; dpdk-dev > Subject: [EXT] Re: [PATCH v3 2/2] net/cnxk: suppor

Re: [PATCH v3 2/2] net/cnxk: support ops to update precolor VLAN table

2022-06-20 Thread Jerin Jacob
On Thu, Jun 16, 2022 at 5:24 PM wrote: > > From: Sunil Kumar Kori > > Implement API to update VLAN table for pre-coloring for > incoming packet per nixlf for CN10K platform. > > Depends-on: patch-23516 ("app/testpmd: support different input color method") Actually, it does not depend on testpmd.

[PATCH v3 2/2] net/cnxk: support ops to update precolor VLAN table

2022-06-16 Thread skori
From: Sunil Kumar Kori Implement API to update VLAN table for pre-coloring for incoming packet per nixlf for CN10K platform. Depends-on: patch-23516 ("app/testpmd: support different input color method") Signed-off-by: Sunil Kumar Kori --- v2..v3: - Fix dscp table runtime update error. v1..v2