i.MX7D network interface driver

2017-09-27 Thread Sebastian Huber
Hello, I try to add support for the i.MX7D to the ffec network interface driver. Does someone else work on this at the moment? I would like to * add checksum offload, * get rid of the m_defrag() in the transmit path, and * avoid the data move of entire frames in the receive path. I added a

[Differential] D12457: Complete INADDR_HASH lock protection

2017-09-27 Thread eugen_grosbein.net (Eugene Grosbein)
eugen_grosbein.net marked an inline comment as done. eugen_grosbein.net added inline comments. INLINE COMMENTS > ae wrote in if_stf.c:383 > Using in_localip() is preferred, because INADDR_HASH is protected with rmlock > only in head/ and stable/11. So if you plan to merge this into stable/10, yo

FreeBSD 12.0: IRQ pinning is not working as expected with cpuset

2017-09-27 Thread Bhargava Chenna Marreddy via freebsd-net
Hi, Can some please guide me in configuring IRQ pinning for Network driver? Looks like IRQ pinning is not working as expected with cpuset command. This is what I’m doing .. 1. Identify the IRQ number on rxq0 # vmstat -i | grep rxq0 irq271: bnxt0:rxq0 2 0 2. Read the current affinit

ConnectX ethernet card: how do I get tghe driver for it.

2017-09-27 Thread Eugene M. Zheganin
Hi, I have an ConnectX ethernet card (vendor = 'Mellanox Technologies', device = 'MT26448 [ConnectX EN 10GigE, PCIe 2.0 5GT/s] <-- this is from the pciconf -lv, I believe it's an "unnumbered" ConnectX card) and FreeBSD 11 box. Skipping all of my unsuccessful tries description, I will simply a

[Bug 218579] Wake on Lan doesn't work for bge NIC driver

2017-09-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 thfr...@gmx.de changed: What|Removed |Added CC||thfr...@gmx.de --- Comment #1 from

Re: ConnectX ethernet card: how do I get tghe driver for it.

2017-09-27 Thread Ben RUBSON
Hi Eugene, cd /usr/src/sys/modules/mlx4 make make install make clean cd /usr/src/sys/modules/mlxen make make install make clean Add this to /boot/loader.conf : mlx4_load="YES" mlxen_load="YES" Ben > On 27 Sep 2017, at 17:10, Eugene M. Zheganin wrote: > > Hi, > > I have an ConnectX ethernet

Re: ConnectX ethernet card: how do I get tghe driver for it.

2017-09-27 Thread Hans Petter Selasky
On 09/27/17 17:13, Ben RUBSON wrote: Hi Eugene, cd /usr/src/sys/modules/mlx4 make make install make clean cd /usr/src/sys/modules/mlxen make make install make clean Add this to /boot/loader.conf : mlx4_load="YES" mlxen_load="YES" In 12-current it is installed by default: mlx4en . Prior to 1