[Bug 227058] vxge(4): ioctl implementation reads directly from user memory

2018-03-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227058 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org -- You are

[Bug 221919] ixl: TX queue hang when using TSO and having a high and mixed network load

2018-03-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221919 --- Comment #14 from Jason Tubnor --- Has the Intel driver been upstreamed yet to make the 11.2-RELEASE? re@ have just sent a reminder of the release schedule. If the updated vendor driver works for others here that run their own build ser

Re: Current state of Intel XL710 40G NIC ixl performance

2018-03-28 Thread K. Macy
> On a single-client basis the fastest rates we see are around 5 Gbps. > Hitting this server from multiple boxes we see peaks of 20 Gbps at the very > highest. More frequently things top off around 13 Gbps. These numbers are > coming from iperf tests. We are seeing similar numbers with direct >

Re: Current state of Intel XL710 40G NIC ixl performance

2018-03-28 Thread christian russell
As would I. Christian On Mar 28, 2018, at 9:38 AM, Rodney W. Grimes wrote: >>> Am 28.03.2018 um 06:11 schrieb christian russell: >>> I am having trouble getting an Intel XL710-DA2 NIC to get even close to >>> line rate. It is a 4x10 Gbps card. The box is running FreeBSD 11 (FreeNAS >>> in

Re: removal of token-ring infrastructure coming soon

2018-03-28 Thread Brooks Davis
On Wed, Mar 28, 2018 at 09:16:23AM -0700, Rodney W. Grimes wrote: > > On Tue, Mar 27, 2018 at 04:56:32PM -0700, Rodney W. Grimes wrote: > > > > I have posted a revision which removes support for token-ring networking > > > > from the tree. There have been no such devices for some time. > > > > >

Re: Current state of Intel XL710 40G NIC ixl performance

2018-03-28 Thread Rodney W. Grimes
> Am 28.03.2018 um 06:11 schrieb christian russell: > > I am having trouble getting an Intel XL710-DA2 NIC to get even close to > > line rate. It is a 4x10 Gbps card. The box is running FreeBSD 11 (FreeNAS > > in particular). > > > > We have tried both 1.7 and 1.9 driver revisions with similar re

Re: Current state of Intel XL710 40G NIC ixl performance

2018-03-28 Thread Muenz, Michael
Am 28.03.2018 um 06:11 schrieb christian russell: I am having trouble getting an Intel XL710-DA2 NIC to get even close to line rate. It is a 4x10 Gbps card. The box is running FreeBSD 11 (FreeNAS in particular). We have tried both 1.7 and 1.9 driver revisions with similar results. The NVM ver

[Bug 227033] vxlan(4) does not work with vni larger than 65535

2018-03-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227033 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org -- You are

Re: removal of token-ring infrastructure coming soon

2018-03-28 Thread Rodney W. Grimes
> On Tue, Mar 27, 2018 at 04:56:32PM -0700, Rodney W. Grimes wrote: > > > I have posted a revision which removes support for token-ring networking > > > from the tree. There have been no such devices for some time. > > > > > > https://reviews.freebsd.org/D14875 > > > > > > > Arcnet coming soon?

Re: removal of token-ring infrastructure coming soon

2018-03-28 Thread Brooks Davis
On Tue, Mar 27, 2018 at 04:56:32PM -0700, Rodney W. Grimes wrote: > > I have posted a revision which removes support for token-ring networking > > from the tree. There have been no such devices for some time. > > > > https://reviews.freebsd.org/D14875 > > > > Arcnet coming soon? > and probably

Re: Netmap on Linux nm_open() fail when receive ring size is set to 4096

2018-03-28 Thread Vincenzo Maffione
Hi, You need to increase the value of some netmap module parameter. At least ring_size, maybe also buf_num. Then restart your netmap applications. Keep in mind that performance could worsen with more slots, because of increased cache thrashing. Cheers, Vincenzo On Wed, Mar 28, 2018, 3:50 PM

Netmap on Linux nm_open() fail when receive ring size is set to 4096

2018-03-28 Thread Ming Fu
Hi, I was trying netmap on a Linux box with 128G of ram (64G per numa node). If I set ixgbe interface to 4096 ring size, the nm_open will fail with error "Cannot allocate memory". What can I tweak to make the card use larger ring size? The following test was run after fresh reboot. $ ethtool -

[Bug 216460] 82599ES 10-Gigabit SFI/SFP+ Network Connection link constantly flaps

2018-03-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216460 tanu_l...@yahoo.com changed: What|Removed |Added CC||tanu_l...@yahoo.com --- Comme

Re: crash with ipfw nat on mips32

2018-03-28 Thread Andrey V. Elsukov
On 23.03.2018 20:07, Adrian Chadd wrote: > Hi! > > Just to keep things up to date; I had a chat with people on IRC. > > * I got the regression suite in github compiling and running on amd64. > I'm going to attempt to commit some makefile hilarity to get it to > cross-compile against the copy in s