Re: [PATCH net-next 2/3] net: systemport: rewrite bcm_sysport_rx_refill
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2015-05-29 04:02:32
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2015-05-29 04:02:32
Le 05/28/15 20:58, Petri Gynther a écrit : [snip]
quoted
/* We do not have a backing SKB, so we do not a correspondingIs this comment still valid? I removed it from bcmgenet.
Not really, thanks, I will fix that in v2. [snip]
quoted
+ + if (priv->rx_read_ptr == priv->num_rx_bds)if (unlikely(priv->rx_read_ptr == priv->num_rx_bds))
Will fix that as well, thank you! -- Florian