1. 14 1月, 2017 1 次提交
  2. 07 1月, 2017 2 次提交
    • G
      cxgb4: Add port description for new cards. · 89eb9835
      Ganesh Goudar 提交于
      Add port description for 25G and 100G cards, and also
      change few port descriptions in compliance with the new
      naming convention.
      Signed-off-by: NGanesh Goudar <ganeshgr@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      89eb9835
    • H
      cxgb4: Synchronize access to mailbox · 4055ae5e
      Hariprasad Shenai 提交于
      The issue comes when there are multiple threads attempting to use
      the mailbox facility at the same time.
      When DCB operations and interface up/down is run in a loop for every
      0.1 sec, we observed mailbox collisions. And out of the two commands
      one would fail with the present code, since we don't queue the second
      command.
      
      To overcome the above issue, added a queue to access the mailbox.
      Whenever a mailbox command is issued add it to the queue. If its at
      the head issue the mailbox command, else wait for the existing command
      to complete. Usually command takes less than a milli-second to
      complete.
      
      Also timeout from the loop, if the command under execution takes
      long time to run.
      
      In reality, the number of mailbox access collisions is going to be
      very rare since no one runs such abusive script.
      Signed-off-by: NHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4055ae5e
  3. 05 1月, 2017 1 次提交
  4. 09 12月, 2016 1 次提交
  5. 21 9月, 2016 1 次提交
  6. 05 9月, 2016 1 次提交
  7. 23 8月, 2016 1 次提交
  8. 15 8月, 2016 1 次提交
  9. 26 7月, 2016 1 次提交
  10. 05 5月, 2016 2 次提交
  11. 30 4月, 2016 1 次提交
  12. 27 4月, 2016 4 次提交
  13. 16 4月, 2016 1 次提交
  14. 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
  15. 19 2月, 2016 1 次提交
  16. 24 12月, 2015 6 次提交
  17. 11 10月, 2015 1 次提交
  18. 05 10月, 2015 1 次提交
  19. 29 8月, 2015 1 次提交
  20. 14 8月, 2015 1 次提交
  21. 04 8月, 2015 3 次提交
  22. 22 7月, 2015 1 次提交
  23. 09 7月, 2015 2 次提交
  24. 12 6月, 2015 1 次提交
  25. 11 6月, 2015 3 次提交