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 4D4E47C for ; Thu, 13 Jul 2023 00:33:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73E81C433C8; Thu, 13 Jul 2023 00:33:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689208380; bh=0pgs+dJC6SUNrv6qd4d/N/PGP8PY7LvpePvi57H08Eg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XXikFLbu4JyLCbZGbST6N4Jbdvh5xMilDa9T/2M+VlorWHbn+M5TsEvh7no6Zu3No zBSbcf5DMN7u+u+eIfuTCbKY6MPxt7kQfdD38NRoKA1o20NGJhIL7JldRCvUU6CsJC r8Sj5+Sokcr6DZ82jWCEdPxFoNODZEq2B8QrvSbCP51iWoDUrwXICFHS9L4xgFjvPR JbzQYcuym+27CSF0msEg9kG6KmtJGEQxv4c8OYL31d6CoKGByfpGXxJ6v/OXZUy4i+ CXoRHFtxXtiURGVzuoyp4GzO0OPy2OXwn/h8UvNs+grYt/b6Ot3NjaAvTmDfPfhw6A XQoLNuDKJENvw== Date: Wed, 12 Jul 2023 17:32:59 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: Leon Romanovsky , Jianbo Liu , Eric Dumazet , Mark Bloch , netdev@vger.kernel.org, Paolo Abeni , "David S . Miller" Subject: Re: [PATCH net-next 09/12] net/mlx5: Compare with old_dest param to modify rule destination Message-ID: <20230712173259.4756fe08@kernel.org> In-Reply-To: <5fd15672173653d6904333ef197b605b0644e205.1689064922.git.leonro@nvidia.com> References: <5fd15672173653d6904333ef197b605b0644e205.1689064922.git.leonro@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 Tue, 11 Jul 2023 12:29:07 +0300 Leon Romanovsky wrote: > From: Jianbo Liu > > The rule destination must be comprared with the old_dest passed in. > > Fixes: 74491de93712 ("net/mlx5: Add multi dest support") This says Fixes, should I quickly toss it into net so it makes tomorrow's PR? The commit message is pretty useless :(