2020-09-25 13:17:37

by Fabian Frédérick

[permalink] [raw]
Subject: [PATCH V2 0/5 net-next] vxlan: clean-up

This small patchet does some clean-up on vxlan.
Second version removes VXLAN_NL2FLAG macro relevant patches as suggested by Michal and David

I hope to have some feedback/ACK from vxlan developers.

Fabian Frederick (5):
vxlan: don't collect metadata if remote checksum is wrong
vxlan: add unlikely to vxlan_remcsum check
vxlan: move encapsulation warning
vxlan: check rtnl_configure_link return code correctly
vxlan: fix vxlan_find_sock() documentation for l3mdev

drivers/net/vxlan.c | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

--
2.27.0


2020-09-26 00:00:11

by David Miller

[permalink] [raw]
Subject: Re: [PATCH V2 0/5 net-next] vxlan: clean-up

From: Fabian Frederick <[email protected]>
Date: Fri, 25 Sep 2020 15:15:41 +0200

> This small patchet does some clean-up on vxlan.
> Second version removes VXLAN_NL2FLAG macro relevant patches as suggested by Michal and David
>
> I hope to have some feedback/ACK from vxlan developers.

Series applied, thanks.