[dpdk-dev] [PATCH 3/4] ixgbe: automatic link recovery on VF

2016-05-17 Thread Olivier MATZ
Hi Wenzhuo, On 05/17/2016 03:11 AM, Lu, Wenzhuo wrote: >> -Original Message- >> From: Olivier Matz [mailto:olivier.matz at 6wind.com] >> If I understand well, ixgbevf_dev_link_up_down_handler() is called by >> ixgbevf_recv_pkts_fake() on a dataplane core. It means that the core that >> acq

[dpdk-dev] [PATCH 3/4] ixgbe: automatic link recovery on VF

2016-05-17 Thread Lu, Wenzhuo
Hi Olivier, > -Original Message- > From: Olivier MATZ [mailto:olivier.matz at 6wind.com] > Sent: Tuesday, May 17, 2016 3:51 PM > To: Lu, Wenzhuo; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/4] ixgbe: automatic link recovery on VF > > Hi Wenzhuo, > >

[dpdk-dev] [PATCH 3/4] ixgbe: automatic link recovery on VF

2016-05-17 Thread Lu, Wenzhuo
Hi Olivier, > -Original Message- > From: Olivier Matz [mailto:olivier.matz at 6wind.com] > Sent: Monday, May 16, 2016 8:01 PM > To: Lu, Wenzhuo; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/4] ixgbe: automatic link recovery on VF > > Hi Wenzhuo, > > On 0

[dpdk-dev] [PATCH 3/4] ixgbe: automatic link recovery on VF

2016-05-16 Thread Olivier Matz
Hi Wenzhuo, On 05/04/2016 11:10 PM, Wenzhuo Lu wrote: > When the physical link is down and recover later, > the VF link cannot recover until the user stop and > start it manually. > This patch implements the automatic recovery of VF > port. > The automatic recovery bases on the link up/down > mess

[dpdk-dev] [PATCH 3/4] ixgbe: automatic link recovery on VF

2016-05-05 Thread Wenzhuo Lu
When the physical link is down and recover later, the VF link cannot recover until the user stop and start it manually. This patch implements the automatic recovery of VF port. The automatic recovery bases on the link up/down message received from PF. When VF receives the link up/down message, it w