Re: [dpdk-dev] [PATCH v2 1/2] net/octeontx2: add support to enable switch type

2019-10-30 Thread Jerin Jacob
On Wed, Oct 23, 2019 at 8:56 PM wrote: > > From: Kiran Kumar K > > Adding support to configure specific switch types like high2 and dsa > on a port. When this switch type is configured, it is expected that > all the traffic on that port should be of specific type only. > > Signed-off-by: Kiran Ku

[dpdk-dev] [PATCH v2 1/2] net/octeontx2: add support to enable switch type

2019-10-23 Thread kirankumark
From: Kiran Kumar K Adding support to configure specific switch types like high2 and dsa on a port. When this switch type is configured, it is expected that all the traffic on that port should be of specific type only. Signed-off-by: Kiran Kumar K --- V2 Changes: * Fixed checkpatch issue doc/