[dpdk-dev] [PATCH v4 2/2] i40evf: support to report pf reset event

2016-03-09 Thread Jingjing Wu
When Linux PF and DPDK VF are used for i40e PMD, In case of PF reset, interrupt will go via adminq event, VF need be informed the event, a callback mechanism is introduced by VF. This will allow VF to invoke callback when reset happens. Users can register a callback for this interrupt event like:

[dpdk-dev] [PATCH v4 2/2] i40evf: support to report pf reset event

2016-03-09 Thread Bruce Richardson
On Wed, Mar 09, 2016 at 10:59:56AM +0100, Thomas Monjalon wrote: > 2016-03-09 14:00, Jingjing Wu: > > When Linux PF and DPDK VF are used for i40e PMD, In case of PF reset, > > interrupt will go via adminq event, VF need be informed the event, > > a callback mechanism is introduced by VF. This will

[dpdk-dev] [PATCH v4 2/2] i40evf: support to report pf reset event

2016-03-09 Thread Thomas Monjalon
2016-03-09 14:00, Jingjing Wu: > When Linux PF and DPDK VF are used for i40e PMD, In case of PF reset, > interrupt will go via adminq event, VF need be informed the event, > a callback mechanism is introduced by VF. This will allow VF to > invoke callback when reset happens. > Users can register a