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 for customized and non customized pctype's.
>>
>> Fixes: c5f8365bc85d ("net/i40e: support flow director for L2TPv3 over IP")
>>
>> Signed-off-by: Bernard Iremonger <[email protected]>
>>
>
>Acked-by: Rory Sexton <[email protected]>
Applied to dpdk-next-net-intel, Thanks.