commit | 7cdd5fc376a51cdf191895c23badd699eddbc901 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Thu Jun 16 12:21:36 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 17 20:23:30 2016 -0700 |
tree | 8bbad80acf14e5b62718dd15fc0a0d12675c6df2 | |
parent | ad51b8e9f9f4f8172eb7a6219d3005861bfb9a57 [diff] |
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>