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 34493C05052 for ; Thu, 17 Aug 2023 02:30:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234908AbjHQC3u (ORCPT ); Wed, 16 Aug 2023 22:29:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233755AbjHQC3S (ORCPT ); Wed, 16 Aug 2023 22:29:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CCAC426A8 for ; Wed, 16 Aug 2023 19:29:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6636C64C4C for ; Thu, 17 Aug 2023 02:29:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15A01C433C8; Thu, 17 Aug 2023 02:29:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692239356; bh=MU/nBpIEM5zOGcfZKwamin6GRaWleLDz+5CUYP7mSGM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cdurCLhpKtLZoGwX5GMSknQNngnVJ4b4ptD7EFr1+Xgz7zMAOHe2YuDntOfSrC9KZ 1nn5pnmFHbo0avtQ11QOUmjdsSxcSOUcq+fuwx9ssjl3A7WguUaGDnorq72qgfsgHn 2aTge8LuuIB+MuFA7huLjIp42NWDSoNX0ti/P4YTuGhAUJoqYDiTU/DEwQb0Vs/BYx fNr+iJVDDoVn9PojuQ5qwAdn1BtjoJjI8rurqM0DapRW53HY5mh5CPx00z+gEiB5P2 3hJbdZrVgyZe8gPQHIXXBdLIvMJ5lioto+WjgrUTR/2CAPkiU1a5dyhVJaZbwBKND4 BtEOaYNWycZlw== Date: Wed, 16 Aug 2023 19:29:15 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: Leon Romanovsky , Jason Gunthorpe , "David S . Miller" , Eric Dumazet , linux-rdma@vger.kernel.org, Maor Gottlieb , Mark Zhang , netdev@vger.kernel.org, Paolo Abeni , Patrisious Haddad , Raed Salem , Saeed Mahameed , Simon Horman Subject: Re: [GIT PULL] Please pull mlx5 MACsec RoCEv2 support Message-ID: <20230816192915.7286828c@kernel.org> In-Reply-To: References: <20230813064703.574082-1-leon@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, 16 Aug 2023 15:30:01 -0700 Saeed Mahameed wrote: > Are you planing to pull this into net-next? > > There's a very minor conflict as described below and I a would like to > avoid this on merge window. I'm not planning not to pull it. It's just a matter of trying to work down the queue from the highest priority stuff. I have to limit the time I spent on ML & patch mgmt, because it can easily consume 24h a day. And then stuff that's not the highest priority gets stuck for a little longer than it would in an ideal world :(