On 6/11/2024 10:21 AM, Maciej Fijalkowski wrote:
On Tue, Jun 11, 2024 at 01:59:37PM +0200, Alexander Lobakin wrote:

        ice_clean_xdp_irq_zc(xdp_ring);
+ if (!netif_carrier_ok(xdp_ring->vsi->netdev) ||
+           !netif_running(xdp_ring->vsi->netdev))
+               return true;

...

Also, unlikely()?

Thought about that as well but we played it safe first. I wouldn't like to
resubmit whole series due to this so maybe Tony/Jake could address this
when sending to netdev, or am I asking for too much?:)

I can adjust when sending it on to netdev.

Thanks,
Tony

Reply via email to