From: Jeff Garzik <jgarzik@pobox.com>
To: Jay Vosburgh <fubar@us.ibm.com>
Cc: Stephen Hemminger <stephen.hemminger@vyatta.com>, netdev@vger.kernel.org
Subject: Re: [PATCH] bonding: add more ethtool support
Date: Sat, 13 Sep 2008 21:17:30 -0400 [thread overview]
Message-ID: <48CC662A.6060100@pobox.com> (raw)
In-Reply-To: <10549.1218841133@death.nxdomain.ibm.com>
Jay Vosburgh wrote:
> Stephen Hemminger <stephen.hemminger@vyatta.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@vyatta.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@us.ibm.com>
applied
prev parent reply other threads:[~2008-09-14 1:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-11 18:34 [PATCH] bonding: add more ethtool support Stephen Hemminger
2008-08-15 22:58 ` Jay Vosburgh
2008-09-14 1:17 ` Jeff Garzik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48CC662A.6060100@pobox.com \
--to=jgarzik@pobox.com \
--cc=fubar@us.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=stephen.hemminger@vyatta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.