[Bug 221146] [ixgbe] Problem with second laggport

2019-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

Rodney W. Grimes  changed:

   What|Removed |Added

 CC|sta...@freebsd.org  |

--- Comment #25 from Rodney W. Grimes  ---
Please do not put bugs on stable@, current@, hackers@, etc

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


[Bug 221146] [ixgbe] Problem with second laggport

2018-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

--- Comment #24 from Peter Vanek  ---
Hello guys,

Wondering if this is may be same origin as coming from

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

with commit

https://reviews.freebsd.org/D18468

Peter

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


[Bug 221146] [ixgbe] Problem with second laggport

2018-10-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

Maciej Suszko  changed:

   What|Removed |Added

 CC||mac...@suszko.eu

--- Comment #23 from Maciej Suszko  ---
Same problem here on Dell PowerEdge R740xd running 11.2-RELEASE-p4, sources
modified to include latest mrsas drviers (DELL PERC H740P).

root@host:~ # uname -a
FreeBSD host 11.2-RELEASE-p4 FreeBSD 11.2-RELEASE-p4 #0 r338999M: Fri Sep 28
19:27:30 UTC 2018 root@host:/usr/obj/usr/src/sys/GENERIC  amd64

root@host:~ # dmesg -a| grep '^ix[01]'
ix0:  port
0x4020-0x403f mem 0x9d90-0x9d9f,0x9da04000-0x9da07fff at device 0.0
numa-domain 0 on pci5
ix0: Using MSI-X interrupts with 9 vectors
ix0: Ethernet address: xx:xx:xx:xx:xx:98
ix0: PCI Express Bus: Speed 5.0GT/s Width x8
ix0: netmap queues/slots: TX 8/2048, RX 8/2048
ix1:  port
0x4000-0x401f mem 0x9d80-0x9d8f,0x9da0-0x9da03fff at device 0.1
numa-domain 0 on pci5
ix1: Using MSI-X interrupts with 9 vectors
ix1: Ethernet address: xx:xx:xx:xx:xx:9a
ix1: PCI Express Bus: Speed 5.0GT/s Width x8
ix1: netmap queues/slots: TX 8/2048, RX 8/2048
ix0: link state changed to UP
ix0: flags=8843 metric 0 mtu 1500
ix1: flags=8802 metric 0 mtu 1500
ix1: flags=8802 metric 0 mtu 1500
ix1: link state changed to UP
ix1: link state changed to DOWN
ix1: link state changed to UP

I can attach ix1 to lagg0 later, after system boot... doing this within rc.conf
(in pair with ix0) does not work, ix1 shows 'no carrier' and it doesn't change
it's state after removing from lagg0, interface down/up.

root@host:~ # ifconfig ix0
ix0: flags=8843 metric 0 mtu 1500
   
options=e407bb
ether xx:xx:xx:xx:xx:98
hwaddr xx:xx:xx:xx:xx:98
nd6 options=29
media: Ethernet autoselect (10Gbase-Twinax
)
status: active

root@host:~ # ifconfig ix1
ix1: flags=8843 metric 0 mtu 1500
   
options=e407bb
ether xx:xx:xx:xx:xx:98
hwaddr xx:xx:xx:xx:xx:9a
nd6 options=29
media: Ethernet autoselect (10Gbase-Twinax
)
status: active

root@host:~ # ifconfig lagg0
lagg0: flags=8843 metric 0 mtu 1500

options=e407bb
ether xx:xx:xx:xx:xx:98
nd6 options=29
media: Ethernet autoselect
status: active
groups: lagg 
laggproto lacp lagghash l2,l3,l4
laggport: ix0 flags=1c
laggport: ix1 flags=1c

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


[Bug 221146] [ixgbe] Problem with second laggport

2018-01-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

Peter Vanek  changed:

   What|Removed |Added

 CC||p...@efficientip.com

--- Comment #22 from Peter Vanek  ---
Hello,

I would like to add little piece to this as well.
We can reproduce same issue with driver 3.2.12-k 

Jan 30 12:59:18 localhost ix0:  port 0xecc0-0xecdf mem
0xd9d0-0xd9df,0xd9ff8000-0xd9ffbfff irq 40 at device 0.0 numa-domain 0
on pci2

having lagg1

lagg1: flags=8843 metric 0 mtu 1500
   
options=e407b9
ether a0:36:9f:3e:57:18
inet 61.0.0.24 netmask 0xff00 broadcast 61.255.255.255
nd6 options=29
media: Ethernet autoselect
status: active
groups: lagg
laggproto failover lagghash l2,l3,l4
laggport: ix0 flags=5
laggport: ix1 flags=0<>


we use simple script to reproduce this:

# more a.sh
#!/bin/sh

while true; do
ifconfig $1 down
echo next $1
ifconfig $1 up
#sleep 1
done


# sh a.sh ix0


After about 30-50 loops, we can find ix0 interface with flag UP, but with 'no
carrier' status

ix0: flags=8843 metric 0 mtu 1500
   
options=9400b8
ether a0:36:9f:3e:57:18
hwaddr a0:36:9f:3e:57:18
nd6 options=29
media: Ethernet autoselect
status: no carrier
plugged: SFP/SFP+/SFP28 10G Base-SR (LC)
vendor: OEM PN: SFP-10G-SR SN: IN140317016 DATE: 2014-03-20
module temperature: 30.60 C Voltage: 3.29 Volts
RX: 0.38 mW (-4.10 dBm) TX: 0.41 mW (-3.85 dBm)

SFF8472 DUMP (0xA0 0..127 range):
03 04 07 10 00 00 50 FF 00 00 00 06 67 02 00 00
08 03 00 1E 4F 45 4D 20 20 20 20 20 20 20 20 20
20 20 20 20 00 00 1B 21 53 46 50 2D 31 30 47 2D
53 52 20 20 20 20 20 20 41 20 20 20 03 52 00 BA
00 3A 00 00 49 4E 31 34 30 33 31 37 30 31 36 20
20 20 20 20 31 34 30 33 32 30 20 20 68 FA 03 07
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

==

Same result is done also when netmap is not involved; script will take ix0 down
too

# ifconfig  ix0
ix0: flags=8843 metric 0 mtu 1500
   
options=e407b9
ether a0:36:9f:3e:57:18
hwaddr a0:36:9f:3e:57:18
nd6 options=29
media: Ethernet autoselect
status: no carrier


FYI, we do temporary downgrade of driver to 3.1.13-k where issue is not
present.

If I can help with any additional testing, let me know.

Best Regards,
Peter

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


[Bug 221146] [ixgbe] Problem with second laggport

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

Mark Linimon  changed:

   What|Removed |Added

   Keywords||IntelNetworking

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


[Bug 221146] [ixgbe] Problem with second laggport

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

--- Comment #21 from Sean Bruno  ---
(In reply to Jeb Cramer from comment #20)
Until I get confirmation from a failure case, I'm not going to do anything with
this at this time.

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


[Bug 221146] [ixgbe] Problem with second laggport

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

Jeb Cramer  changed:

   What|Removed |Added

 CC||cram...@intel.com

--- Comment #20 from Jeb Cramer  ---
(In reply to Sean Bruno from comment #19)
I'm not saying it won't help, but it also opens the door for the reasons we
moved it to the beginning of attach() in the first place.  The firmware tends
to not honor the synchronization bits until the driver has taken over (via the
DRV_LOAD bit).

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


[Bug 221146] [ixgbe] Problem with second laggport

2017-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

Sean Bruno  changed:

   What|Removed |Added

Summary|[LAGG] Problem with second  |[ixgbe] Problem with second
   |laggport|laggport

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