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 20C83C43334 for ; Wed, 8 Jun 2022 07:33:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232646AbiFHHcu (ORCPT ); Wed, 8 Jun 2022 03:32:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235103AbiFHG5Q (ORCPT ); Wed, 8 Jun 2022 02:57:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 377F51AA16B; Tue, 7 Jun 2022 23:44:35 -0700 (PDT) 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 2923EB825AB; Wed, 8 Jun 2022 06:44:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB088C34116; Wed, 8 Jun 2022 06:44:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654670671; bh=9uI57g5WwTcx50GI4FESw2HeW6aNiYBEucmXEvFRlcQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z24xoyfRgVkYgNms9ujkTKLIaGkg3c6pJ3exyhEV2mM2OYZ1YOI85tFOZ/D3zTVws LPQupZrIrjvaGocu+UwtlGRVC6ZpYZ+bvzgdxKyQxcAaIukeToZ50Zpeu9u5sHgLxW O7CMst3VMjUZCFxTWydQHU5K2D607koO3LcsKk+o3gRXbiPNxxcc4LCpEFUUExpBeE U5G42tKzGvJUUDCCtUKzm5RFQUoWKsSJgWxULMtuesNZ8JLjV5PGVFJ4dvn6evh2jm VgpmvvdNsD+uYHD5ju1gYUsUGaLRkmpFWTE6EEsEFI9AZ5KpJj++62TuQYVNXWMEln hRcGrp/PSwySw== Date: Tue, 7 Jun 2022 23:44:31 -0700 From: Saeed Mahameed To: Leon Romanovsky Cc: Jason Gunthorpe , Yevgeny Kliteynik , Erez Shitrit , Eric Dumazet , Jakub Kicinski , linux-rdma@vger.kernel.org, netdev@vger.kernel.org, Paolo Abeni , Saeed Mahameed Subject: Re: [PATCH mlx5-next 1/3] net/mlx5: Introduce header-modify-pattern ICM properties Message-ID: <20220608064431.67k2jec2eue2lccl@sx1> References: <66f4096ce4d4c8451f0b781284c650f97e545d41.1654605768.git.leonro@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <66f4096ce4d4c8451f0b781284c650f97e545d41.1654605768.git.leonro@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 07 Jun 15:47, Leon Romanovsky wrote: >From: Yevgeny Kliteynik > >Added new fields for device memory capabilities, in order to >support creation of ICM memory for modify header patterns. > >Signed-off-by: Erez Shitrit >Signed-off-by: Yevgeny Kliteynik >Signed-off-by: Leon Romanovsky Acked-by: Saeed Mahameed