Re: [dpdk-dev] [PATCH] net/ixgbe: fix busy wait in ixgbevf_check_link()

2018-04-06 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Helin > Sent: Friday, April 6, 2018 11:09 PM > To: Chas Williams; dev@dpdk.org > Cc: Lu, Wenzhuo; Ananyev, Konstantin; Charles (Chas) Williams > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe

Re: [dpdk-dev] [PATCH] net/ixgbe: fix busy wait in ixgbevf_check_link()

2018-04-06 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Chas Williams > Sent: Friday, February 2, 2018 6:39 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Ananyev, Konstantin; Charles (Chas) Williams > Subject: [dpdk-dev] [PATCH] net/ixgbe

[dpdk-dev] [PATCH] net/ixgbe: fix busy wait in ixgbevf_check_link()

2018-02-01 Thread Chas Williams
From: "Charles (Chas) Williams" If we haven't set wait_to_complete, there is no need to busy wait until we have a link status. Applications, like bonding, use the wait_to_complete flag to indicate that they will be doing their own busy wait and will likely be polling again shortly. Fixes: dc66e