Re: [PATCH net-next v5] net: openvswitch: IPv6: Add IPv6 extension header support

From: Jakub Kicinski
Date: Tue Sep 21 2021 - 13:15:43 EST


On Mon, 20 Sep 2021 11:20:38 -0700 Toms Atteka wrote:
> This change adds a new OpenFlow field OFPXMT_OFB_IPV6_EXTHDR and
> packets can be filtered using ipv6_ext flag.
>
> Signed-off-by: Toms Atteka <cpp.code.lv@xxxxxxxxx>

Please make sure to check the files you touch with

./scripts/kernel-doc -none

You're adding kdoc warnings by using the /** comments
which are in fact not kdoc-formatted. Please fix and
repost.