[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141015.115154.352769678083203819.davem@davemloft.net>
Date: Wed, 15 Oct 2014 11:51:54 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: Jiafei.Pan@...escale.com
Cc: jkosina@...e.cz, netdev@...r.kernel.org, LeoLi@...escale.com,
linux-doc@...r.kernel.org
Subject: Re: [PATCH] net: use hardware buffer pool to allocate skb
From: "Jiafei.Pan@...escale.com" <Jiafei.Pan@...escale.com>
Date: Wed, 15 Oct 2014 05:34:24 +0000
> Yes, for this matter, in order to do this we should modify the Ethernet
> drivers. For example, driver A want to driver B, C, D.. to support driver
> A's Hardware block access functions, so we have to modify driver B, C, D...
> It will be so complex for this matter.
Experience says otherwise. It's three or four lines of code to attach
a page to an SKB frag.
The driver needs it's own buffer management and setup code anyways,
and no generic facility will replace that.
I think your precondition for these changes therefore doesn't really
exist.
Please, look over all of the drivers that exist already in the tree
and build SKBs using page frage from hardware device buffer pools.
You have to show us that all of those drivers can make use of your
facility.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists