Re: [dpdk-dev] [PATCH v2 15/37] net/mvpp2: add dsa mode support

2021-01-26 Thread Ferruh Yigit
On 1/22/2021 7:19 PM, lir...@marvell.com wrote: From: Liron Himi Extend the config file with 'start-hdr' field. currently 'eth' (default) and 'dsa' headers are supported. Signed-off-by: Liron Himi There are multiple update to the config file in this series, but the documentation is not upd

Re: [dpdk-dev] [PATCH v2 15/37] net/mvpp2: add dsa mode support

2021-01-26 Thread Ferruh Yigit
On 1/22/2021 7:19 PM, lir...@marvell.com wrote: From: Liron Himi Extend the config file with 'start-hdr' field. currently 'eth' (default) and 'dsa' headers are supported. Signed-off-by: Liron Himi <...> @@ -575,13 +607,15 @@ mrvl_get_qoscfg(const char *key __rte_unused, const char *path,

[dpdk-dev] [PATCH v2 15/37] net/mvpp2: add dsa mode support

2021-01-22 Thread lironh
From: Liron Himi Extend the config file with 'start-hdr' field. currently 'eth' (default) and 'dsa' headers are supported. Signed-off-by: Liron Himi --- drivers/net/mvpp2/mrvl_ethdev.c | 4 ++ drivers/net/mvpp2/mrvl_qos.c| 65 ++--- drivers/net/mvpp2/mrvl_qos.h