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 21140C636D4 for ; Thu, 2 Feb 2023 18:08:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230121AbjBBSIA (ORCPT ); Thu, 2 Feb 2023 13:08:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231322AbjBBSH6 (ORCPT ); Thu, 2 Feb 2023 13:07:58 -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 6D9C11B9; Thu, 2 Feb 2023 10:07:56 -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 0542461B50; Thu, 2 Feb 2023 18:07:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E17AFC433D2; Thu, 2 Feb 2023 18:07:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675361275; bh=qTP+uAfW3nZLKPHIqOVwltX2oVJGPrKPwZfJfEm3grg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=edy6GJ1Ca3rtt5i2cyviEseowxHqfwk4bn0SKy+1zG8ksY5We/4Xj5MOmv5hnic3z yvipqv1jzAbZrnB1VHTWHOywI4A17bTWnAtYGghc+36OjhArSc/SExKJE5JA8ucF1O XLvqrMCel0Io0JteApYuoEY+N8Ty82G5FNt/2OlsNcUWwcmMABHw2/1DZTW/JMKFot Ka7h1e9ya6+r8tm/ElJ7uwEfwBGz6jjM3qtSm1mf0M1gUk5G3Anhx0tyanp9c3Vkhe GFcVE3swzrqO5iDXZKsubrjWu0L53I6OEMqPkXkEw6Kf4MfeSYj2krELPIXcig5FOy bWvsi+XjnVKxA== Date: Thu, 2 Feb 2023 20:07:51 +0200 From: Leon Romanovsky To: Jason Gunthorpe Cc: Jakub Kicinski , Saeed Mahameed , "David S. Miller" , Paolo Abeni , Eric Dumazet , Saeed Mahameed , linux-rdma@vger.kernel.org, netdev@vger.kernel.org Subject: Re: pull-request: mlx5-next 2023-01-24 V2 Message-ID: References: <20230126230815.224239-1-saeed@kernel.org> <20230202091312.578aeb03@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Feb 02, 2023 at 01:14:25PM -0400, Jason Gunthorpe wrote: > On Thu, Feb 02, 2023 at 09:13:12AM -0800, Jakub Kicinski wrote: > > On Thu, 2 Feb 2023 09:46:11 +0200 Leon Romanovsky wrote: > > > I don't see it in net-next yet, can you please pull it? > > > > > > There are outstanding RDMA patches which depend on this shared branch. > > > https://lore.kernel.org/all/cover.1673960981.git.leon@kernel.org > > > > FWIW I'm not nacking this but I'm not putting my name on the merge, > > either. You need to convince one of the other netdev maintainers to > > pull. > > What is the issue with this PR? The PR which stuck is from Saeed. I waited for netdev to pull it, before I will add new code and will pull it to RDMA repo. > > It looks all driver internal to me? Yes, it is. > > Jason