From: Stephen Hemminger <stephen@networkplumber.org>
To: Dmitry Skorodumov <dskr99@gmail.com>
Cc: netdev@vger.kernel.org, Simon Horman <horms@kernel.org>,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
Dmitry Skorodumov <skorodumov.dmitry@huawei.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Shuah Khan <shuah@kernel.org>
Subject: Re: [PATCH net 2/2] selftests: net: simple selftest for ipvtap
Date: Fri, 26 Dec 2025 09:52:35 -0800 [thread overview]
Message-ID: <20251226095235.219f3017@phoenix.local> (raw)
In-Reply-To: <20251225185543.1459044-3-skorodumov.dmitry@huawei.com>
On Thu, 25 Dec 2025 21:55:34 +0300
Dmitry Skorodumov <dskr99@gmail.com> wrote:
> +test_ip_set() {
> + RET=0
> +
> + modprobe -q tap
> + modprobe -q ipvlan
> + modprobe -q ipvtap
> +
Did you know that kernel will auto load the module when device is created
so in most cases modprobe is not needed.
next prev parent reply other threads:[~2025-12-26 17:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-25 18:55 [PATCH v3 net 0/2] ipvlan: addrs_lock made per port Dmitry Skorodumov
2025-12-25 18:55 ` [PATCH net 1/2] ipvlan: Make the addrs_lock be " Dmitry Skorodumov
2025-12-28 9:46 ` Paolo Abeni
2025-12-25 18:55 ` [PATCH net 2/2] selftests: net: simple selftest for ipvtap Dmitry Skorodumov
2025-12-26 17:52 ` Stephen Hemminger [this message]
2025-12-28 12:14 ` Paolo Abeni
2025-12-30 10:06 ` Dmitry Skorodumov
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=20251226095235.219f3017@phoenix.local \
--to=stephen@networkplumber.org \
--cc=davem@davemloft.net \
--cc=dskr99@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
--cc=skorodumov.dmitry@huawei.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).