Re: [PATCH net-next] net: export dev_set_threaded symbol

2021-03-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 14 Mar 2021 15:49:19 +0100 you wrote: > For wireless devices (e.g. mt76 driver) multiple net_devices belongs to > the same wireless phy and the napi object is registered in a dummy > netdevice related to the wireles

Re: [PATCH net-next] net: export dev_set_threaded symbol

2021-03-15 Thread Jakub Kicinski
On Sun, 14 Mar 2021 15:49:19 +0100 Lorenzo Bianconi wrote: > For wireless devices (e.g. mt76 driver) multiple net_devices belongs to > the same wireless phy and the napi object is registered in a dummy > netdevice related to the wireless phy. > Export dev_set_threaded in order to be reused in devic

[PATCH net-next] net: export dev_set_threaded symbol

2021-03-14 Thread Lorenzo Bianconi
For wireless devices (e.g. mt76 driver) multiple net_devices belongs to the same wireless phy and the napi object is registered in a dummy netdevice related to the wireless phy. Export dev_set_threaded in order to be reused in device drivers enabling threaded NAPI. Signed-off-by: Lorenzo Bianconi