lkml.org 
[lkml]   [2019]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH net-next 3/3] net: stmmac: Convert to phylink and remove phylib logic
Date
From: Jon Hunter <jonathanh@nvidia.com>

> I am not certain but I don't believe so. We are using a static IP address
> and mounting the root file-system via NFS when we see this ...

Can you please add a call to napi_synchronize() before every
napi_disable() calls, like this:

if (queue < rx_queues_cnt) {
napi_synchronize(&ch->rx_napi);
napi_disable(&ch->rx_napi);
}

if (queue < tx_queues_cnt) {
napi_synchronize(&ch->tx_napi);
napi_disable(&ch->tx_napi);
}

[ I can send you a patch if you prefer ]

Thanks,
Jose Miguel Abreu
\
 
 \ /
  Last update: 2019-06-18 11:47    [W:0.097 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site