Re: [dpdk-dev] [PATCH v7 0/3] net/i40e: vf port reset

2017-04-20 Thread Thomas Monjalon
10/04/2017 05:02, Wei Zhao: > 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. [...] > zhao wei (3): > app/testpmd: add port reset com

[dpdk-dev] [PATCH v7 0/3] net/i40e: vf port reset

2017-04-09 Thread Wei Zhao
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. v2: -change the order of patch in the set. -add more details in patch comment to clarify tha