mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Justin Iurman <justin.iurman@uliege.be>
To: linux-kernel@vger.kernel.org
Subject: Multi-threaded packet parsing ?
Date: Sun, 7 Apr 2019 15:49:10 +0200 (CEST)	[thread overview]
Message-ID: <937711609.49388.1554644950383.JavaMail.zimbra@uliege.be> (raw)

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

                 reply	other threads:[~2019-04-07 13:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=937711609.49388.1554644950383.JavaMail.zimbra@uliege.be \
    --to=justin.iurman@uliege.be \
    --cc=linux-kernel@vger.kernel.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

Powered by JetHome