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 callback for this interrupt event like: > rte_eth_dev_callback_register(portid, > RTE_ETH_EVENT_INTR_RESET, > reset_event_callback, > arg); [...] > --- a/doc/guides/rel_notes/release_16_04.rst > +++ b/doc/guides/rel_notes/release_16_04.rst > @@ -105,6 +105,8 @@ This section should contain new features added in this > release. Sample format: > be down. > We added the support of auto-neg by SW to avoid this link down issue. > > +* **Added pf reset event reported in i40e vf PMD driver.
Bruce, is this comment clear enough for an user? Beware of the wrong formating (missing **)