> -----Original Message----- > From: Wu, Jingjing > Sent: Friday, March 24, 2017 1:57 PM > To: Zhao1, Wei <[email protected]>; [email protected] > Subject: RE: [dpdk-dev] [PATCH 0/3] net/i40e: vf port reset > > > > > -----Original Message----- > > From: dev [mailto:[email protected]] On Behalf Of Wei Zhao > > Sent: Friday, March 3, 2017 12:56 PM > > To: [email protected] > > Subject: [dpdk-dev] [PATCH 0/3] net/i40e: vf port reset > > > > The patches mainly finish following functions: > > 1) get pf reset vf comamand falg from interrupt server function. > > 2) reset vf port from testpmd app using a command. > > 3) sore and restore vf related parameters. > > > > The patch order is wrong. You need to make sure the compile can be > Successful when apply each patch in order. So I think should like 1. ethdev > API 2. i40e change 3. testpmd change. >
Ok, I will change the order in v2 > > Another comment is like: > The reset API can be used for device reset. Please don't limit the scope it > to VF. Ok.

