[dpdk-dev] [PATCH 25/27] net/ice/base: add eCPRI over UDP type 0 flow support
Ferruh Yigit
ferruh.yigit at intel.com
Tue Jan 5 17:24:52 CET 2021
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.cao at intel.com>
> Signed-off-by: Qi Zhang <qi.z.zhang at 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.
More information about the dev
mailing list