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=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 340F6C28CC5 for ; Sat, 8 Jun 2019 08:25:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0AF47214AF for ; Sat, 8 Jun 2019 08:25:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559982351; bh=39+t8TrAB2j97NunFDcrRtKj6FncPeaFxaXdBLTQKsg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ECtwGdcffJOrgw2VBSfqucGvdyLha8xFsuUwBe2QwqgBGB7yqWqc0jZh3tzOfIMml 7kiDB23SA6xB9Wr6Rh/jcH0vIVBUHjXjJBjrOgLbqhWX+PowSh2drcHViV+5+XzING DzQhxKgYoAxluRe7V2zRt1YvjYEOvHI4+HL3AwXM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726349AbfFHIZt (ORCPT ); Sat, 8 Jun 2019 04:25:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:57678 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725809AbfFHIZt (ORCPT ); Sat, 8 Jun 2019 04:25:49 -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 8D8502146E; Sat, 8 Jun 2019 08:25:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559982348; bh=39+t8TrAB2j97NunFDcrRtKj6FncPeaFxaXdBLTQKsg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aBIqopL/4hjdL5pPEokcUxpvYSVL0XvGW8B5IlW8rTfOk0bxnaKirA6RxZnTKY0zl UfezSZiL6XzVAfLDrY3UDluCSXQVolYxEXafF0/wgXYbzIiAU6eIBSUtZ3VdNisKU3 jTTctsKzZIG/YXm773uj+VLIjir9M6BE+udznvvo= Date: Sat, 8 Jun 2019 11:25:38 +0300 From: Leon Romanovsky To: Petr Vorel Cc: Doug Ledford , Jason Gunthorpe , RDMA mailing list , Maor Gottlieb , Mark Bloch , Saeed Mahameed , linux-netdev Subject: Re: [PATCH mlx5-next 1/3] net/mlx5: Expose eswitch encap mode Message-ID: <20190608082538.GR5261@mtr-leonro.mtl.com> References: <20190606110609.11588-1-leon@kernel.org> <20190606110609.11588-2-leon@kernel.org> <20190606115635.GA30976@dell5510> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190606115635.GA30976@dell5510> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Jun 06, 2019 at 01:56:36PM +0200, Petr Vorel wrote: > Hi, > > > From: Maor Gottlieb > > > Add API to get the current Eswitch encap mode. > > It will be used in downstream patches to check if > > flow table can be created with encap support or not. > > > Signed-off-by: Maor Gottlieb > > Signed-off-by: Leon Romanovsky > Reviewed-by: Petr Vorel Thanks Petr for review, I'll add your tags and resend. > > Kind regards, > Petr