Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix link handling and configuration

2017-11-09 Thread Ferruh Yigit
On 11/9/2017 9:46 AM, Ajit Khaparde wrote: > Remove a case where we were sending a depricated field to the FW. > There is no need to send auto_link_speed to the FW. > Also set the auto_mode correctly depending on the setting requested. > > Fixes: 7bc8e9a227cc ("net/bnxt: support async link notific

[dpdk-dev] [PATCH 2/2] net/bnxt: fix link handling and configuration

2017-11-09 Thread Ajit Khaparde
Remove a case where we were sending a depricated field to the FW. There is no need to send auto_link_speed to the FW. Also set the auto_mode correctly depending on the setting requested. Fixes: 7bc8e9a227cc ("net/bnxt: support async link notification") Signed-off-by: Ajit Khaparde --- drivers/n