I'm a little worried here: > + if (priv->ca->flags & IB_DEVICE_IP_CSUM) > + dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG;
I don't see any place that ca->flags ever gets set; in fact if I delete the flags member of struct ib_device from my tree, it all still compiles fine. So have you actually tested any of these checksum offload code paths? - R. _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
