3 Apr
2025
3 Apr
'25
8:40 a.m.
On Thu, Apr 3, 2025 at 3:51 AM David Gibson
On Tue, Apr 01, 2025 at 01:38:07PM +0200, Eugenio Pérez wrote:
In vhost-kernel we need to allocate a storage for rx so kernel can write the buffers async. We need to tell tap_add_packet where to find them.
Signed-off-by: Eugenio Pérez
As discussed on our call, I don't think we need this. We should be able to re-use pool_tap[46] for vhost-net.
Right, I'm able to transmit from the guest reusing pool_tap[46] now, thanks!