1. 22 4月, 2020 1 次提交
  2. 07 1月, 2020 1 次提交
  3. 06 11月, 2019 1 次提交
  4. 01 11月, 2019 1 次提交
  5. 22 10月, 2019 3 次提交
  6. 09 10月, 2019 1 次提交
    • Y
      net: hns3: support tx-scatter-gather-fraglist feature · 8ae10cfb
      Yunsheng Lin 提交于
      The hardware supports up to 8 TX BD for non-tso skb and up to
      63 TX BD for TSO skb. Currently, the hns3 driver supports RX skb
      with fraglist when HW GRO is enabled, when the stack forwards a
      RX skb with fraglist, the stack need to linearize the skb before
      sending to other interface without TX fraglist support.
      
      This patch adds support for TX fraglist. The performance increases
      from 1 GByte to 1.5 GByte for one iperf TCP stream during
      forwarding test after this patch. BTW, the minimum BD number of
      ring should be updated to 72 for supporting TX fraglist.
      
      This patch also changes the error handling of some function that
      called by hns3_fill_desc, which returns BD num when there is no
      error, change some macro to more meaningful name.
      Signed-off-by: NYunsheng Lin <linyunsheng@huawei.com>
      Signed-off-by: NHuazhong Tan <tanhuazhong@huawei.com>
      Signed-off-by: NJakub Kicinski <jakub.kicinski@netronome.com>
      8ae10cfb
  7. 30 8月, 2019 1 次提交
  8. 19 8月, 2019 1 次提交
  9. 10 8月, 2019 2 次提交
  10. 02 8月, 2019 1 次提交
  11. 29 7月, 2019 1 次提交
  12. 06 7月, 2019 1 次提交
  13. 29 6月, 2019 2 次提交
  14. 15 6月, 2019 1 次提交
  15. 04 6月, 2019 1 次提交
  16. 29 5月, 2019 1 次提交
  17. 08 5月, 2019 3 次提交
  18. 27 4月, 2019 1 次提交
  19. 20 4月, 2019 2 次提交
  20. 05 4月, 2019 1 次提交
  21. 22 3月, 2019 1 次提交
  22. 25 2月, 2019 3 次提交
  23. 31 1月, 2019 1 次提交
  24. 24 1月, 2019 1 次提交
  25. 19 1月, 2019 1 次提交
  26. 19 12月, 2018 1 次提交
  27. 24 11月, 2018 1 次提交
  28. 18 11月, 2018 1 次提交
  29. 16 11月, 2018 3 次提交