[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210903162545.6e12b15c@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Fri, 3 Sep 2021 16:25:45 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Toms Atteka <cpp.code.lv@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next v3] net: openvswitch: IPv6: Add IPv6 extension
header support
On Fri, 3 Sep 2021 13:53:32 -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@...il.com>
net/openvswitch/flow.c:268:6: warning: no previous prototype for ‘get_ipv6_ext_hdrs’ [-Wmissing-prototypes]
268 | void get_ipv6_ext_hdrs(struct sk_buff *skb, struct ipv6hdr *nh, u16 *ext_hdrs)
| ^~~~~~~~~~~~~~~~~
net/openvswitch/flow.c:268:6: warning: symbol 'get_ipv6_ext_hdrs' was not declared. Should it be static?
net/openvswitch/flow.c:243: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Parses packet and sets IPv6 extension header flags.
Also please CC appropriate maintainers on your submissions
(scripts/get_maintainers is a good guide) and besides that:
# Form letter - net-next is closed
We have already sent the networking pull request for 5.15
and therefore net-next is closed for new drivers, features,
code refactoring and optimizations. We are currently accepting
bug fixes only.
Please repost when net-next reopens after 5.15-rc1 is cut.
Look out for the announcement on the mailing list or check:
http://vger.kernel.org/~davem/net-next.html
RFC patches sent for review only are obviously welcome at any time.
Powered by blists - more mailing lists