Re: [dpdk-dev] [PATCH v2 1/4] drivers: add support for switch header type pre L2

2022-01-19 Thread Jerin Jacob
On Mon, Jan 3, 2022 at 11:49 AM wrote: > > From: Kiran Kumar K > > Adding changes to configure switch header type pre L2 for cnxk. > Along with switch header type user needs to provide the > offset with in the custom header that holds the size of the > custom header and mask for the size with in

[dpdk-dev] [PATCH v2 1/4] drivers: add support for switch header type pre L2

2022-01-02 Thread psatheesh
From: Kiran Kumar K Adding changes to configure switch header type pre L2 for cnxk. Along with switch header type user needs to provide the offset with in the custom header that holds the size of the custom header and mask for the size with in the size offset. Signed-off-by: Kiran Kumar K Revie