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-boun...@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