From: Stephen Hemminger <shemminger@linux-foundation.org>
To: David Miller <davem@davemloft.net>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
mm-commits@vger.kernel.org, heiko.carstens@de.ibm.com,
schwidefsky@de.ibm.com
Subject: Re: [PATCH net-2.6.24] remove bogus qeth type check
Date: Thu, 11 Oct 2007 17:52:24 -0700 [thread overview]
Message-ID: <20071011175224.130fb2f7@freepuppy.rosehill> (raw)
In-Reply-To: <20071011.172454.116363992.davem@davemloft.net>
On Thu, 11 Oct 2007 17:24:54 -0700 (PDT)
David Miller <davem@davemloft.net> wrote:
> From: Stephen Hemminger <shemminger@linux-foundation.org>
> Date: Thu, 11 Oct 2007 13:24:58 -0700
>
> > Not sure why this crept in with hard-header-ops change.
> > Just kill it. Need to start doing cross-compiles for s390...
> >
> > Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
> >
> > --- a/drivers/s390/net/qeth_main.c 2007-10-10 08:26:48.000000000 -0700
> > +++ b/drivers/s390/net/qeth_main.c 2007-10-11 13:21:17.000000000 -0700
> > @@ -6581,9 +6581,6 @@ qeth_hard_header_parse(const struct sk_b
> > const struct qeth_card *card;
> > const struct ethhdr *eth;
> >
> > - if (dev->type != ARPHRD_IEEE802_TR)
> > - return 0;
> > -
> > card = qeth_get_card_from_dev(skb->dev);
> > if (card->options.layer2)
> > goto haveheader;
>
> Stephen this change is not right.
>
> In order to preserve the semantics that existed before your
> headerops changes, this test must be there. From the original
> qeth_main.c code:
>
> if (qeth_get_netdev_flags(card) & IFF_NOARP) {
> dev->rebuild_header = NULL;
> dev->hard_header = NULL;
> dev->header_cache_update = NULL;
> dev->hard_header_cache = NULL;
> }
> ...
> if (card->options.fake_ll &&
> (qeth_get_netdev_flags(card) & IFF_NOARP))
> dev->hard_header = qeth_fake_header;
> if (dev->type == ARPHRD_IEEE802_TR)
> dev->hard_header_parse = NULL;
> else
> dev->hard_header_parse = qeth_hard_header_parse;
>
> With the way you set up headerops in the driver, the only way
> to preserve the ARPHRD_IEEE802_TR guard, is to keep the
> test that you added to qeth_hard_header_parse().
>
> Andrew, please go back to using the first patch you wrote to
> fix the build, alternative resync with net-2.6.git as that
> version of the build fix is there too.
Dave, you right, that is why I put that test in. Should have kept
the staging tree and notes around longer.
--
Stephen Hemminger <shemminger@linux-foundation.org>
next prev parent reply other threads:[~2007-10-12 0:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200710110909.l9B99fEM021646@imap1.linux-foundation.org>
2007-10-11 9:45 ` + git-net-fix-qeth_main.patch added to -mm tree David Miller
2007-10-11 20:24 ` [PATCH net-2.6.24] remove bogus qeth type check Stephen Hemminger
2007-10-11 21:44 ` David Miller
2007-10-11 21:46 ` David Miller
2007-10-12 0:24 ` David Miller
2007-10-12 0:52 ` Stephen Hemminger [this message]
2007-10-12 0:59 ` David Miller
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=20071011175224.130fb2f7@freepuppy.rosehill \
--to=shemminger@linux-foundation.org \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=schwidefsky@de.ibm.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
all inboxes | Powered by JetHome®