mbox series

[V2,0/5,net-next] vxlan: clean-up

Message ID 20200925131541.56410-1-fabf@skynet.be
Headers show
Series vxlan: clean-up | expand

Message

Fabian Frederick Sept. 25, 2020, 1:15 p.m. UTC
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(-)

Comments

David Miller Sept. 25, 2020, 11:58 p.m. UTC | #1
From: Fabian Frederick <fabf@skynet.be>
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.