cxgbe/tom: List IFCAP_TOE6 as supported now that all the required pieces
are in place. You still have to enable it explicitly, after loading the t4_tom KLD.
This commit is contained in:
parent
20be068c8a
commit
7ca5c8632d
@ -875,7 +875,7 @@ cxgbe_attach(device_t dev)
|
||||
ifp->if_capabilities = T4_CAP;
|
||||
#ifdef TCP_OFFLOAD
|
||||
if (is_offload(pi->adapter))
|
||||
ifp->if_capabilities |= IFCAP_TOE4;
|
||||
ifp->if_capabilities |= IFCAP_TOE;
|
||||
#endif
|
||||
ifp->if_capenable = T4_CAP_ENABLE;
|
||||
ifp->if_hwassist = CSUM_TCP | CSUM_UDP | CSUM_IP | CSUM_TSO |
|
||||
|
Loading…
x
Reference in New Issue
Block a user