10Gig Chelsio T320e iSCSI lock up with high CPU usage

VioletDragon

Patron
Joined
Aug 6, 2017
Messages
251
Hi,

I have a problem all of my VMs are running over 10Gig link only to my XCP-ng and my workstation the issue is that the link on the FreeNAS completely locks up no pings and no response via iSCSI or NFS. When copying files from my Workstation it also causes the link to lock up with High CPU usage, this issue doesnt happen straight away after 5 to 6 days this happens. LAGG interface is perfectly fine but the Chelsio T3 is where the problem allies.

Any ideas?

Thanks.
 

c77dk

Patron
Joined
Nov 27, 2019
Messages
468
Have you checked TSO4/TSO6 is enabled? Made a world of difference on my T520-CR
 

VioletDragon

Patron
Joined
Aug 6, 2017
Messages
251
Have you checked TSO4/TSO6 is enabled? Made a world of difference on my T520-CR

Hi,

ifconfig is showing the following.
Code:
cxgb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=6c07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
    ether 00:07:43:09:b0:9a
    hwaddr 00:07:43:09:b0:9a
    inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255
    nd6 options=9<PERFORMNUD,IFDISABLED>
    media: Ethernet Unknown <full-duplex>
    status: active
cxgb1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=6c07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
    ether 00:07:43:09:b0:9b
    hwaddr 00:07:43:09:b0:9b
    inet 192.168.3.1 netmask 0xffffff00 broadcast 192.168.3.255
    nd6 options=9<PERFORMNUD,IFDISABLED>
    media: Ethernet 10Gbase-Twinax <full-duplex>
    status: active


My card in my Storage Server was showing up as x4 but i sorted that now im seeing the full speeds in iperf.
 

Attachments

  • Screenshot from 2020-03-05 18-08-22.png
    Screenshot from 2020-03-05 18-08-22.png
    153.3 KB · Views: 310
  • Screenshot from 2020-03-05 18-30-11.png
    Screenshot from 2020-03-05 18-30-11.png
    175.9 KB · Views: 312
Top