net/i40e: support VXLAN-GPE classification
Added VXLAN-GPE tunnel filter, supported filter to queue. Signed-off-by: Qiming Yang <qiming.yang@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
parent
9d17021648
commit
414e31cd6f
@ -135,6 +135,7 @@ New Features
|
||||
New features for PF:
|
||||
|
||||
* Added support for VXLAN-GPE packet.
|
||||
* Added support for VXLAN-GPE classification.
|
||||
|
||||
* **Updated the QuickAssist Technology PMD.**
|
||||
|
||||
|
@ -7722,6 +7722,9 @@ i40e_dev_tunnel_filter_set(struct i40e_pf *pf,
|
||||
case RTE_TUNNEL_TYPE_IP_IN_GRE:
|
||||
tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_IP;
|
||||
break;
|
||||
case RTE_TUNNEL_TYPE_VXLAN_GPE:
|
||||
tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_VXLAN_GPE;
|
||||
break;
|
||||
default:
|
||||
/* Other tunnel types is not supported. */
|
||||
PMD_DRV_LOG(ERR, "tunnel type is not supported.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user