]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2950c6b6ff6a9fc94e767a3e1221e181210249b
tree21fe09248fa1465075b21c9803965561d33b0a05
parent2ee9c02e513aa0609853b2339397805f93c70e77
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: 0c061e77d1ee("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