Re: [dpdk-dev] [PATCH v3] net/i40e: fix i40e flow director merge

2020-02-10 Thread Ye Xiaolong
On 01/29, Sexton, Rory wrote: >> >> Subject: [PATCH v3] net/i40e: fix i40e flow director merge >> >> Merge of ESP and L2TP code in i40e_fdir.c added checks on cus_pctype->index >> which caused flow creation for ESP to fail. >> >> Added fill_ipv4_function() >> Refactored code to have one path fo

Re: [dpdk-dev] [PATCH v3] net/i40e: fix i40e flow director merge

2020-01-29 Thread Sexton, Rory
> > Subject: [PATCH v3] net/i40e: fix i40e flow director merge > > Merge of ESP and L2TP code in i40e_fdir.c added checks on cus_pctype->index > which caused flow creation for ESP to fail. > > Added fill_ipv4_function() > Refactored code to have one path for customized and non customized pctype

[dpdk-dev] [PATCH v3] net/i40e: fix i40e flow director merge

2020-01-28 Thread Bernard Iremonger
Merge of ESP and L2TP code in i40e_fdir.c added checks on cus_pctype->index which caused flow creation for ESP to fail. Added fill_ipv4_function() Refactored code to have one path for customized and non customized pctype's. Fixes: c5f8365bc85d ("net/i40e: support flow director for L2TPv3 over IP"