netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Francois Romieu <romieu@fr.zoreil.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: ron.mercer@qlogic.com, netdev@vger.kernel.org
Subject: Pull request for 'qla3xxx-upstream-fixes-20070103-00' tag
Date: Wed, 3 Jan 2007 23:36:53 +0100	[thread overview]
Message-ID: <20070103223653.GA10018@electric-eye.fr.zoreil.com> (raw)
In-Reply-To: <45919563.9030304@garzik.org>


Please pull from tag 'qla3xxx-upstream-fixes-20070103-00' in repository

git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git tag qla3xxx-upstream-fixes-20070103-00

to get the changes below.

Distance from 'netdev-2.6-upstream-fixes'
-----------------------------------------

736272c636cea8593e0907a8c44ec411710c06c1
81f4e6c190a0fa016fd7eecaf76a5f95d121afc2 <- netdev-2.6-upstrem-fixes

Diffstat
--------

 drivers/net/qla3xxx.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Shortlog
--------

Ron Mercer:
      qla3xxx: Remove NETIF_F_LLTX from driver features

Patch
-----

diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c
index d79d141..36e0830 100644
--- a/drivers/net/qla3xxx.c
+++ b/drivers/net/qla3xxx.c
@@ -3370,7 +3370,6 @@ static int __devinit ql3xxx_probe(struct
 	SET_MODULE_OWNER(ndev);
 	SET_NETDEV_DEV(ndev, &pdev->dev);
 
-	ndev->features = NETIF_F_LLTX;
 	if (pci_using_dac)
 		ndev->features |= NETIF_F_HIGHDMA;
 
--- 
Regarding:

Jeff Garzik <jeff@garzik.org> :
> Ron Mercer wrote:
> >These 5 patches were submitted on Dec 5th (1&2) and Dec 11th (3-5).  They 
> >add/fix the following
> >
> >1. Add support for Qlogic 4032 chip.
> >2. Change minor version for 4032 support.
> >3. Add delay when accessing NVRAM.
> >4. Remove NETIF_F_LLTX flag from features.  It was left over from the 
> >early driver and shouldn't be there.
> >5. Fix rx checksum warning.
[...]
> 2) Re-order the patches so that bug fixes come first.  Otherwise this 
> entire patchset must go into netdev-2.6.git#upstream, because patch #1 
> is not a bug fix and we are in a bug-fixes-only cycle.

Patch #5 fixes #1. Both can be merged and actually are in the 'qla3xxx' branch
at git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git. This branch is
against plain Linus's 'master'. The serie is not ready for submission yet but
the very first patches match Ron's ones.

-- 
Ueimor

  reply	other threads:[~2007-01-03 22:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-19 18:18 [PATCH 0/5] qla3xxx:resubmit support for Qlogic 4032 and fixes Ron Mercer
2006-12-19 18:22 ` [PATCH 1/5] qla3xxx: Add support for Qlogic 4032 chip Ron Mercer
2006-12-19 18:22 ` [PATCH 2/5] qla3xxx: Change version to v2.03.00-k2 Ron Mercer
2006-12-19 18:22 ` [PATCH 3/5] qla3xxx: Add delay to NVRAM register access Ron Mercer
2006-12-19 18:22 ` [PATCH 4/5] qla3xxx: Remove NETIF_F_LLTX from driver features Ron Mercer
2006-12-19 18:22 ` [PATCH 5/5] qla3xxx: Fixed rx checksum warning Ron Mercer
2006-12-26 21:34 ` [PATCH 0/5] qla3xxx:resubmit support for Qlogic 4032 and fixes Jeff Garzik
2007-01-03 22:36   ` Francois Romieu [this message]
2007-01-08  3:44     ` Pull request for 'qla3xxx-upstream-fixes-20070103-00' tag Jeff Garzik
2007-01-04  0:25   ` [PATCH 0/5] qla3xxx:resubmit support for Qlogic 4032 and fixes Ron Mercer
2007-01-04  0:33     ` [PATCH 1/3] qla3xxx: Remove NETIF_F_LLTX from driver features Ron Mercer
2007-01-04  0:33     ` [PATCH 2/3] qla3xxx: Add delay to NVRAM register access Ron Mercer
2007-01-04  0:33     ` [PATCH 3/3] qla3xxx: Add support for Qlogic 4032 chip Ron Mercer

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=20070103223653.GA10018@electric-eye.fr.zoreil.com \
    --to=romieu@fr.zoreil.com \
    --cc=jeff@garzik.org \
    --cc=netdev@vger.kernel.org \
    --cc=ron.mercer@qlogic.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).