From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2545028EE for ; Tue, 23 May 2017 02:53:24 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2017 17:53:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,379,1491289200"; d="scan'208";a="105341331" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 22 May 2017 17:53:14 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 22 May 2017 17:53:14 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 22 May 2017 17:53:13 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Tue, 23 May 2017 08:53:07 +0800 From: "Lu, Wenzhuo" To: Gregory Etelson , "dev@dpdk.org" CC: "Richardson, Bruce" , "Yigit, Ferruh" , "Zhang, Qi Z" Thread-Topic: [dpdk-dev] ixgbevf: queue start stop functions Thread-Index: AQHS0t7ck4T2J+TB30m+nDdA9p5LlKIBFxzA Date: Tue, 23 May 2017 00:53:06 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5BB9B3@shsmsx102.ccr.corp.intel.com> References: <1734368.7xbTXpWpzS@polaris> In-Reply-To: <1734368.7xbTXpWpzS@polaris> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] ixgbevf: queue start stop functions 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: , X-List-Received-Date: Tue, 23 May 2017 00:53:25 -0000 Hi Gregory, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gregory Etelson > Sent: Monday, May 22, 2017 5:36 PM > To: dev@dpdk.org > Cc: Richardson, Bruce; Yigit, Ferruh; Zhang, Qi Z > Subject: [dpdk-dev] ixgbevf: queue start stop functions >=20 > Hello, >=20 > ixgbevf PMD has no implementation for RX/TX queue start/stop functions in > DPDK-17.05.0 Is there a roadmap to add these functions to DPDK ? I'm afraid there's no plan to support it because lack of interface between = PF and VF :( >=20 > Thank you > Regards, > Gregory