]> asedeno.scripts.mit.edu Git - linux.git/commit
bnxt: Move GENEVE support from hard-coded port to using port notifier
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 16 Jun 2016 19:21:36 +0000 (12:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 03:23:30 +0000 (20:23 -0700)
commit7cdd5fc376a51cdf191895c23badd699eddbc901
tree8bbad80acf14e5b62718dd15fc0a0d12675c6df2
parentad51b8e9f9f4f8172eb7a6219d3005861bfb9a57
bnxt: Move GENEVE support from hard-coded port to using port notifier

The port number for GENEVE is hard coded into the bnxt driver.  This is the
kind of thing we want to avoid going forward.  For now I will integrate
this back into the port notifier so that we can change the GENEVE port
number if we need to in the future.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Acked-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c
drivers/net/ethernet/broadcom/bnxt/bnxt.h