Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network,passt: consider overhead when binding all ports
When VMI uses Passt interface and doesn't specify ports, all the ports are forwarded by Passt process. Opening all the sockets for forwarding causes kernel to consume considerable amount of memory. At the moment, Passt binding can only be used on primary interface, but since we need to loop over the VMI interfaces anyway, there's no reason not to be generic and account for each Passt binding with no specified Ports. Signed-off-by: Radim Hrazdil <[email protected]>
- Loading branch information