Re: [dpdk-dev] [PATCH v8 00/15] common linkstatus functions

2018-03-16 Thread Ferruh Yigit
On 3/15/2018 5:38 PM, Ferruh Yigit wrote: > On 1/26/2018 2:01 AM, Stephen Hemminger wrote: >> While writing hyper-v driver, noticed a lot of unnecessary >> duplication of code in drivers for handling the eth_dev link status >> information. While consolidating this, it also became obvious that >> so

Re: [dpdk-dev] [PATCH v8 00/15] common linkstatus functions

2018-03-15 Thread Ferruh Yigit
On 1/26/2018 2:01 AM, Stephen Hemminger wrote: > While writing hyper-v driver, noticed a lot of unnecessary > duplication of code in drivers for handling the eth_dev link status > information. While consolidating this, it also became obvious that > some drivers behave differently for no good reason

[dpdk-dev] [PATCH v8 00/15] common linkstatus functions

2018-01-25 Thread Stephen Hemminger
While writing hyper-v driver, noticed a lot of unnecessary duplication of code in drivers for handling the eth_dev link status information. While consolidating this, it also became obvious that some drivers behave differently for no good reason. It also was a good chance to introduce atomic exchan