From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8809DC433DF for ; Fri, 16 Oct 2020 23:32:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 27AF820878 for ; Fri, 16 Oct 2020 23:32:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602891174; bh=6pL1XCVytgmpRnR4l50cm/43H5MnqCsPmvMDP0dsgeU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=MAyq78hNHiVcPRNqUNmprOgPKOuwKEuiUBUFjDCito4675s6hlu4qBoxridgJrjfy 3qCjsCkHWlXYO6KNsMMs8BXghcYqtjpIVS0b0aDxsEd4jFg/QTqu4f/IzC/im0vdHm sW7xnl2OL/Yc6V85Q+8eSxlb+HiCci2GEvPzTus4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2411422AbgJPXcT (ORCPT ); Fri, 16 Oct 2020 19:32:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:56868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2393631AbgJPXcT (ORCPT ); Fri, 16 Oct 2020 19:32:19 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8CE0C20878; Fri, 16 Oct 2020 23:32:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602891170; bh=6pL1XCVytgmpRnR4l50cm/43H5MnqCsPmvMDP0dsgeU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qKxVXH2gVDAeY3+r52ZyJ4SQ7GDqzkoQkqC6xja/S/MPJKffa1kIanTo750ozfbAy Pgoa7A9Vgd0DI/xZVQJD7TUKgiMKbZB+n9lA/zSoseEgb2l520n/lxRz/LVRHFucN7 zIzYA/DcFo0yaQAYSwK/HpB9RkQUrjbXCKehkeUY= Date: Fri, 16 Oct 2020 16:32:48 -0700 From: Jakub Kicinski To: Po-Hsu Lin Cc: davem@davemloft.net, skhan@linuxfoundation.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCHv4] selftests: rtnetlink: load fou module for kci_test_encap_fou() test Message-ID: <20201016163248.57af2b95@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20201016041211.18827-1-po-hsu.lin@canonical.com> References: <20201016041211.18827-1-po-hsu.lin@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 16 Oct 2020 12:12:11 +0800 Po-Hsu Lin wrote: > The kci_test_encap_fou() test from kci_test_encap() in rtnetlink.sh > needs the fou module to work. Otherwise it will fail with: > > $ ip netns exec "$testns" ip fou add port 7777 ipproto 47 > RTNETLINK answers: No such file or directory > Error talking to the kernel > > Add the CONFIG_NET_FOU into the config file as well. Which needs at > least to be set as a loadable module. > > Signed-off-by: Po-Hsu Lin Doesn't apply :( Could you rebase on top of: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/