]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'vxlan-rx-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Thu, 25 Feb 2016 20:17:13 +0000 (15:17 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Feb 2016 20:17:13 +0000 (15:17 -0500)
commit3258625066822a8b6683283e23b185bd56d7fbc4
tree6e4383a2dc4cec9568298126abc733bfdb672eaf
parentc88b31282dbcb6691be4f7f08dbe1537ae692300
parent93b318da55a570e0a6beeb3c46b3d3a6fd76be7b
Merge branch 'vxlan-rx-cleanups'

Jiri Benc says:

====================
vxlan: consolidate rx handling

Currently, vxlan_rcv is just called at the end of vxlan_udp_encap_recv,
continuing the rx processing where vxlan_udp_encap_recv left it. There's no
clear border between those two functions. This patchset moves
vxlan_udp_encap_recv and vxlan_rcv into a single function.

This also allows to do some simplification in error path.

The VXLAN-GPE implementation that will follow up this set can be seen at:
https://github.com/jbenc/linux-vxlan/commits/master
====================

Signed-off-by: David S. Miller <davem@davemloft.net>