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 96D3C10780 for ; Fri, 23 Jun 2023 19:22:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02BF6C433B8; Fri, 23 Jun 2023 19:22:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687548148; bh=4Id7Bv2w/qFPvn6FOLKQUaMxFRILqN6OHRKKfEwvPSw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Zy8jkqoLJmphVNqw6nWvN8SqVHA6G4xkT7O3PxP34HT+TY5uWLfq7zEwjyAJ+DDcl hH34msTQwLNqG7FSIj8v/WFQWdaJcV8ZIyrIDcq0BYXBBT90Z4Pv1S2B1j8B2uakGw cMMB1wbBHyIqEHgfMF8E2tDLzgjXLGS8kmex/pkxvFs+h9XHkWJxhQWk5KcKW4ZP0X WfpZZmzcn0/YgcalFusldIjvb8DSYtiBef3wHakD2P9F9DQYd92LThORPDPActL+5v w/cwE+lxEaarfJ+ivUT1bR25bW6ar3K75xlq0jTeec+rtG5AzvFG+Fucd7vai1Eg89 Orfb2Am2fz8dg== Date: Fri, 23 Jun 2023 12:22:26 -0700 From: Saeed Mahameed To: Jakub Kicinski Cc: "David S. Miller" , Paolo Abeni , Eric Dumazet , Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan , Roi Dayan , Shay Drory Subject: Re: [net-next 11/15] net/mlx5e: E-Switch, Fix shared fdb error flow Message-ID: References: <20230622054735.46790-1-saeed@kernel.org> <20230622054735.46790-12-saeed@kernel.org> <20230622201708.12574a23@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; format=flowed Content-Disposition: inline In-Reply-To: <20230622201708.12574a23@kernel.org> On 22 Jun 20:17, Jakub Kicinski wrote: >On Wed, 21 Jun 2023 22:47:31 -0700 Saeed Mahameed wrote: >> Fixes: 6704fef92002 ("net/mlx5: E-switch, Handle multiple master egress rules") > >hash should be 5e0202eb49ed on this one, could you fix that up? >patches themselves LG Ack, let me handle this.. Thanks!