[openib-general] ethtool support for ipoib

Shirley Ma xma at us.ibm.com
Mon Oct 16 23:03:38 PDT 2006





I am going to add below ethtool ops in ipoib. Anything comments? Once
ethtool support is added, GSO will be get/set directly through ethtool as
Michael pointed out earlier.

static struct ethtool_ops ipoib_ethtool_ops = {
        .get_settings           = ipoib_get_settings,
        .set_settings           = ipoib_set_settings,
        .get_drvinfo            = ipoib_get_dvrinfo,
        .get_link               = ethtool_op_get_link,
        .get_stats_count        = ipoib_get_stats_count,
        .get_ethtool_stats      = ipoib_get_ethtool_stats,
/* can be added later once ipoib support sg
        .get_sg                 = ethtool_op_get_sg,
        .set_sg                 = ethtool_op_set_sg,
*/
};

thanks
Shirley Ma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20061016/01b36798/attachment.html>


More information about the general mailing list