Re: [PATCH net-next v4 3/4] virtio_net: rx remove premapped failover code

2024-05-10 Thread Larysa Zaremba
On Wed, May 08, 2024 at 02:37:17PM +0800, 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 > Acked-by: Jason Wang > --- > drivers/net/virtio_net.c | 85 +-

[PATCH net-next v4 3/4] virtio_net: rx remove premapped failover code

2024-05-07 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 Acked-by: Jason Wang --- drivers/net/virtio_net.c | 85 +--- 1 file changed, 35 insertions(+), 50 deletions(-) diff