intel / intel/ethernet-linux-ice

RSS by VLAN issue

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
60
Forks
21
PR merge metrics
No merged PRs in 30d

Description

I'm trying to create RSS by VLAN. I saw this code in ice_flow.c file
`/* ICE_FLOW_FIELD_IDX_S_VLAN */`
`ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_VLAN, 12, ICE_FLOW_FLD_SZ_VLAN),`
`/* ICE_FLOW_FIELD_IDX_C_VLAN */`
`ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_VLAN, 14, ICE_FLOW_FLD_SZ_VLAN),`

is it correct? because offset 12 could be ethernet type.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.