Re: FreeBSD-head ixgbe build failed

2015-06-22 Thread Eric Joyner
I guess I could reverse-MFC r283668, then, to make that work on HEAD. On Mon, Jun 22, 2015, 12:07 PM Stefano Garzarella < stefanogarzare...@gmail.com> wrote: > Hi all, > I tried to compile FreeBSD-head with only "device ix" (without "device > ixv") but the build failed. > > I fixed this behavior

Re: Sequence number handling issue with TCP data and FIN flag with a transient error

2015-06-22 Thread hiren panchasara
On 06/17/15 at 11:37P, hiren panchasara wrote: > On 06/17/15 at 03:10P, Jean-Francois HREN wrote: > > Hello, while investigating a freeze on a modified FreeBSD 9.3 I stumbled > > upon > > a potential bug in netinet/tcp_output.c > > > > If an error occurs while processing a TCP segment with some d

FreeBSD-head ixgbe build failed

2015-06-22 Thread Stefano Garzarella
Hi all, I tried to compile FreeBSD-head with only "device ix" (without "device ixv") but the build failed. I fixed this behavior using this patch: diff --git a/sys/conf/files b/sys/conf/files index 65606b0..279b161 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1774,25 +1774,25 @@ dev/ixgbe/

Strange problem with TCP checksum

2015-06-22 Thread Andrej Sossi
Hello, I have a weird network problem which I believe may be caused by the FreeBSD igb driver or perhaps even the network adapter. Let me try to explain the scenario in brief: I have a FreeBSD 10.0-RELEASE-p10 server with a public IP address, in which N virtual machines are installed through JAI