DPDK patches and discussions
 help / color / mirror / Atom feed
From: Dean Marx <dmarx@iol.unh.edu>
To: Luca Vizzarro <luca.vizzarro@arm.com>
Cc: dev@dpdk.org, Paul Szczepanek <paul.szczepanek@arm.com>,
	Patrick Robb <probb@iol.unh.edu>
Subject: Re: [PATCH] dts: add Scapy asynchronous sniffer
Date: Tue, 1 Apr 2025 12:37:27 -0400	[thread overview]
Message-ID: <CABD7UXNenBtZrvUWR_HbHUPSMLAn3EF1x25Avme6iYy+y4=exA@mail.gmail.com> (raw)
In-Reply-To: <20250318174051.1931041-1-luca.vizzarro@arm.com>

On Tue, Mar 18, 2025 at 1:41 PM Luca Vizzarro <luca.vizzarro@arm.com> wrote:
>
> Currently packet capturing in Scapy is used by running Scapy's own
> class AsyncSniffer in the same shell as packet sending. Because there is
> some start up time involved in the AsyncSniffer, doing this every single
> time a test case requires it can become slow and unreliable if sniffer
> was not ready yet at the time of sending.
>
> Add a multi-threaded implementation for sniffing and capturing packets
> on-demand using Scapy. The sniffer lives in its own dedicated shell,
> which is setup for sniffing at the start up of the test run. Packets are
> only captured when requested by the tests through the use of Event
> signals.
>
> Signed-off-by: Luca Vizzarro <luca.vizzarro@arm.com>
> Reviewed-by: Paul Szczepanek <paul.szczepanek@arm.com>

Reviewed-by: Dean Marx <dmarx@iol.unh.edu>

  reply	other threads:[~2025-04-01 16:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-18 17:40 Luca Vizzarro
2025-04-01 16:37 ` Dean Marx [this message]
2025-04-03 13:54 ` Patrick Robb

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='CABD7UXNenBtZrvUWR_HbHUPSMLAn3EF1x25Avme6iYy+y4=exA@mail.gmail.com' \
    --to=dmarx@iol.unh.edu \
    --cc=dev@dpdk.org \
    --cc=luca.vizzarro@arm.com \
    --cc=paul.szczepanek@arm.com \
    --cc=probb@iol.unh.edu \
    /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).