DPDK patches and discussions
 help / color / mirror / Atom feed
From: Patrick Robb <probb@iol.unh.edu>
To: Luca Vizzarro <luca.vizzarro@arm.com>
Cc: dev@dpdk.org, Paul Szczepanek <paul.szczepanek@arm.com>
Subject: Re: [PATCH] dts: add Scapy asynchronous sniffer
Date: Thu, 3 Apr 2025 09:54:20 -0400	[thread overview]
Message-ID: <CAJvnSUC1V8aZL8RA1EwAqocF=eAvc59wTSLBYFkhLZ+L_JLnrA@mail.gmail.com> (raw)
In-Reply-To: <20250318174051.1931041-1-luca.vizzarro@arm.com>

[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]

On Tue, Mar 18, 2025 at 1:41 PM Luca Vizzarro <luca.vizzarro@arm.com> wrote:

>
> +    def _sniff(self, recv_port: Port):
> +        """Sniff packets and use events and queue to communicate with the
> main thread.
> +
> +        Raises:
> +            InteractiveSSHSessionDeadError: If the SSH connection has
> been unexpectedly interrupted.
> +        """
> +        ready_prompt = "Ready."
> +        self.send_command(
> +            "sniff("
> +            f'iface="{recv_port.logical_name}", quiet=True, store=False, '
> +            "prn=lambda p: bytes_base64(p.build()).decode(), "
> +            f'started_callback=lambda: print("{ready_prompt}")'
> +            ")",
> +            prompt=ready_prompt,
> +        )
> +        self._ssh_channel.settimeout(1)
>

Not a big deal at all and I don't know what the "standard" is, but is there
any reason why this number isn't higher? Like 10? I guess the point of the
timeout is to protect against hanging, versus protect against slow
operations (regardless of what the source of that slowness may be).


>
> --
> 2.43.0
>
>
Reviewed-by: Patrick Robb <probb@iol.unh.edu>

[-- Attachment #2: Type: text/html, Size: 1951 bytes --]

      parent reply	other threads:[~2025-04-03 13:58 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
2025-04-03 13:54 ` Patrick Robb [this message]

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