On Mon, Oct 14, 2024 at 11:12 AM Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx> 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 <xuanzhuo@xxxxxxxxxxxxxxxxx> Let's be more verbose here. For example, the virtnet_rq_xxx() helper would be only used if the mode is using pre mapping. And it might be worth adding a check to prevent misusing of the API. Others look good to me. Thanks