All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Petr Machata <petrm@nvidia.com>
Cc: "David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>, <netdev@vger.kernel.org>,
	Simon Horman <horms@kernel.org>, Ido Schimmel <idosch@nvidia.com>,
	<mlxsw@nvidia.com>, Shuah Khan <shuah@kernel.org>,
	Benjamin Poirier <bpoirier@nvidia.com>,
	Hangbin Liu <liuhangbin@gmail.com>,
	Vladimir Oltean <vladimir.oltean@nxp.com>,
	<linux-kselftest@vger.kernel.org>
Subject: Re: [PATCH net-next v1 11/11] selftests: forwarding: Add a selftest for the new reserved_bits UAPI
Date: Tue, 3 Dec 2024 19:08:07 -0800	[thread overview]
Message-ID: <20241203190807.330fa9b6@kernel.org> (raw)
In-Reply-To: <e4591fe820d539e45a08eae96a69ac7353a2cc7c.1733235367.git.petrm@nvidia.com>

On Tue, 3 Dec 2024 15:30:37 +0100 Petr Machata wrote:
>  .../net/forwarding/vxlan_reserved.sh          | 352 ++++++++++++++++++
>  1 file changed, 352 insertions(+)
>  create mode 100755 tools/testing/selftests/net/forwarding/vxlan_reserved.sh

Needs to be added to the Makefile, AFAICT
-- 
pw-bot: cr

  reply	other threads:[~2024-12-04  3:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-03 14:30 [PATCH net-next v1 00/11] vxlan: Support user-defined reserved bits Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 01/11] vxlan: In vxlan_rcv(), access flags through the vxlan netdevice Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 02/11] vxlan: vxlan_rcv() callees: Move clearing of unparsed flags out Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 03/11] vxlan: vxlan_rcv() callees: Drop the unparsed argument Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 04/11] vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variable Petr Machata
2024-12-04 12:59   ` Mateusz Polchlopek
2024-12-05 10:44     ` Petr Machata
2024-12-05 11:22       ` Mateusz Polchlopek
2024-12-03 14:30 ` [PATCH net-next v1 05/11] vxlan: Track reserved bits explicitly as part of the configuration Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 06/11] vxlan: Bump error counters for header mismatches Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 07/11] vxlan: vxlan_rcv(): Drop unparsed Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 08/11] vxlan: Add an attribute to make VXLAN header validation configurable Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 09/11] selftests: net: lib: Rename ip_link_master() to ip_link_set_master() Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 10/11] selftests: net: lib: Add several autodefer helpers Petr Machata
2024-12-03 14:30 ` [PATCH net-next v1 11/11] selftests: forwarding: Add a selftest for the new reserved_bits UAPI Petr Machata
2024-12-04  3:08   ` Jakub Kicinski [this message]
2024-12-04 10:44     ` Petr Machata

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=20241203190807.330fa9b6@kernel.org \
    --to=kuba@kernel.org \
    --cc=bpoirier@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=liuhangbin@gmail.com \
    --cc=mlxsw@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    --cc=shuah@kernel.org \
    --cc=vladimir.oltean@nxp.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 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.