Bug #8314
closedcxgbe missing from ALTQ interface list
100%
Description
patchset added 'cxl' ... line 5680 of src/etc/inc/interfaces.inc also needs 'cxgbe'
thanks,
R.
Updated by Jim Pingle almost 7 years ago
- Subject changed from bug 7607 is not completely fixed (as of 2.4.3.a.20180204.2325) to cxgbe missing from ALTQ interface list
Updated by ROB VANHOOREN almost 7 years ago
T5 cards are called cxl; T4 cards are called cxgbe
... ref cxgbe(4) *here*
fwiw, T6 cards are called cc.
cheers,
R.
Updated by Jim Pingle almost 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 40f2c5d909220dd5aaa23515d25a04916438304d.
Updated by ROB VANHOOREN almost 7 years ago
well this is odd.
altq(4) clearly *indicates* that cxgbe(4) is supported.
"There were error(s) loading the rules: pfctl: cxgbe1: driver does not support altq - The line in question reads [0]:
2018-02-06 08:55:55"@¶
info ...
dmesg | grep cxgbe1
cxgbe1: <port 1> on t4nex0
cxgbe1: Ethernet address: 00:07:43:CA:BE:EF
cxgbe1: 12 txq, 8 rxq (NIC); 8 txq, 2 rxq (TOE)
cxgbe1: tso4 disabled due to -txcsum.
cxgbe1: enable txcsum first.
cxgbe1: cxgbe_media_change unimplemented.
cxgbe1: link state changed to DOWN
cxgbe1: link state changed to UP
ifconfig cxgbe1
cxgbe1: flags=8a43<UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> metric 0 mtu 9000
options=ec00b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
ether 00:07:43:CA:BE:EF
hwaddr 00:07:43:CA:BE:EF
inet6 fe80::123:45ff:fe14:beef%cxgbe1 prefixlen 64 scopeid 0x4
inet 111.111.111.111 netmask 0xffffffff broadcast 111.111.111.111
inet 10.10.10.1 netmask 0xffffffff broadcast 10.10.10.1
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
media: Ethernet 10Gbase-Twinax <full-duplex>
status: active
Updated by Jim Pingle almost 7 years ago
- Status changed from Feedback to Not a Bug
It's possible that either the man page is wrong or it's been disabled in our driver for stability reasons. I'll take it back out of the altq list.