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 70541C4332F for ; Wed, 14 Dec 2022 07:40:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237440AbiLNHkj (ORCPT ); Wed, 14 Dec 2022 02:40:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237539AbiLNHki (ORCPT ); Wed, 14 Dec 2022 02:40:38 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6D4D19283 for ; Tue, 13 Dec 2022 23:40:37 -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 ams.source.kernel.org (Postfix) with ESMTPS id 8018CB8161C for ; Wed, 14 Dec 2022 07:40:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93507C433EF; Wed, 14 Dec 2022 07:40:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671003635; bh=EhhzGiWTQ/U6Ns1ANiOxYXj8OjsStAgYCTUm9j3egKQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cnmJMylPiVZknX8qh5Ps1U0CU4rM7IvhXseF2VDdwHw7w/kruehZ5n9ExUm2TkP7o bS3qddG9S71B3J1GTmq8W9LKATSdKQe4JxN/KQcvoGfMFNUV2gow8RX6nB0Vz2CaDp +5XGRdzSXsydLuvjb3zXrSHJzVqfvtPB/lU0IHSAupFVfOvF3RMNP8vCZgAN8wb1QH g2KFK51F1W9c1mS15usJnEpfkx5cmXtJAeQT91oA71TIG3Gm/aRAyx4r/HOFq3vsvf 5F12j02Gk8BDNWHld0jKkdnOaD4EtdzcHEiEE0rHsqJlgE4GB0zs94mYTO0ap32mCr BLJyiFHuotATQ== Date: Wed, 14 Dec 2022 09:40:30 +0200 From: Leon Romanovsky To: Yanjun Zhu Cc: Jason Gunthorpe , linux-rdma@vger.kernel.org Subject: Re: [GIT PULL] Please pull RDMA subsystem changes Message-ID: References: <7601dc11-f1b5-5488-727a-13b4016c8aa5@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7601dc11-f1b5-5488-727a-13b4016c8aa5@linux.dev> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Dec 14, 2022 at 10:23:29AM +0800, Yanjun Zhu wrote: > 在 2022/12/14 5:05, Jason Gunthorpe 写道: > > Hi Linus, > > > > This cycle saw a new driver called MANA get merged and more fixing to > > the other recently merged drivers. rxe continues to see a lot of > > interest and fixing. Lots more rxe patches already in the works for > > the next cycle. > > > > Thanks, > > Jason <...> > > Zhu Yanjun (2): > > RDMA/rxe: Remove reliable datagram support > > RDMA/mlx5: Remove not-used IB_FLOW_SPEC_IB define > > I do not like this subject. I still like my old one. > With the old one, it suggests that IB_FLOW_SPEC is not supported in MLX5 in > subject line. Right now, mlx5 doesn't implement this IB_FLOW_SPEC and define is not used. It doesn't mean that it is not supported. Thanks