Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Current testpmd implementation supports VXLAN only for tunnel offload. Add GRE, NVGRE and GENEVE for tunnel offload flow matches. For example: testpmd> flow tunnel create 0 type vxlan port 0: flow tunnel #1 type vxlan testpmd> flow tunnel create 0 type nvgre port 0: flow tunnel #2 type nvgre testpmd> flow tunnel create 0 type gre port 0: flow tunnel #3 type gre testpmd> flow tunnel create 0 type geneve port 0: flow tunnel #4 type geneve Fixes: 1b9f274 ("app/testpmd: add commands for tunnel offload") Cc: [email protected] Signed-off-by: Eli Britstein <[email protected]> Reviewed-by: Gregory Etelson <[email protected]>
- Loading branch information