cxgb4: Added missing break in ndo_udp_tunnel_{add/del}
authorArjun Vynipadath <arjun@chelsio.com>
Wed, 25 Jul 2018 14:09:52 +0000 (19:39 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Jul 2018 05:38:49 +0000 (22:38 -0700)
commit942a656f1f228f06a37adad0e6c347773cfe7bd6
tree21fe09248fa1465075b21c9803965561d33b0a05
parentc259b4fb33ee6e7667bf1d34bf0803b7c5fdbdce
cxgb4: Added missing break in ndo_udp_tunnel_{add/del}

Break statements were missing for Geneve case in
ndo_udp_tunnel_{add/del}, thereby raw mac matchall
entries were not getting added.

Fixes: c746fc0e8b2d("cxgb4: add geneve offload support for T6")
Signed-off-by: Arjun Vynipadath <arjun@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c