From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 390ABA034F; Fri, 26 Feb 2021 14:27:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B06CC407FF; Fri, 26 Feb 2021 14:27:09 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 26B5B40692 for ; Fri, 26 Feb 2021 14:27:07 +0100 (CET) IronPort-SDR: VAY33pu6QOBoGuJsttOvclNUizCLQutCp5ogl0M9J6qC8krgdG+02AITONzgHCCTqi6/RSD4Gv cSgBZ59/gIZg== X-IronPort-AV: E=McAfee;i="6000,8403,9906"; a="183413255" X-IronPort-AV: E=Sophos;i="5.81,208,1610438400"; d="scan'208";a="183413255" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2021 05:27:05 -0800 IronPort-SDR: ZA1gSdw3JZdtmlK6xp7xY+OcqnPURKa7PM/YvxVAltqoCoP2W7QxNjqLfq2S5xZJ07t0TR1DfO w3p/6Ytrb0UQ== X-IronPort-AV: E=Sophos;i="5.81,208,1610438400"; d="scan'208";a="404904546" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.17.170]) ([10.252.17.170]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2021 05:27:03 -0800 To: Jiawen Wu , dev@dpdk.org References: <20210225080901.3645291-1-jiawenwu@trustnetic.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <91d48c71-f050-73ae-1445-664ce8a9bede@intel.com> Date: Fri, 26 Feb 2021 13:27:00 +0000 MIME-Version: 1.0 In-Reply-To: <20210225080901.3645291-1-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 00/17] net/txgbe: add VF driver support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 2/25/2021 8:08 AM, Jiawen Wu wrote: > This patch adds txgbevf PMD as a part of txgbe PMD. > > v3: > - Rebase on 21.05-rc0 > - Fix some minor issues > > v2: > - Rebase on latest repo > - Remove vf port representor because test issue is found > - Add a little doc > > Jiawen Wu (17): > net/txgbe: add ethdev probe and remove for VF device > net/txgbe: add base code for VF driver > net/txgbe: support add and remove VF device MAC address > net/txgbe: get VF device information > net/txgbe: add interrupt operation for VF device > net/txgbe: get link status of VF device > net/txgbe: add Rx and Tx unit init for VF device > net/txgbe: add VF device stats and xstats get operation > net/txgbe: add VLAN handle support to VF driver > net/txgbe: add RSS support for VF device > net/txgbe: add VF device promiscuous and allmulticast mode > net/txgbe: support multicast MAC filter for VF driver > net/txgbe: support to update MTU on VF device > net/txgbe: support register dump on VF device > net/txgbe: start and stop VF device > net/txgbe: add some supports as PF driver implemented > doc: update release note for txgbe > Series applied to dpdk-next-net/main, thanks.