intel / intel/ethernet-linux-ice
RSS by VLAN issue
Open
- 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
Assessment
This issue has not been assessed yet.