On Wed, May 8, 2024 at 4:05 PM Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx> wrote: > > This commit separates the function receive_buf(), then we wrap the logic > of handling the skb to an independent function virtnet_receive_done(). > The subsequent commit will reuse it. > > Signed-off-by: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx> Acked-by: Jason Wang <jasowang@xxxxxxxxxx> Thanks