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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99991C4332F for ; Fri, 9 Dec 2022 01:05:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229678AbiLIBFE (ORCPT ); Thu, 8 Dec 2022 20:05:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229684AbiLIBFC (ORCPT ); Thu, 8 Dec 2022 20:05:02 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFDC794192 for ; Thu, 8 Dec 2022 17:05:01 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7EC7A620FA for ; Fri, 9 Dec 2022 01:05:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F697C433EF; Fri, 9 Dec 2022 01:05:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670547900; bh=NqmWHPpGgRiO1QV4CwhkoYCcNsYdvQfXI9mgH5cge30=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GoDimUQKK/Tka3G7V+oL7bl82tzjXIebUrUc/Vpb22mYEXds2bGEw0TqO9bBVDzKy hNoSmOaP94cv8ih3ItuVtUCn4vrQehl8iXFbvY8XyeAzVMdLWnctY5rlHy3akYPW2l 6eb7fHmtH0B3Fd8jlPfCLu4jQykAeJcnY7cjUhQGNaMUhculeNPsxP7JHAX9CprOrh HLS+ClnfOvLzeqpPfWGY+giCeuKqnTGh22rfICvRh2abedvr99caGI1CMGzMuBDknk 3/Vclu28ux3pptxwzBIqxRDocA6UT4Rlbtv2Jz8uki8NkNF4jFP3qVeLSiTjkX25E1 nf8PKBMzmh2JQ== Date: Thu, 8 Dec 2022 17:04:59 -0800 From: Jakub Kicinski To: Saeed Mahameed Cc: Saeed Mahameed , "David S. Miller" , Paolo Abeni , Eric Dumazet , netdev@vger.kernel.org, Tariq Toukan , Moshe Shemesh , Mark Bloch Subject: Re: [net-next 14/15] net/mlx5: SRIOV, Add 802.1ad VST support Message-ID: <20221208170459.538917da@kernel.org> In-Reply-To: References: <20221203221337.29267-1-saeed@kernel.org> <20221203221337.29267-15-saeed@kernel.org> <20221206203414.1eaf417b@kernel.org> <20221207092517.3320f4b4@kernel.org> 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 Thu, 8 Dec 2022 00:28:38 -0800 Saeed Mahameed wrote: > So if the part in this series of adding support for 802.1ad, falls under that > policy, then i must agree with you. I will drop it. Part of me was hoping there's a silver bullet or a compromise, and I was not seeing it.. :) > But another part in this series is fixing a critical bug were we drop VF tagged > packets when vst in ON, we will strip that part out and send it as a > bug fix, it is really critical, mlx5 vst basically doesn't work upstream for > tagged traffic. What's the setup in that case? My immediate thought is why would VST be on if it's only needed for .1ad and that's not used?