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 D5942368971 for ; Fri, 27 Feb 2026 14:58:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772204314; cv=none; b=cg4UdCv1TsP/bf+kPJGOGWhj5XJPaISAGlj97mOucIUHp0O8x2I6ykY7sndhUopzEvuRkHMjO1xbMKyFHDLB8Vwkl2aYmmtT8ZBBqGzjxI1C0t+W0Jj78dhINobGMFhCXGGLE0ayX89yQtYLkT8DtR2gtIJWq8qHaZbftNC9rj0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772204314; c=relaxed/simple; bh=i2TVgEio6vDdbKNkvyM4S5XNu+0xJq6ljqvpbSzpaPU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=UPL6vaX4h7c7YVmxhnst2294Ea2IxDxL0uxF+woXNuNSHzxrRpafcB5rm4HLIzdb5F2vfpUsU9izZ0/9iG0vwgPEOYF0OV5FN5xNuC4mOXuYf8oIYtZl4e5FHjO/vN9tOQt4v0Xo1R3obBSFv0LNQnQreDSxRHS9Qnb14tGiePA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rYH/hVvz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rYH/hVvz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E1F9C116C6; Fri, 27 Feb 2026 14:58:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772204314; bh=i2TVgEio6vDdbKNkvyM4S5XNu+0xJq6ljqvpbSzpaPU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rYH/hVvzHj9g4lL4xritT9l38G+JVZzZRLrQNgGxiHSLzsPBr7Qbdeisoyf5/8P8a SJ7hhlpIDZfkxWxjKAhLWX7vQ2qyH7NxQrwYbNcTYKXJ2Z2BI2sPqy5LzGhotjnHPa NLRB3TVPDxd4tWuh1OPp8htGcSNSFyRYdp+7fVqnew11bb0WOkWEzXoKTYjNOuR6UR VoqUoYyxYfqbWS+wY1cA8pyEWOv0sAUmIEtwjovqtZA2o0TEs2KbG9XQ0K8hXdniz1 InefQT7Dk0jS+rpBNNuI2TT1mdIDTQvOiW3KBOcYCY2aAAY+xdMj96rVE+huizf4Dm me/MUGHrWHLlg== Date: Fri, 27 Feb 2026 06:58:33 -0800 From: Jakub Kicinski To: Cosmin Ratiu Cc: , Sabrina Dubroca , Andrew Lunn , "David S . Miller" , Eric Dumazet , Paolo Abeni , Dragos Tatulea Subject: Re: [PATCH net-next v2 2/3] selftests: Add macsec offload VLAN tests Message-ID: <20260227065833.36edcc6c@kernel.org> In-Reply-To: <20260227090227.1552512-3-cratiu@nvidia.com> References: <20260227090227.1552512-1-cratiu@nvidia.com> <20260227090227.1552512-3-cratiu@nvidia.com> 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 Fri, 27 Feb 2026 11:02:26 +0200 Cosmin Ratiu wrote: > Add macsec offload VLAN tests using the netsim VLAN support just added. > In case that VLAN support is missing (e.g. when running these tests on > older kernels), the VLAN tests are simply skipped. You have to enable macsec in the config file for netdevsim selftests -- pw-bot: cr