All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: netdev@vger.kernel.org, netdev-driver-reviewers@vger.kernel.org
Subject: Re: [ANN] netdev call - Jan 30th
Date: Tue, 30 Jan 2024 17:37:24 -0800	[thread overview]
Message-ID: <20240130173724.4dd15077@kernel.org> (raw)
In-Reply-To: <20240129112057.26f5fc19@kernel.org>

On Mon, 29 Jan 2024 11:20:57 -0800 Jakub Kicinski wrote:
> Hi,
> 
> The bi-weekly netdev call at https://bbb.lwn.net/b/jak-wkr-seg-hjn
> is scheduled tomorrow at 8:30 am (PT) / 5:30 pm (~EU).
> 
> We'll certainly go over CI updates, but please feel free to suggest
> other topics!
> 
> In terms of the review rotation - this week's reviewer is nVidia.

Meeting notes:

 * Tour of the test runner UIs:
   * System status and test summary:
     https://netdev.bots.linux.dev/status.html
   * Example of patchwork reporting (see the netdev/contest check):
     https://patchwork.kernel.org/project/netdevbpf/patch/20240127175033.9640-1-linus.luessing@c0d3.blue/
   * Clicking takes us to the list of tests run as part of the branch
     report:
     https://netdev.bots.linux.dev/contest.html?pw-n=0&branch=net-next-2024-01-29--21-00
   * Last but not least the UI for flaky tests:
     https://netdev.bots.linux.dev/flakes.html

 * Mojatatu is running TCD on their end, so the remote executor thing
   is working fine. Reminder that the data formats here:
   https://docs.google.com/document/d/1TPlOOvv0GaopC3fzW-wiq8TYpl7rh8Vl_mmal0uFeJc/
    * Pedro: TCD executor code is at https://github.com/p4tc-dev/tc-executor

 * What to do about slow tests? Split into a new group? Skip? Export a
   variable to let tests know that the perf is low?
    * Going with the export for now - KSFT_MACHINE_SLOW=yes Tests can
      either adjust their “acceptance criteria” down, or report XFAIL
    * Jesse: some of the perf tests can be tuned down with things like netem
    * Petr: we want them to run on HW as well, so they are kept simple
    * Matthieu: MPTCP selftests auto-detect kernel slow downs
      (kmemleak, lockdep, kasan, prove_locking, etc. by looking at
      kallsyms). We hesitated to add a check for Qemu without KVM but
      we recently modified the selftests to require less resources
    * Willem: how do we deal with latency / timing sensitive tests?
    * Jakub: same approach as perf tests for now, look for the env var

 * HW dependent tests get skipped for veth (ethtool, l3 stats)
    * Petr: goal was to skip cleanly on veth and fail when the env
      misses any tooling etc.
    * Jakub: makes sense but we do have drivers/net/ and could separate
      the tests since they have no chance of running 
    * Petr: with recent lib.sh changes it should be doable 

 * The NIPA repo has moved, Netronome has transferred the ownership to
   linux-netdev so we’ll use https://github.com/linux-netdev/nipa going
   forward.

      reply	other threads:[~2024-01-31  1:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29 19:20 [ANN] netdev call - Jan 30th Jakub Kicinski
2024-01-31  1:37 ` Jakub Kicinski [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=20240130173724.4dd15077@kernel.org \
    --to=kuba@kernel.org \
    --cc=netdev-driver-reviewers@vger.kernel.org \
    --cc=netdev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.