mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Multi-threaded packet parsing ?
@ 2019-04-07 13:49 Justin Iurman
  0 siblings, 0 replies; only message in thread
From: Justin Iurman @ 2019-04-07 13:49 UTC (permalink / raw)
  To: linux-kernel

Hi all,

Currently working inside IPv6 on EH and more specifically on hop-by-hop's. I was wondering if packet processing/parsing is multi-threaded or not ? Actually, I want to store per-packet EH information on net_device struct, which would be only valid for current packet processed/parsed by the dev. The goal is to take advantage of the existing parsing to store important info, which would avoid useless duplicate jobs right after the processing of EH. It should be fine if it's not multi-threaded, which is not ASAIK but just wanted to make sure. Can you confirm/infirm ?

Thanks,
Justin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-07 13:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-07 13:49 Multi-threaded packet parsing ? Justin Iurman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome