Re: [PATCH net-next 1/3] cxgb4: Fix {vxlan/geneve}_port initialization

2018-05-11 Thread David Miller
From: Ganesh Goudar Date: Fri, 11 May 2018 18:34:43 +0530 > From: Arjun Vynipadath > > adapter->rawf_cnt was not initialized, thereby > ndo_udp_tunnel_{add/del} was returning immediately > without initializing {vxlan/geneve}_port. > Also initializes mps_encap_entry refcnt. > > Fixes: 846eac3fc

[PATCH net-next 1/3] cxgb4: Fix {vxlan/geneve}_port initialization

2018-05-11 Thread Ganesh Goudar
From: Arjun Vynipadath adapter->rawf_cnt was not initialized, thereby ndo_udp_tunnel_{add/del} was returning immediately without initializing {vxlan/geneve}_port. Also initializes mps_encap_entry refcnt. Fixes: 846eac3fccec ("cxgb4: implement udp tunnel callbacks") Signed-off-by: Arjun Vynipadat