netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: jt@hpl.hp.com
Cc: Christoph Hellwig <hch@infradead.org>,
	"David S. Miller" <davem@davemloft.net>,
	irda-users@lists.sourceforge.net, netdev@oss.sgi.com,
	Stephen Hemminger <shemminger@osdl.org>
Subject: Re: [PATCH 6/9] irda: use sock slab cache
Date: Thu, 20 Jan 2005 19:08:06 -0200	[thread overview]
Message-ID: <41F01DB6.3070605@conectiva.com.br> (raw)
In-Reply-To: <20050120172522.GF6839@bougret.hpl.hp.com>

Jean Tourrilhes escreveu:
> On Thu, Jan 20, 2005 at 01:20:49PM -0200, Arnaldo Carvalho de Melo wrote:
  >>Take a look at this patch, it shows how I think the transitional
>>stage should be, the protocols will just use (IRDA for the example):
> 
> 
> 	Can't we just transition IrDA sockets to "future", rather than
> "transitional". This way we are done, and no longer need to worry
> about it. I mean, you already did the patch, so what's the reason of
> holding back ?

No, no reason, this latest scheme is good to balance the needs of
performance protocols critical protocols (tcp, etc) and the ones
where the overhead of a private slabcache is too much, the transitional
solution is just to keep the "old protocols", i.e. the ones not
converted yet, working for the time being. IRDA, from what we
discussed, will be converted today to its final form, that is,
without an slab cache, aggregate kmalloc at sk_alloc time, not using
anymore the generic "sock" slab.

- Arnaldo

      reply	other threads:[~2005-01-20 21:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-20  2:04 [PATCH 6/9] irda: use sock slab cache Arnaldo Carvalho de Melo
2005-01-20  2:16 ` Jean Tourrilhes
2005-01-20  3:47   ` Arnaldo Carvalho de Melo
2005-01-20  8:54     ` Christoph Hellwig
2005-01-20 14:55       ` Arnaldo Carvalho de Melo
2005-01-20 15:20         ` Arnaldo Carvalho de Melo
2005-01-20 17:25           ` Jean Tourrilhes
2005-01-20 21:08             ` 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=41F01DB6.3070605@conectiva.com.br \
    --to=acme@conectiva.com.br \
    --cc=davem@davemloft.net \
    --cc=hch@infradead.org \
    --cc=irda-users@lists.sourceforge.net \
    --cc=jt@hpl.hp.com \
    --cc=netdev@oss.sgi.com \
    --cc=shemminger@osdl.org \
    /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).