On 12/15/2020 6:05 AM, Qi Zhang wrote:
This patch adds extracting field for flow type eCPRI over udp message
type 0 and field PC_ID which is used for FDIR/RSS packet steering.

Signed-off-by: Yahui Cao <yahui....@intel.com>
Signed-off-by: Qi Zhang <qi.z.zh...@intel.com>

<...>

@@ -1254,6 +1302,11 @@ ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct 
ice_fdir_fltr *input,
                ice_pkt_insert_u16(loc, ICE_ECPRI_TP0_PC_ID_OFFSET,
                                   input->ecpri_data.pc_id);
                break;
+       case ICE_FLTR_PTYPE_NONF_IPV4_UDP_ECPRI_TP0:
+               /* Use pkt instead of loc, since PC_ID is in outter part */

typo fixed while merging, please enable spell checking in checkpatch to catch 
them.

Reply via email to