[dpdk-dev] [PATCH 4/5] net/iavf: support eCPRI MSG TYPE 0 for AVF FDIR

Ferruh Yigit ferruh.yigit at intel.com
Tue Jan 5 13:30:07 CET 2021


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 <junfeng.guo at intel.com>

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) {


More information about the dev mailing list