1. 16 6月, 2016 2 次提交
  2. 09 6月, 2016 1 次提交
  3. 14 5月, 2016 1 次提交
  4. 08 5月, 2016 1 次提交
  5. 05 5月, 2016 2 次提交
  6. 30 4月, 2016 1 次提交
  7. 27 4月, 2016 8 次提交
  8. 16 4月, 2016 1 次提交
  9. 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
  10. 07 4月, 2016 2 次提交
  11. 22 3月, 2016 12 次提交
  12. 03 3月, 2016 2 次提交
  13. 01 3月, 2016 1 次提交
    • H
      cxgb4/iw_cxgb4: TOS support · ac8e4c69
      Hariprasad S 提交于
      This series provides support for iWARP applications to specify a TOS
      value and have that map to a VLAN Priority for iw_cxgb4 iWARP connections.
      
      In iw_cxgb4, when allocating an L2T entry, pass the skb_priority based
      on the tos value in the cm_id. Also pass the correct tos value during
      connection setup so the passive side gets the client's desired tos.
      When sending the FLOWC work request to FW, if the egress device is
      in a vlan, then use the vlan priority bits as the scheduling class.
      This allows associating RDMA connections with scheduling classes to
      provide traffic shaping per flow.
      Signed-off-by: NSteve Wise <swise@opengridcomputing.com>
      Signed-off-by: NHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      ac8e4c69
  14. 19 2月, 2016 1 次提交
  15. 17 2月, 2016 1 次提交
  16. 11 2月, 2016 1 次提交
    • H
      cxgb4/iw_cxgb4: TOS support · ba9cee6a
      Hariprasad Shenai 提交于
      This series provides support for iWARP applications to specify a TOS
      value and have that map to a VLAN Priority for iw_cxgb4 iWARP connections.
      
      In iw_cxgb4, when allocating an L2T entry, pass the skb_priority based
      on the tos value in the cm_id. Also pass the correct tos value during
      connection setup so the passive side gets the client's desired tos.
      When sending the FLOWC work request to FW, if the egress device is
      in a vlan, then use the vlan priority bits as the scheduling class.
      This allows associating RDMA connections with scheduling classes to
      provide traffic shaping per flow.
      Signed-off-by: NSteve Wise <swise@opengridcomputing.com>
      Signed-off-by: NHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ba9cee6a
  17. 11 1月, 2016 1 次提交
  18. 05 1月, 2016 1 次提交