commit | 6b3529123dbe2d9cf728231a6857ee8ce2fa7d83 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Thu Jun 16 12:21:09 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 17 20:23:29 2016 -0700 |
tree | c62c60cb43141d4c93f12ee07c2f7460a5c9b1ec | |
parent | 7c46a640de6fcc4f35d0702710356a024eadf68f [diff] |
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>