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

Sylvain Galliano <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #14 from Sylvain Galliano <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[email protected]"

Reply via email to