On Thu, Oct 26, 2023 at 07:44:24AM +0200, Philipp Hortmann wrote: > @@ -1614,7 +1610,7 @@ static void _rtl92e_rx_normal(struct net_device *dev) > skb = new_skb; > skb->dev = dev; > > - priv->rx_buf[priv->rx_idx[rx_queue_idx]] = > + priv->rx_buf[priv->rx_idx] = > skb; I really like how you split these patches up. Like there was a bunch of different ways to do that and you chose one which made it so easy to review. You made the right choice to avoid touching unrelated white space issues. But could you send a follow on patch to move this lonely skb back with his friends? regards, dan carpenter