From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0A4E3A04D6; Mon, 21 Sep 2020 17:35:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C6441DA71; Mon, 21 Sep 2020 17:35:31 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id AC5F61DA70 for ; Mon, 21 Sep 2020 17:35:29 +0200 (CEST) IronPort-SDR: K1vnUiAUGlq+9wHoT4c7ZxgCdHu/9vi5r5xRX0N92KJc8b5v+3VFEx/8e0CqJMm09OuDM/fwQK qZqMeDi5A+tQ== X-IronPort-AV: E=McAfee;i="6000,8403,9751"; a="148155047" X-IronPort-AV: E=Sophos;i="5.77,286,1596524400"; d="scan'208";a="148155047" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2020 08:35:28 -0700 IronPort-SDR: dPr7E2Wu6YTxOb/VxHNye9cwx1awXSWtBpiUa3nTKkiDzW2HhadkDNSzyfRWpHa8xWCrP/daS2 BBKGrY9hbhnA== X-IronPort-AV: E=Sophos;i="5.77,286,1596524400"; d="scan'208";a="309082034" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.217.64]) ([10.213.217.64]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2020 08:35:27 -0700 To: Hyong Youb Kim Cc: dev@dpdk.org References: <20200909135656.18892-1-hyonkim@cisco.com> From: Ferruh Yigit Message-ID: <6c5b7fa8-9378-525c-2770-ab4b5750e961@intel.com> Date: Mon, 21 Sep 2020 16:35:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: <20200909135656.18892-1-hyonkim@cisco.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/5] net/enic: add SR-IOV VF representor X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/9/2020 2:56 PM, Hyong Youb Kim wrote: > This series adds VF representors to the driver. It enables > single-queue representors and implements enough flow features to run > OVS-DPDK offload for default vlan+mac based switching. > > The flow API handlers and devcmd functions (firmware commands) are now > aware of representors. Representors reserve PF Tx/Rx queues for their > implicit paths to/from VFs. Packet forwarding rules for these implicit > paths are set up using firmware's Flow Manager (flowman), which is > also used for rte_flow API. > > Thanks. > -Hyong > > Hyong Youb Kim (5): > net/enic: extend vnic dev API for VF representors > net/enic: add minimal VF representor > net/enic: add single-queue Tx and Rx to VF representor > net/enic: extend flow handler to support VF representors > net/enic: enable flow API for VF representor > Series applied to dpdk-next-net/main, thanks.