From: Vivek Sharma
Segregate QinQ from Extend Offload and support QinQ offload
in vlan set command. Merge all port wise rx vlan offloads in
command line help and documentation for a cleaner structure.
Fix port info display to distinguish between qinq strip and
extend offloads. Flatten all VLAN o
From: Vivek Sharma
Introduce boot time argument for configuring QinQ strip
offload.
Signed-off-by: Vivek Sharma
---
v2:
* Moved 'port_infos_display' change to another patch.
app/test-pmd/parameters.c | 6 ++
doc/guides/testpmd_app_ug/run_app.rst | 4
2 files changed, 10 i
From: Vivek Sharma
Introduce boot time argument for configuring all rx offloads.
Signed-off-by: Vivek Sharma
---
app/test-pmd/parameters.c | 16 +++-
doc/guides/testpmd_app_ug/run_app.rst | 5 +
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/app/tes
From: Vivek Sharma
Introduce boot time argument for configuring QinQ strip
offload. Fix port info display to distinguish between
qinq strip and extend offloads.
Signed-off-by: Vivek Sharma
---
app/test-pmd/config.c | 9 +++--
app/test-pmd/parameters.c | 6 ++
From: Vivek Sharma
Segregate QinQ from Extend Offload and support QinQ offload
in vlan set command. Merge all port wise rx vlan offloads in
command line help and documentation for a cleaner structure.
Signed-off-by: Vivek Sharma
---
app/test-pmd/cmdline.c | 19 +++-
From: Vivek Sharma
Introduce boot time argument for configuring QinQ strip
offload and for configuring all rx offloads.Fix port info
display to distinguish between qinq strip and extend offloads.
Signed-off-by: Vivek Sharma
---
app/test-pmd/config.c | 9 +++--
app/test-pmd
From: Vivek Sharma
Use correct flag for indicating QinQ strip rx offload.
Fixes: dfebfc9882fb ("ethdev: support dynamic configuration of QinQ strip")
Cc: sta...@dpdk.org
Signed-off-by: Vivek Sharma
---
lib/librte_ethdev/rte_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
From: Vivek Sharma
Update LB ltypes and use the updated ones so as replace
LB_STAG and LB_QINQ by single LB_STAG_QINQ ltype.
Signed-off-by: Vivek Sharma
---
drivers/common/octeontx2/hw/otx2_npc.h | 9 +++--
drivers/net/octeontx2/otx2_flow_parse.c | 4 ++--
drivers/net/octeontx2/otx2_loo
From: Vivek Sharma
Support QinQ strip RX offload configuration through
testpmd command line and boot time arguments.
Signed-off-by: Vivek Sharma
---
app/test-pmd/cmdline.c | 24 ++-
app/test-pmd/config.c | 36 ++
From: Vivek Sharma
Enable missing support for runtime configuration (setting/getting)
of QinQ strip rx offload for a given ethdev.
Signed-off-by: Vivek Sharma
---
v4:
* Update vlan offload set/get functions description.
v3:
* Make patch as 'non-fix'.
v2:
* Use pointer to dereference dev->data
From: Vivek Sharma
Enable missing support for runtime configuration (setting/getting)
of QinQ strip rx offload for a given ethdev.
Signed-off-by: Vivek Sharma
---
v3:
* Make patch as 'non-fix'.
v2:
* Use pointer to dereference dev->data->dev_conf.rxmode.offloads.
lib/librte_ethdev/rte_ethde
From: Vivek Sharma
Enable missing support for QinQ strip rx offload
in vlan offload set/get methods.
Fixes: cc9d0456b870 ("i40e: support double vlan stripping and insertion")
Cc: sta...@dpdk.org
Signed-off-by: Vivek Sharma
---
v2:
* Use pointer to dereference dev->data->dev_conf.rxmode.offload
From: Vivek Sharma
Enable missing support for QinQ strip rx offload
in vlan offload set/get methods.
Fixes: cc9d0456b870 ("i40e: support double vlan stripping and insertion")
Cc: sta...@dpdk.org
Signed-off-by: Vivek Sharma
---
lib/librte_ethdev/rte_ethdev.c | 17 +
lib/librte_
13 matches
Mail list logo