Re: [dpdk-dev] [PATCH] net/ice: invoke callback func when link status change

2019-10-15 Thread Ye Xiaolong
Hi, Leyi On 10/14, Leyi Rong wrote: >Call _rte_eth_dev_callback_process when link status change. Could you elaborate more in commit log, like why we need this patch, what's the impact without this patch, is it a fix, etc? Thanks, Xiaolong > >Signed-off-by: Leyi Rong >--- > drivers/net/ice/ice

[dpdk-dev] [PATCH] net/ice: invoke callback func when link status change

2019-10-14 Thread Leyi Rong
Call _rte_eth_dev_callback_process when link status change. Signed-off-by: Leyi Rong --- drivers/net/ice/ice_ethdev.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c index dfccef65d..ddcb4848b 100644 --- a/drive