[dpdk-dev] [PATCH 0/4] DPDK memcpy optimization

Jay Rolette rolette at infiniteio.com
Thu Jan 22 14:29:17 CET 2015


On Thu, Jan 22, 2015 at 3:06 AM, Luke Gorrie <luke at snabb.co> wrote:

Here is another thought: when is it time to start thinking of packet copy
> as a cheap unit-time operation?
>

Pretty much never short of changes to memory architecture, IMO. Frankly,
there are never enough cycles for deep packet inspection applications that
need to run at/near line-rate. Don't waste any doing something you can
avoid in the first place.

Microseconds matter. Scaling up to 100GbE, nanoseconds matter.

Jay


More information about the dev mailing list