1. 02 7月, 2014 2 次提交
  2. 26 6月, 2014 1 次提交
  3. 23 6月, 2014 2 次提交
  4. 16 4月, 2014 1 次提交
  5. 14 3月, 2014 1 次提交
  6. 25 2月, 2014 1 次提交
  7. 19 2月, 2014 2 次提交
  8. 17 1月, 2014 1 次提交
  9. 23 12月, 2013 2 次提交
  10. 04 12月, 2013 2 次提交
  11. 13 6月, 2013 1 次提交
  12. 01 6月, 2013 1 次提交
    • J
      cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're the MASTER_PF · e69972f5
      Jay Hernandez 提交于
      Forcing uninitialized state allows us to upgrade and reinitialize the adapter.
      
      FW_VERSION_T4 = 1.4.0.0
      FW_VERSION_T5 = 0.0.0.0
      At this point driver supports above and greater than above version of firmware.
      If it doesn't find the required firmware version than it forces the adapter to
      be reinitialized as shown below.
      
      1) If FW_ON_ADAPTER < FW_VERSION and we're the MASTER_PF force uninitialized
         state and a FW upgrade if available.
      
             - If FW_ON_ADAPTER < /lib/firmware/cxgb4/t*fw.bin we will update the
               adapters FW.
             - If FW_ON_ADAPTER >= /lib/firmware/cxgb4/t*fw.bin don't upgrade FW.
             - If upgrade_fw() fails force reinitialization of the adapter anyways,
               it might still work.
      
         Either way forcing the uninitialized state allows cxgb4 reinitialize FW.
      
      2) If FW_ON_ADAPTER >= FW_VERSION driver follows normal path.
      Signed-off-by: NJay Hernandez <jay@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e69972f5
  13. 14 3月, 2013 2 次提交
  14. 12 3月, 2013 1 次提交
  15. 09 1月, 2013 1 次提交
  16. 20 12月, 2012 1 次提交
    • V
      cxgb4: Add T4 filter support · f2b7e78d
      Vipul Pandya 提交于
      The T4 architecture is capable of filtering ingress packets at line rate
      using the rule in TCAM. If packet hits a rule in the TCAM then it can be either
      dropped or passed to the receive queues based on a rule settings.
      
      This patch adds framework for managing filters and to use T4's filter
      capabilities. It constructs a Firmware Filter Work Request which writes the
      filter at a specified index to get the work done. It hosts shadow copy of
      ingress filter entry to check field size limitations and save memory in the
      case where the filter table is large.
      Signed-off-by: NVipul Pandya <vipul@chelsio.com>
      Signed-off-by: NRoland Dreier <roland@purestorage.com>
      f2b7e78d
  17. 08 12月, 2012 1 次提交
  18. 04 12月, 2012 1 次提交
  19. 27 11月, 2012 1 次提交
  20. 08 11月, 2012 2 次提交
  21. 09 10月, 2012 1 次提交
  22. 08 10月, 2012 1 次提交
  23. 04 10月, 2012 1 次提交
  24. 28 9月, 2012 4 次提交
  25. 06 9月, 2012 1 次提交
  26. 24 8月, 2012 1 次提交
  27. 11 7月, 2012 1 次提交
  28. 19 5月, 2012 2 次提交
  29. 11 8月, 2011 1 次提交