From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0D5CB1BF2C; Tue, 16 Jan 2024 15:00:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uMzTT2gI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4A3CC433F1; Tue, 16 Jan 2024 15:00:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705417259; bh=1EeBNo9pvw4Odk9WuUgADZddX1V4NZ4IFPsYHyx6dIs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uMzTT2gI/Pti7L2Lo9T0sijtIR0NxGELuOXzGaa8kuw9ikX3T7CUbJ+7V9AhGGpo1 Q4cefqwtBhwid8v9X70hSr023m8UaO6TXDaApbvmTkG8OuTCfkMrIEGWsUWtBsAxc0 O5xp4fpvda3vFtTgkAGZn8E0PQXHjAqJLwcV5w9gG5vCRZ892pSZYTWHEJfZ5mntsL Hx79LO+pKww1IsOkwR6i+TomeIxGBJY1/mOEiHdMYgTiXufR5bNd2zXXVXP+OcVxiS +z3mrSz/C1HMzHdwmGOeG/EIuwnkqSmb0TDolfetFGwgsz7g0vAs9JSnYTC+p4l4lb TZwBfuqKiIK9g== Date: Tue, 16 Jan 2024 07:00:57 -0800 From: Jakub Kicinski To: Benjamin Poirier Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, j.vosburgh@gmail.com, andy@greyhouse.net, shuah@kernel.org, jon.toppins+linux@gmail.com, linux-kselftest@vger.kernel.org Subject: Re: [PATCH net] selftests: bonding: add missing build configs Message-ID: <20240116070057.3b8b4530@kernel.org> In-Reply-To: References: <20240116020201.1883023-1-kuba@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 16 Jan 2024 09:37:40 -0500 Benjamin Poirier wrote: > I tested using the minimal config generated by virtme-ng and the > following additional config options need to be enabled for bonding > tests: > CONFIG_IPV6=y > CONFIG_NET_ACT_GACT=y > CONFIG_NET_CLS_FLOWER=y > CONFIG_NET_SCH_INGRESS=y > CONFIG_NLMON=y Perfect! Could you post a patch to add those? I'll apply this one right away to avoid conflicts. Fixes tags would be good to have, if you don't feel like finding each individual commit you can point at mine :)