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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 A098BC10DCE for ; Sat, 14 Mar 2020 02:36:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 727542074D for ; Sat, 14 Mar 2020 02:36:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584153407; bh=oGi+9sUb4yexW6HBLTkCToW5kPpwodL4GhJPFinlx2o=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=KKj/yk064GoteIqXYrGPtQ2Rw1AsArUTefHHgXJHDjk0FHRur7rtiXqHEOL3/ThCx 6Tjkum5FY88gikIArtqQS2JcOgOaIRLNxTAAT+a7QJ4uKbGJxpLXeu4S45tkvpHL4Q hRQ9HDh0dX12RUUAFKWrTyonUZUSO54XusPFSJr8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726675AbgCNCgq (ORCPT ); Fri, 13 Mar 2020 22:36:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:41558 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726467AbgCNCgq (ORCPT ); Fri, 13 Mar 2020 22:36:46 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.1]) (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 8FEC52074B; Sat, 14 Mar 2020 02:36:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584153405; bh=oGi+9sUb4yexW6HBLTkCToW5kPpwodL4GhJPFinlx2o=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=c49m/fKKXFCfiV6vsSLxJIr5cgA5B3OZDv9on4b0b90H4xLRwEANlx6J/x6UHU45S Ug+qeuBYknPVjZbdqFsDaUhngIfcfj6V5x0CM3EsiewKMf9fA7HKLazBr90l4F47pd bNiadm+bDasWJqIDdPKiTuIq37tgJQy83xgpKSuw= Date: Fri, 13 Mar 2020 19:36:43 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: "David S. Miller" , netdev@vger.kernel.org, Alex Vesker , Erez Shitrit Subject: Re: [net-next 13/14] net/mlx5: DR, Add support for flow table id destination action Message-ID: <20200313193643.5186b300@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20200314011622.64939-14-saeedm@mellanox.com> References: <20200314011622.64939-1-saeedm@mellanox.com> <20200314011622.64939-14-saeedm@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 13 Mar 2020 18:16:21 -0700 Saeed Mahameed wrote: > From: Alex Vesker > > This action allows to go to a flow table based on the table id. > Goto flow table id is required for supporting user space SW. What's user space SW?