Re: [PATCH] net/enic: support GENEVE flow item

2022-01-20 Thread Ferruh Yigit
On 1/3/2022 2:58 AM, Hyong Youb Kim wrote: Recent VIC models can parse GENEVE, including options, and inner packet headers. Enable GENEVE header and option flow items. Currently, only the first option that follows the GENEVE header can be matched, and the GENEVE header item must specify option le

[PATCH] net/enic: support GENEVE flow item

2022-01-02 Thread Hyong Youb Kim
Recent VIC models can parse GENEVE, including options, and inner packet headers. Enable GENEVE header and option flow items. Currently, only the first option that follows the GENEVE header can be matched, and the GENEVE header item must specify option length. Signed-off-by: Hyong Youb Kim Reviewe