netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Francois Romieu <romieu@fr.zoreil.com>
Cc: "David S. Miller" <davem@redhat.com>, netdev@oss.sgi.com
Subject: Re: PATCH 1/1: [SKBUFF] move common code to hdlc_type_trans
Date: Fri, 08 Oct 2004 20:07:10 -0300	[thread overview]
Message-ID: <41671D9E.5030701@conectiva.com.br> (raw)
In-Reply-To: <20041008223611.GA7097@electric-eye.fr.zoreil.com>



Francois Romieu wrote:
> Arnaldo Carvalho de Melo <acme@conectiva.com.br> :
> [dscc4.c sets skb->mac.raw after hdlc_type_trans]
> 
>>	Francois, is this really what is intended? I left it as
> 
> 
> In the pre-eth_type_trans area, yes :o/ I did not test dscc4 in
> a bridged setup. Please fix the driver in your patch.

OK, I'll do that later today, i.e. just remove
the skb->mac.raw = skb->data after the call to hdlc_type_trans as
it already, like eth_type_trans, sets skb->mac.raw to skb->data
prior to calling any hdlc layer type_trans pointer.

For those paying attention to this lowly stuff, what do you
think of renaming all those foo_type_trans to
foo_setup_rx_skb (suggestions for a better name than foo_type_trans
are welcome) and make it set skb->protocol, making it return just
void? I think it makes the whole thing clearer...

- Arnaldo

      reply	other threads:[~2004-10-08 23:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-08  2:04 PATCH 1/1: [SKBUFF] move common code to hdlc_type_trans Arnaldo Carvalho de Melo
2004-10-08 22:36 ` Francois Romieu
2004-10-08 23:07   ` Arnaldo Carvalho de Melo [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=41671D9E.5030701@conectiva.com.br \
    --to=acme@conectiva.com.br \
    --cc=davem@redhat.com \
    --cc=netdev@oss.sgi.com \
    --cc=romieu@fr.zoreil.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).