Re: performance of netgraph vs bridge

2023-10-08 Thread Goran Mekić
On 10/8/23 11:00, Benoit Chesneau wrote: Before I am doing some performance tests myself, did someone comparend netgraph ng_bridge vs if_bridge with recent multi thread additions in netgraph ? The advantage I see in using netgraph is remooving the need of using tap interfaces  and instead usi

performance of netgraph vs bridge

2023-10-08 Thread Benoit Chesneau
Before I am doing some performance tests myself, did someone comparend netgraph ng_bridge vs if_bridge with recent multi thread additions in netgraph ? The advantage I see in using netgraph is remooving the need of using tap interfaces and instead using netgraph sockets. Which seems to be more