Re: [dpdk-dev] [PATCH] net/ixgbevf: reset hardware when stopping port

2017-02-23 Thread Lu, Wenzhuo
Subject: [dpdk-dev] [PATCH] net/ixgbevf: reset hardware when stopping port > > From: Guo Fengtian > > When PF triggers a reset, VF port must acknowledge it by calling > ixgbe_reset_hw(). > > Before this patch, the port link status, speed and duplex are invalid (all set &

Re: [dpdk-dev] [PATCH] net/ixgbevf: reset hardware when stopping port

2017-02-06 Thread Olivier Matz
Hi, On Wed, 11 Jan 2017 17:52:04 +0100, Olivier Matz wrote: > From: Guo Fengtian > > When PF triggers a reset, VF port must acknowledge it by calling > ixgbe_reset_hw(). > > Before this patch, the port link status, speed and duplex are invalid > (all set to 0). > > The patch move the call to

[dpdk-dev] [PATCH] net/ixgbevf: reset hardware when stopping port

2017-01-11 Thread Olivier Matz
From: Guo Fengtian When PF triggers a reset, VF port must acknowledge it by calling ixgbe_reset_hw(). Before this patch, the port link status, speed and duplex are invalid (all set to 0). The patch move the call to ixgbe_reset_hw() from ixgbevf_dev_close() to ixgbevf_dev_stop(), so that after a