Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2018 08:26:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 221317] Netmap issue after ixgbe driver update in r320897
Message-ID:  <bug-221317-2472-Mg5HgTntdt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221317-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221317-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221317

Sylvain Galliano <sg@efficientip.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sg@efficientip.com

--- Comment #14 from Sylvain Galliano <sg@efficientip.com> ---
I have the same issue after running the following script:

#!/bin/sh

for i in `seq 1 100`; do
echo $i
ifconfig ix0 down
ifconfig ix0 up
done

After running it, ix0 interface status is 'no carrier'.

I'm running latest 11.1 STABLE (ixgbe 3.2.12-k)

Just to be sure it's not related to netmap, I've compiled the kernel with
'nodevice netmap': same issue.

Doing same test after reverting ixbge 3.2.12-k to 3.1.13-k, the issue is not
there anymore.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221317-2472-Mg5HgTntdt>