Re: Netmap bridge not working with 10G Ethernet ports

2020-11-19 Thread Vincenzo Maffione
Il giorno gio 19 nov 2020 alle ore 12:28 Rajesh Kumar ha scritto: > Hi Vincenzo, > > Thanks for your reply. > > On Thu, Nov 19, 2020 at 3:16 AM Vincenzo Maffione > wrote: > >> >> This looks like if_axe(4) driver, and therefore there's no native netmap >> support, which means you are falling back

[Bug 251208] bridge(4) combines multiple packets together when traffic load is high

2020-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251208 --- Comment #1 from Brian Buhrow --- Hello. I forgot to note in the original bug report that there is a vlan attached to em0 in this configuration, but the vlan does not participate in the bridge. And, in checking with tcpdump, it appea

Re: Netmap bridge not working with 10G Ethernet ports

2020-11-19 Thread Rajesh Kumar
Hi Vincenzo, Thanks for your reply. On Thu, Nov 19, 2020 at 3:16 AM Vincenzo Maffione wrote: > > This looks like if_axe(4) driver, and therefore there's no native netmap > support, which means you are falling back on > the emulated netmap adapter. Are these USB dongles? If so, how can they be >

RPS kernel support in FreeBSD?

2020-11-19 Thread Darko Grubisic
Hi all! I apologize if this is not the proper place to pop the question. I'm interested if there are any plans to integrate RPS and XPS functionality in FreeBSD kernel? Linux has both introduced since 2011. and kernel 2.6.38. The only thing I've found regarding this is an ancient 2011. github proj