Re: [dpdk-dev] [PATCH 4/5] net/iavf: support eCPRI MSG TYPE 0 for AVF FDIR
From: Ferruh Yigit <hidden>
Date: 2021-01-05 12:30:15
From: Ferruh Yigit <hidden>
Date: 2021-01-05 12:30:15
On 12/14/2020 6:49 AM, Junfeng Guo wrote:
For eCPRI MSG Type 0, ecpriRtcid/ecpriPcid field within the eCPRI header will be extracted to Field Vector for AVF FDIR. SPEC for eCPRI: http://www.cpri.info/downloads/eCPRI_v_2.0_2019_05_10c.pdf Signed-off-by: Junfeng Guo <redacted>
fixed following checkpatch warning while merging:
CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#121: FILE: drivers/net/iavf/iavf_fdir.c:928:
+ if (ecpri_common.type == RTE_ECPRI_MSG_TYPE_IQ_DATA
+ && ecpri_mask->hdr.type0.pc_id == UINT16_MAX) {