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

2018-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221919 --- Comment #11 from Eric Joyner --- This should be fixed in ixl-1.9.5. We're working on getting that upstreamed, but in the meantime, you can download it from the Intel download center. https://downloadcenter.intel.com/download/25160/Int

Re: IP networking single socket, both IPv4 and V6?

2018-01-04 Thread Karl Denninger
On 1/4/2018 10:32, Lewis Donzis wrote: > On Jan 4, 2018, at 10:17 AM, Karl Denninger wrote: >> I've written a fair bit of code that binds to both Ipv4 and v6 for >> incoming connections, using two sockets (one for each.) >> >> Perusing around the 'net I see an implementation note written by IBM >>

Re: IP networking single socket, both IPv4 and V6?

2018-01-04 Thread Lewis Donzis
> On Jan 4, 2018, at 10:32 AM, Lewis Donzis wrote: > > On Jan 4, 2018, at 10:17 AM, Karl Denninger wrote: >> >> I've written a fair bit of code that binds to both Ipv4 and v6 for >> incoming connections, using two sockets (one for each.) >> >> Perusing around the 'net I see an implementation

Re: IP networking single socket, both IPv4 and V6?

2018-01-04 Thread Lewis Donzis
On Jan 4, 2018, at 10:17 AM, Karl Denninger wrote: > > I've written a fair bit of code that binds to both Ipv4 and v6 for > incoming connections, using two sockets (one for each.) > > Perusing around the 'net I see an implementation note written by IBM > that implies that on their Unix implement

IP networking single socket, both IPv4 and V6?

2018-01-04 Thread Karl Denninger
I've written a fair bit of code that binds to both Ipv4 and v6 for incoming connections, using two sockets (one for each.) Perusing around the 'net I see an implementation note written by IBM that implies that on their Unix implementation you can set up an INET6 listener and it will open listeners