Re: [dpdk-dev] [PATCH 25/27] net/ice/base: add eCPRI over UDP type 0 flow support
From: Ferruh Yigit <hidden>
Date: 2021-01-05 16:25:00
From: Ferruh Yigit <hidden>
Date: 2021-01-05 16:25:00
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 <redacted> Signed-off-by: Qi Zhang <redacted>
<...>
@@ -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.