[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48CC662A.6060100@pobox.com>
Date: Sat, 13 Sep 2008 21:17:30 -0400
From: Jeff Garzik <jgarzik@...ox.com>
To: Jay Vosburgh <fubar@...ibm.com>
CC: Stephen Hemminger <stephen.hemminger@...tta.com>,
netdev@...r.kernel.org
Subject: Re: [PATCH] bonding: add more ethtool support
Jay Vosburgh wrote:
> Stephen Hemminger <stephen.hemminger@...tta.com> wrote:
>
>> This patch allows reporting the link, checksum, and feature settings
>> of bonded device by using generic hooks.
>>
>> Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
>>
>> --- a/drivers/net/bonding/bond_main.c 2008-08-11 11:22:42.000000000 -0700
>> +++ b/drivers/net/bonding/bond_main.c 2008-08-11 11:26:07.000000000 -0700
>> @@ -4493,6 +4493,12 @@ static void bond_ethtool_get_drvinfo(str
>>
>> static const struct ethtool_ops bond_ethtool_ops = {
>> .get_drvinfo = bond_ethtool_get_drvinfo,
>> + .get_link = ethtool_op_get_link,
>> + .get_tx_csum = ethtool_op_get_tx_csum,
>> + .get_sg = ethtool_op_get_sg,
>> + .get_tso = ethtool_op_get_tso,
>> + .get_ufo = ethtool_op_get_ufo,
>> + .get_flags = ethtool_op_get_flags,
>> };
>>
>> /*
>
> Jeff, please apply.
>
> Acked-by: Jay Vosburgh <fubar@...ibm.com>
applied
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists