On 7/19/17 4:51 PM, David Miller wrote:
From: Girish Moodalbail <girish.moodalb...@oracle.com> Date: Tue, 18 Jul 2017 16:33:06 -0700+static inline bool geneve_dst_addr_equal(struct ip_tunnel_info *a,...+static inline void geneve_quiesce(struct geneve_dev *geneve,...+static inline void geneve_unquiesce(struct geneve_dev *geneve,Please no inline functions in foo.c files, let the compiler decide.
Sure thing. Will do. regards, ~Girish
Thanks.