Bug 233992 - QLXGB kernel driver errors out when configured
Summary: QLXGB kernel driver errors out when configured
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 12.0-STABLE
Hardware: amd64 Any
: --- Affects Some People
Assignee: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-13 19:53 UTC by roadran322
Modified: 2019-01-09 16:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description roadran322 2018-12-13 19:53:26 UTC
I'm using the if_qlxgb kernel module to run my QLogic NC523SFP 10GbE NIC. However upon loading this module, and assigning an IP to it via ifconfig, the following error occurs:

ql1: qla_hw_send: (nsegs[1, 42, 0x0] > Q8_TX_MAX_SEGMENTS)
ql1: qla_dump_buf8: qla_hw_send: wrong pkt 0x2a dump start
ql1: 0x00000000: ff ff ff ff ff ff 24 be 05 ef 32 44 08 06 00 01
ql1: 0x00000010: 08 00 06 04 00 01 24 be 05 ef 32 44 ac 10 06 01
ql1: 0x00000020: 00 00 00 00 00 00 ac 10 06 01
ql1: qla_dump_buf8: qla_hw_send: wrong pkt dump end
Comment 1 roadran322 2018-12-13 22:30:47 UTC
Well, I also needed to set my MTU apparently... ifconfig ql1 mtu 1500 solved that issue.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2019-01-09 16:01:12 UTC
(In reply to roadran322 from comment #1)

So can this PR be closed?
Comment 3 roadran322 2019-01-09 16:07:17 UTC
(In reply to Mark Linimon from comment #2)

Yes, I believe so.