Re: [dpdk-dev] [PATCH v6 05/14] net/dpaa2: use ethdev linkstatus helper functions

2018-01-22 Thread Shreyansh Jain
On Monday 22 January 2018 12:29 AM, Ferruh Yigit wrote: From: Stephen Hemminger Use new helper function to update the link status. Signed-off-by: Stephen Hemminger Signed-off-by: Ferruh Yigit --- v6: * Use correct APIs * Keep logic exact same, only use new APIs to get/set link --- drivers/

[dpdk-dev] [PATCH v6 05/14] net/dpaa2: use ethdev linkstatus helper functions

2018-01-21 Thread Ferruh Yigit
From: Stephen Hemminger Use new helper function to update the link status. Signed-off-by: Stephen Hemminger Signed-off-by: Ferruh Yigit --- v6: * Use correct APIs * Keep logic exact same, only use new APIs to get/set link --- drivers/net/dpaa2/dpaa2_ethdev.c | 77 +++--