bnx2x: Move all UDP port notifiers to single function
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 16 Jun 2016 19:21:09 +0000 (12:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 03:23:29 +0000 (20:23 -0700)
commit6b3529123dbe2d9cf728231a6857ee8ce2fa7d83
treec62c60cb43141d4c93f12ee07c2f7460a5c9b1ec
parent7c46a640de6fcc4f35d0702710356a024eadf68f
bnx2x: Move all UDP port notifiers to single function

This patch goes through and combines the notifiers for VXLAN and GENEVE
into a single function for each action.  So there is now one combined
function for getting ports, one for adding the ports, and one for deleting
the ports.

I also went through and dropped the BNX2X VXLAN and GENEVE specific build
flags.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/Kconfig
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c