Re: [PATCH 5/5] virtio_net: rx remove premapped failover code

2024-10-18 Thread Jason Wang
On Mon, Oct 14, 2024 at 11:12 AM Xuan Zhuo wrote: > > Now, the premapped mode can be enabled unconditionally. > > So we can remove the failover code for merge and small mode. > > Signed-off-by: Xuan Zhuo Let's be more verbose here. For example, the virtnet_rq_xxx() helper would be only used if t

[PATCH 5/5] virtio_net: rx remove premapped failover code

2024-10-13 Thread Xuan Zhuo
Now, the premapped mode can be enabled unconditionally. So we can remove the failover code for merge and small mode. Signed-off-by: Xuan Zhuo --- drivers/net/virtio_net.c | 80 +--- 1 file changed, 33 insertions(+), 47 deletions(-) diff --git a/drivers/net/v