netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: rmody@brocade.com
Cc: netdev@vger.kernel.org, amathur@brocade.com, ddutt@brocade.com,
	huangj@brocade.com
Subject: Re: [PATCH 0/6] bna: Brocade 10Gb Ethernet device driver
Date: Mon, 23 Aug 2010 20:35:52 -0700 (PDT)	[thread overview]
Message-ID: <20100823.203552.63040549.davem@davemloft.net> (raw)
In-Reply-To: <201008232123.o7NLNOpc032761@blc-10-10.brocade.com>

From: Rasesh Mody <rmody@brocade.com>
Date: Mon, 23 Aug 2010 14:23:24 -0700

> From: Rasesh Mody <rmody@brocade.com>
> 
> This is patch 0/6 which contains the summary of changes we've
> done in this particular submission for Brocade's BR1010/BR1020
> 10Gb CEE capable ethernet adapter. Source is based against
> net-next-2.6.
> 
> The changes are as follows:
> 
> - Removed unused variables and misc cleanup
> 
> We wish these patches to be considered for inclusion in net-next-2.6.
> 
> Signed-off-by: Debashis Dutt <ddutt@brocade.com>
> Signed-off-by: Rasesh Mody <rmody@brocade.com>

Applied to net-next-2.6, but I had to apply the following bug
fix.  Do you even look at the warnings generated by the build
of the code you submit?

--------------------
bna: Delete get_flags and set_flags ethtool methods.

This driver doesn't support LRO, NTUPLE, or the RXHASH
features.  So it should not set these ethtool operations.

This also fixes the warning:

drivers/net/bna/bnad_ethtool.c:1272: warning: initialization from incompatible pointer type

Signed-off-by: David S. Miller <davem@davemloft.net>
---
 drivers/net/bna/bnad_ethtool.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/net/bna/bnad_ethtool.c b/drivers/net/bna/bnad_ethtool.c
index e982785..7e630f5 100644
--- a/drivers/net/bna/bnad_ethtool.c
+++ b/drivers/net/bna/bnad_ethtool.c
@@ -1268,8 +1268,6 @@ static struct ethtool_ops bnad_ethtool_ops = {
 	.set_sg = ethtool_op_set_sg,
 	.get_tso = ethtool_op_get_tso,
 	.set_tso = bnad_set_tso,
-	.get_flags = ethtool_op_get_flags,
-	.set_flags = ethtool_op_set_flags,
 	.get_strings = bnad_get_strings,
 	.get_ethtool_stats = bnad_get_ethtool_stats,
 	.get_sset_count = bnad_get_sset_count
-- 
1.7.2.2


  reply	other threads:[~2010-08-24  3:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-23 21:23 [PATCH 0/6] bna: Brocade 10Gb Ethernet device driver Rasesh Mody
2010-08-24  3:35 ` David Miller [this message]
2010-08-24  5:31   ` [PATCH net-next-2.6] bna: fix stats handling Eric Dumazet
2010-08-24 17:52     ` Debashis Dutt
2010-08-24 18:49     ` Rasesh Mody
2010-08-24 19:06       ` Eric Dumazet
2010-08-24 19:36       ` David Miller
2010-08-24 20:48         ` Rasesh Mody
2010-08-30 17:38     ` Rasesh Mody
2010-09-02 19:27     ` Eric Dumazet
2010-09-02 19:45       ` David Miller
2010-08-24  6:15   ` [PATCH 0/6] bna: Brocade 10Gb Ethernet device driver Debashis Dutt
2010-08-24  6:27   ` Rasesh Mody
  -- strict thread matches above, loose matches on Subject: below --
2010-08-11  4:18 Rasesh Mody
2010-08-18 13:03 ` Simon Horman
2010-08-19 16:36   ` Debashis Dutt
2010-08-04  3:00 Rasesh Mody

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=20100823.203552.63040549.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=amathur@brocade.com \
    --cc=ddutt@brocade.com \
    --cc=huangj@brocade.com \
    --cc=netdev@vger.kernel.org \
    --cc=rmody@brocade.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).