https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221317

Sylvain Galliano <s...@efficientip.com> changed:

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

--- Comment #14 from Sylvain Galliano <s...@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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to