netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: "David S. Miller" <davem@redhat.com>
Cc: netdev@oss.sgi.com
Subject: Re: [PATCH] take2: new module infrastructure for net_proto_family
Date: Sun, 20 Apr 2003 13:10:08 -0300	[thread overview]
Message-ID: <20030420161008.GC8399@conectiva.com.br> (raw)
In-Reply-To: <20030420160218.GB8399@conectiva.com.br>

Em Sun, Apr 20, 2003 at 01:02:18PM -0300, Arnaldo C. Melo escreveu:
> Em Sat, Apr 19, 2003 at 06:41:22PM -0700, David S. Miller escreveu:
> > Note that, eventually we'll need to handle the struct sock side of this
> > equation.  Consider that struct sock's can exist long after the user struct
> > socket is closed (TCP is the best example), yet they reference internals to
> > the protocol module (via sk and skb callbacks, hash table linkage, etc.).
> 
> humm, I'll work on this later today, tweaking sk_alloc/sk_free.

as net_families is static in net/socket.c we'll need npf_get and npf_put
(net proto family get/put), is the naming OK for you?
 
> > We can deal with this later, let's merge your stuff in first.
> 
> Thanks, now to easter lunch :-)
> 
> - Arnaldo

  reply	other threads:[~2003-04-20 16:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-19 23:34 [PATCH] take2: new module infrastructure for net_proto_family Arnaldo Carvalho de Melo
2003-04-20  1:41 ` David S. Miller
2003-04-20 16:02   ` Arnaldo Carvalho de Melo
2003-04-20 16:10     ` Arnaldo Carvalho de Melo [this message]
2003-04-20 19:41       ` David S. 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=20030420161008.GC8399@conectiva.com.br \
    --to=acme@conectiva.com.br \
    --cc=davem@redhat.com \
    --cc=netdev@oss.sgi.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).