Re: [E1000-devel] i40e bonding promisc issue

2016-04-28 Thread Laszlo Fekete
bool link_up = hw_link_info->link_info & I40E_AQ_LINK_UP; > > - if (link_up) > + if (netif_carrier_ok(netdev)) > i40e_get_settings_link_up(hw, ecmd, netdev, pf); > else > i40e_get_settings_link_down(hw, ecmd, pf); > > Zhu Ya

Re: [E1000-devel] i40e bonding promisc issue

2016-04-27 Thread Laszlo Fekete
t;netdev))) > return; > > + if ((vsi->netdev->flags & IFF_SLAVE) && > + (new_link_speed == 0)) > + return; > + > if (!test_bit(__I40E_DOWN, >state)) > i40e_print_link_message(vsi, new_li

Re: [E1000-devel] i40e bonding promisc issue

2016-04-27 Thread Laszlo Fekete
, please run "ethtool -r" command. Can this > command relieve this problem? > Please let me know. > Run "dmesg" command when this problem occurs. And let me know the result. > > Then I can confirm this problem the same problem with mine or not. > > Thanks

Re: [E1000-devel] i40e bonding promisc issue

2016-04-27 Thread Laszlo Fekete
Hi! It seems somewhere lost the message end, so let's try continue down. On 2016. April 27. 09:47:25 Laszlo Fekete wrote: > Hello! > > So I booted with debian backports 4.5 kernel with its 1.4.8 i40e driver > 4.5.0-0.bpo.1-amd64 #1 SMP Debian 4.5.1-1~bpo8+1 (2016-04-20) > x

Re: [E1000-devel] i40e bonding promisc issue

2016-04-27 Thread Laszlo Fekete
Hello! So I booted with debian backports 4.5 kernel with its 1.4.8 i40e driver 4.5.0-0.bpo.1-amd64 #1 SMP Debian 4.5.1-1~bpo8+1 (2016-04-20) x86_64 GNU/Linux # ethtool -i enp4s0f0 driver: i40e version: 1.4.8-k firmware-version: 4.53 0x80001e5c 17.0.12 bus-info: :04:00.0 supports-statistics:

[E1000-devel] i40e bonding promisc issue

2016-04-26 Thread Laszlo Fekete
Hello! I have an issue with i40e driver, maybe somebody from here already saw it. I have debian 8 with 2 intel x710 4 port 10G sfp+ card, which has by default 3.16 kernel and i40e module with 0.4 version: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux # ethtool -i