Hi Gregory, From: Gregory Etelson [mailto:greg...@weka.io] Sent: Tuesday, May 23, 2017 7:13 PM To: Lu, Wenzhuo Cc: dev@dpdk.org; Richardson, Bruce; Yigit, Ferruh; Zhang, Qi Z Subject: Re: [dpdk-dev] ixgbevf: queue start stop functions
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 ? [Wenzhuo] APP need stop rx/tx before stopping the devices and start rx/tx again after starting the devices. Please reference these 2 functions in testpmd, stop_packet_forwarding and start_packet_forwarding. Thank you. Regards, Gregory On Tuesday, 23 May 2017 03:53:06 IDT Lu, Wenzhuo wrote: > Hi Gregory, > > > -----Original Message----- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gregory Etelson > > Sent: Monday, May 22, 2017 5:36 PM > > To: dev@dpdk.org<mailto: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