On Sat, Jun 08, 2019 at 10:24:15AM +0800, wangxi wrote: > > Why is there an EXPROT_SYMBOL in a IB driver? I see many in > > hns. Please send a patch to remove all of them and respin this. > > > There are 2 modules in our ib driver, one is hns_roce.ko, another > is hns_roce_hw_v2.ko. all extern symbols are named like hns_roce_xxx, > this function defined in hns_roce.ko, and invoked in > hns_roce_hw_v2.ko. seems unnecessarily complicated Jason