virtio_net: unify the code for recycling the xmit ptr
authorXuan Zhuo <xuanzhuo@linux.alibaba.com>
Thu, 29 Feb 2024 07:20:42 +0000 (15:20 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 19 Mar 2024 07:19:22 +0000 (03:19 -0400)
commitb1dc24aba789190dad0047c1f4c16049dd698769
tree1aa500db55fa143816ccf8e7c0bdf3e5639f1d5d
parent0d197a14716481626f863d2091f4c328bf5412e3
virtio_net: unify the code for recycling the xmit ptr

There are two completely similar and independent implementations. This
is inconvenient for the subsequent addition of new types. So extract a
function from this piece of code and call this function uniformly to
recover old xmit ptr.

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20240229072044.77388-18-xuanzhuo@linux.alibaba.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/net/virtio_net.c