1. 19 9月, 2016 1 次提交
  2. 05 9月, 2016 1 次提交
  3. 24 8月, 2016 1 次提交
    • H
      cxgb4: Fix issue while re-registering VF mgmt netdev · e7b48a32
      Hariprasad Shenai 提交于
      When we disable SRIOV, we used to unregister the netdev but wasn't
      freed. But next time when the same netdev is registered, since the state
      was in 'NETREG_UNREGISTERED', we used to hit BUG_ON in register_netdevice,
      where it expects the state to be 'NETREG_UNINITIALIZED'.
      
      Alloc netdev and register them while configuring SRIOV, and free them
      when SRIOV is disabled. Also added a new function to setup ethernet
      properties instead of using ether_setup. Set carrier off by default,
      since we don't have to do any transmit on the interface.
      
      Fixes: 7829451c ("cxgb4: Add control net_device for configuring PCIe VF")
      Signed-off-by: NHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e7b48a32
  4. 23 8月, 2016 3 次提交
  5. 19 8月, 2016 1 次提交
  6. 15 8月, 2016 1 次提交
  7. 26 7月, 2016 1 次提交
  8. 30 4月, 2016 1 次提交
  9. 27 4月, 2016 4 次提交
  10. 12 4月, 2016 1 次提交
    • H
      cxgb4: Stop Rx Queues before freeing it up · ebf4dc2b
      Hariprasad Shenai 提交于
      Stop all Ethernet RX Queues before freeing up various Ingress/Egress
      Queues, etc. We were seeing cases of Ingress Queues not getting serviced
      during the shutdown process leading to Ingress Paths jamming up through
      the chip and blocking the shutdown effort itself.
      
      One such case involved the Firmware sending a "Flush Token" through the
      ULP-TX -> ULP-RX path for an Ethernet TX Queue being freed in order to
      make sure there weren't any remaining TX Work Requests in the pipeline.
      But the return path was stalled by Ingress Data unable to be delivered to
      the Host because those Ingress Queues were no longer being serviced.
      
      Based on original work by Casey Leedom <leedom@chelsio.com>
      Signed-off-by: NHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ebf4dc2b
  11. 22 3月, 2016 3 次提交
  12. 19 2月, 2016 1 次提交
  13. 24 12月, 2015 4 次提交
  14. 09 12月, 2015 2 次提交
  15. 22 10月, 2015 1 次提交
  16. 04 10月, 2015 1 次提交
  17. 29 9月, 2015 1 次提交
  18. 29 8月, 2015 1 次提交
  19. 14 8月, 2015 1 次提交
  20. 22 7月, 2015 1 次提交
  21. 12 6月, 2015 1 次提交
  22. 11 6月, 2015 3 次提交
  23. 06 6月, 2015 4 次提交
  24. 04 6月, 2015 1 次提交