Re: [dpdk-dev] [PATCH] net/cxgbe: report configured link auto-negotiation

2018-05-31 Thread Ferruh Yigit
On 5/23/2018 7:00 PM, Rahul Lakkireddy wrote: > Report current configured link auto-negotiation. Also initialize > rte_eth_link. > > Coverity issue: 280648 > Fixes: f5b3c7b29357 ("net/cxgbevf: fix inter-VM traffic when physical link > down") > > Signed-off-by: Rahul Lakkireddy Applied to dpdk-

Re: [dpdk-dev] [PATCH] net/cxgbe: report configured link auto-negotiation

2018-05-24 Thread Ferruh Yigit
On 5/23/2018 7:00 PM, Rahul Lakkireddy wrote: > Report current configured link auto-negotiation. Also initialize > rte_eth_link. > > Coverity issue: 280648 > Fixes: f5b3c7b29357 ("net/cxgbevf: fix inter-VM traffic when physical link > down") > > Signed-off-by: Rahul Lakkireddy Will postpone to

[dpdk-dev] [PATCH] net/cxgbe: report configured link auto-negotiation

2018-05-23 Thread Rahul Lakkireddy
Report current configured link auto-negotiation. Also initialize rte_eth_link. Coverity issue: 280648 Fixes: f5b3c7b29357 ("net/cxgbevf: fix inter-VM traffic when physical link down") Signed-off-by: Rahul Lakkireddy --- drivers/net/cxgbe/cxgbe_ethdev.c | 3 ++- 1 file changed, 2 insertions(+),