]> 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)
commitbbb2d8b9b6efeed8c67a140e647f21503e030195
tree21fe09248fa1465075b21c9803965561d33b0a05
parent885083f0b493c4678ae645c862b6b8a99492913f
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: 17d2bb4b127e("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