Re: how to cross-connect 2 interfaces

2023-11-26 Thread Vincenzo Maffione
I've never tried with vxlan interfaces... But in principle it should work (emulated netmap mode enables netmap on any interface at reduced performance). However, in your case a good deal of packet processing already happens within the kernel (vxlan encapsulation) so I would definitely go for a kern

Re: how to cross-connect 2 interfaces

2023-11-26 Thread Benoit Chesneau
Thanks! I guess though it will only work for HW interfaces, not with vxlan interfaces? Benoît On Sunday, November 26th, 2023 at 21:43, Vincenzo Maffione wrote: > Or, the netmap(4) bridge example > > On Sun, Nov 26, 2023, 12:40 PM Benoit Chesneau > wrote: > >> thanks, I didn't noticed this on

Re: how to cross-connect 2 interfaces

2023-11-26 Thread Vincenzo Maffione
Or, the netmap(4) bridge example On Sun, Nov 26, 2023, 12:40 PM Benoit Chesneau wrote: > thanks, I didn't noticed this one. > > Benoît Chesneau, Enki Multimedia > — > t. +33608655490 > > Sent with Proton Mail secure email. > > On Saturday, November 25th, 2023 at 23:30, Jim T

Re: how to cross-connect 2 interfaces

2023-11-25 Thread Benoit Chesneau
thanks, I didn't noticed this one. Benoît Chesneau, Enki Multimedia — t. +33608655490 Sent with [Proton Mail](https://proton.me/) secure email. On Saturday, November 25th, 2023 at 23:30, Jim Thompson wrote: > ng_hub(4) > >> On Nov 25, 2023, at 8:34 AM, Benoit Chesneau >> wrote: > >>  >> Is

Re: how to cross-connect 2 interfaces

2023-11-25 Thread Jim Thompson
ng_hub(4)On Nov 25, 2023, at 8:34 AM, Benoit Chesneau wrote: Is there a way to cross-connect 2 interfaces without using a bridge . Something similar to the command ˋl2 xconnect` in vpp (or cisco) :https://docs.fd.io/vpp/16.12/vnet_vnet_l2.htmlThis could be quite handy to create a patch between di