Re: [PATCH net-next] dpaa2-eth: Fix ndo_stop routine

2019-01-17 Thread David Miller
From: Ioana Ciocoi Radulescu Date: Wed, 16 Jan 2019 16:51:44 + > In the current implementation, on interface down we disabled NAPI and > then manually drained any remaining ingress frames. This could lead > to a situation when, under heavy traffic, the data availability > notification for som

[PATCH net-next] dpaa2-eth: Fix ndo_stop routine

2019-01-16 Thread Ioana Ciocoi Radulescu
In the current implementation, on interface down we disabled NAPI and then manually drained any remaining ingress frames. This could lead to a situation when, under heavy traffic, the data availability notification for some of the channels would not get rearmed correctly. Change the implementation