Re: [PATCH net 02/15] bonding: use netpoll_poll_dev() helper

2018-09-22 Thread Jay Vosburgh
Eric Dumazet wrote: >We want to allow NAPI drivers to no longer provide >ndo_poll_controller() method, as it has been proven problematic. > >team driver must not look at its presence, but instead call >netpoll_poll_dev() which factorize the needed actions. This patch is for bonding, not

[PATCH net 02/15] bonding: use netpoll_poll_dev() helper

2018-09-21 Thread Eric Dumazet
We want to allow NAPI drivers to no longer provide ndo_poll_controller() method, as it has been proven problematic. team driver must not look at its presence, but instead call netpoll_poll_dev() which factorize the needed actions. Signed-off-by: Eric Dumazet Cc: Jay Vosburgh Cc: Veaceslav Falic