Re: [dpdk-dev] [PATCH v9 2/5] net/ixgbe: add support of reset

2017-09-13 Thread Thomas Monjalon
23/07/2017 11:15, Wei Dai: > +/* > + * Reest PF device. > + */ Small typo here. I will fix it.

[dpdk-dev] [PATCH v9 2/5] net/ixgbe: add support of reset

2017-07-23 Thread Wei Dai
Reset a NIC by calling dev_uninit and then dev_init. Go through same way in NIC PCI remove without release of ethdev resource and then NIC PCI probe function without ethdev resource allocation. Signed-off-by: Wei Dai --- drivers/net/ixgbe/ixgbe_ethdev.c | 47 +