[dpdk-dev] [PATCH] net/ice: fix VXLAN flow rule creation error

2021-05-25 Thread dapengx . yu
From: Dapeng Yu In original implementation, error returned when creating VXLAN flow rule with SCTP or TCP as layer 4 protocol of inner segment. There are several root causes for the error: 1. ice_fdir_input_set_hdrs() set ICE_FLOW_SEG_HDR_UDP into protocol header flag of inner segment of VXLAN F

[dpdk-dev] [PATCH] net/ice: fix VXLAN flow rule creation error

2021-04-28 Thread dapengx . yu
From: Dapeng Yu In original implementation, error returned when creating VXLAN flow rule with SCTP or TCP as layer 3 protocol of inner segment. There are several root causes for the error: 1. ice_fdir_input_set_hdrs() set ICE_FLOW_SEG_HDR_UDP into protocol header flag of inner segment of VXLAN F