On Wed, Oct 16, 2019 at 09:23:08AM +0300, Leon Romanovsky wrote: > @@ -773,6 +781,25 @@ static int fill_stat_hwcounter_entry(struct sk_buff *msg, > nla_nest_cancel(msg, entry_attr); > return -EMSGSIZE; > } > +EXPORT_SYMBOL(fill_stat_hwcounter_entry); This is not a good name for a global symbol, I changed it to rdma_nl_stat_hwcounter_entry Jason