1. 07 3月, 2018 3 次提交
  2. 20 1月, 2018 1 次提交
  3. 29 12月, 2017 2 次提交
  4. 20 12月, 2017 1 次提交
  5. 05 11月, 2017 1 次提交
  6. 22 10月, 2017 1 次提交
  7. 15 10月, 2017 1 次提交
  8. 27 9月, 2017 9 次提交
  9. 31 8月, 2017 1 次提交
    • G
      net/mlx5e: Support RSS for GRE tunneled packets · 7b3722fa
      Gal Pressman 提交于
      Introduce a new flow table and indirect TIRs which are used to hash the
      inner packet headers of GRE tunneled packets.
      
      When a GRE tunneled packet is received, the TTC flow table will match
      the new IPv4/6->GRE rules which will forward it to the inner TTC table.
      The inner TTC is similar to its counterpart outer TTC table, but
      matching the inner packet headers instead of the outer ones (and does
      not include the new IPv4/6->GRE rules).
      The new rules will not add steering hops since they are added to an
      already existing flow group which will be matched regardless of this
      patch. Non GRE traffic will not be affected.
      
      The inner flow table will forward the packet to inner indirect TIRs
      which hash the inner packet and thus result in RSS for the tunneled
      packets.
      
      Testing 8 TCP streams bandwidth over GRE:
      System: Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
      NIC: Mellanox Technologies MT28800 Family [ConnectX-5 Ex]
      Before: 21.3 Gbps (Single RQ)
      Now   : 90.5 Gbps (RSS spread on 8 RQs)
      Signed-off-by: NGal Pressman <galp@mellanox.com>
      Reviewed-by: NOr Gerlitz <ogerlitz@mellanox.com>
      Signed-off-by: NSaeed Mahameed <saeedm@mellanox.com>
      7b3722fa
  10. 24 8月, 2017 5 次提交
  11. 16 6月, 2017 1 次提交
  12. 11 6月, 2017 1 次提交
  13. 14 5月, 2017 2 次提交
  14. 17 4月, 2017 2 次提交
  15. 28 3月, 2017 1 次提交
  16. 11 3月, 2017 1 次提交
  17. 14 2月, 2017 1 次提交
  18. 30 1月, 2017 1 次提交
  19. 20 1月, 2017 1 次提交
  20. 29 12月, 2016 1 次提交
  21. 26 11月, 2016 1 次提交
  22. 10 11月, 2016 2 次提交