From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory Etelson Subject: Re: ixgbevf: queue start stop functions Date: Tue, 23 May 2017 14:12:49 +0300 Message-ID: <2686885.NDBBRvgq08@polaris> References: <1734368.7xbTXpWpzS@polaris> <6A0DE07E22DDAD4C9103DF62FEBC09093B5BB9B3@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "dev@dpdk.org" , "Richardson, Bruce" , "Yigit, Ferruh" , "Zhang, Qi Z" To: "Lu, Wenzhuo" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id D6E02330C for ; Tue, 23 May 2017 13:12:51 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id b84so19880278wmh.0 for ; Tue, 23 May 2017 04:12:51 -0700 (PDT) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5BB9B3@shsmsx102.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello, I'm working on a procedure that will handle Ethernet link failure over ixgbe VF. Without queues reset functionality I tried to reset DPDK port with rte_eth_dev_stop();rte_eth_dev_start() sequence. My tests show that call to dev_stop can hang a process. Can you suggest another procedure for VF port reset on link down ? Thank you. Regards, Gregory On Tuesday, 23 May 2017 03:53:06 IDT Lu, Wenzhuo wrote: > 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 > > > > Hello, > > > > 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 :( > > > > > Thank you > > Regards, > > Gregory