net/i40e: update tunnel filter restore function
The QinQ filter uses big buffers, set the big_buffer flag when restoring a QinQ filter. Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
This commit is contained in:
parent
484092649e
commit
2880f54a58
@ -10656,7 +10656,10 @@ i40e_tunnel_filter_restore(struct i40e_pf *pf)
|
||||
I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoUDP) ||
|
||||
((f->input.flags &
|
||||
I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoGRE) ==
|
||||
I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoGRE))
|
||||
I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoGRE) ||
|
||||
((f->input.flags &
|
||||
I40E_AQC_ADD_CLOUD_FILTER_CUSTOM_QINQ) ==
|
||||
I40E_AQC_ADD_CLOUD_FILTER_CUSTOM_QINQ))
|
||||
big_buffer = 1;
|
||||
|
||||
if (big_buffer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user