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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F7C2C7618F for ; Wed, 24 Jul 2019 04:27:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1E6BA214AE for ; Wed, 24 Jul 2019 04:27:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563942427; bh=cx652LSvTliC/5t7gKp5hLCCQ8toJpWgNevgIKbWw6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tojHyneaODdxTN4rnA6uYnPVACAfT9QzXZ/OQWAx4jxO5WgywK1RR46b7BuWJC+6E RgAg6BrkJZqA/nCKOpSUNXhyva/7lv1NXqAEkMIbEomnPb+Wbjb/qW5Li2xncWZN84 KjGI0Dxc+4zcropX+N8REdnsvkZOui7pS1IiHliI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726400AbfGXE1G (ORCPT ); Wed, 24 Jul 2019 00:27:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:53472 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726103AbfGXE1F (ORCPT ); Wed, 24 Jul 2019 00:27:05 -0400 Received: from localhost (unknown [37.142.3.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 083C920644; Wed, 24 Jul 2019 04:27:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563942424; bh=cx652LSvTliC/5t7gKp5hLCCQ8toJpWgNevgIKbWw6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YA4MAgRz4+lTtUcRp0h3rOJaR2hFephJVSoDDssaOTILoaBnPoQ9s2knYGP6HG1BO iFuwjK7V9t8x6CHSgauY5gSAd2IF6r9BSEGqTGWa3dxNtA/ffsThRWrygcxPEyZue5 nSPn+7WR0j9CQMIVORaopPoYjWK72Yt55iX59Vb0= Date: Wed, 24 Jul 2019 07:26:46 +0300 From: Leon Romanovsky To: Saeed Mahameed Cc: "davem@davemloft.net" , Jason Gunthorpe , Yishai Hadas , "netdev@vger.kernel.org" , "linux-rdma@vger.kernel.org" , "dledford@redhat.com" , Edward Srouji Subject: Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment Message-ID: <20190724042646.GV5125@mtr-leonro.mtl.com> References: <20190723071255.6588-1-leon@kernel.org> <20190723.112850.610952032088764951.davem@davemloft.net> <20190723190414.GU5125@mtr-leonro.mtl.com> <20190723.130211.1967999203654051483.davem@davemloft.net> <702add119e2059101ce67b7e153b5ad0ef0df288.camel@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <702add119e2059101ce67b7e153b5ad0ef0df288.camel@mellanox.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Jul 23, 2019 at 08:34:07PM +0000, Saeed Mahameed wrote: > On Tue, 2019-07-23 at 13:02 -0700, David Miller wrote: > > From: Leon Romanovsky > > Date: Tue, 23 Jul 2019 22:04:14 +0300 > > > > > The intention was to have this patch in shared mlx5 branch, which > > > is > > > picked by RDMA too. This "Cc: stable@..." together with merge > > > through > > > RDMA will ensure that such patch will be part of stable > > > automatically. > > > > Why wouldn't it come via Saeed's usual mlx5 bug fix pull requests to > > me? > > That should have been the plan in first place, i will handle this, > thanks Dave and sorry for any inconvenience. > > I will apply this patch to my (mlx5) net queue, will submit to net > shortly. OK, whatever works for you best. Thanks