1. 11 9月, 2020 1 次提交
  2. 24 8月, 2020 1 次提交
  3. 30 7月, 2020 1 次提交
  4. 26 7月, 2020 1 次提交
  5. 20 7月, 2020 5 次提交
  6. 01 7月, 2020 1 次提交
  7. 27 6月, 2020 1 次提交
  8. 25 6月, 2020 2 次提交
  9. 19 6月, 2020 3 次提交
  10. 10 6月, 2020 1 次提交
  11. 06 6月, 2020 1 次提交
  12. 02 6月, 2020 1 次提交
  13. 26 5月, 2020 1 次提交
  14. 23 5月, 2020 1 次提交
  15. 15 5月, 2020 1 次提交
  16. 14 5月, 2020 1 次提交
  17. 13 4月, 2020 1 次提交
  18. 17 3月, 2020 1 次提交
  19. 15 3月, 2020 1 次提交
  20. 03 3月, 2020 1 次提交
    • J
      mvneta: add XDP ethtool errors stats for TX to driver · 15070919
      Jesper Dangaard Brouer 提交于
      Adding ethtool stats for when XDP transmitted packets overrun the TX
      queue. This is recorded separately for XDP_TX and ndo_xdp_xmit. This
      is an important aid for troubleshooting XDP based setups.
      
      It is currently a known weakness and property of XDP that there isn't
      any push-back or congestion feedback when transmitting frames via XDP.
      It's easy to realise when redirecting from a higher speed link into a
      slower speed link, or simply two ingress links into a single egress.
      The situation can also happen when Ethernet flow control is active.
      
      For testing the patch and provoking the situation to occur on my
      Espressobin board, I configured the TX-queue to be smaller (434) than
      RX-queue (512) and overload network with large MTU size frames (as a
      larger frame takes longer to transmit).
      
      Hopefully the upcoming XDP TX hook can be extended to provide insight
      into these TX queue overflows, to allow programmable adaptation
      strategies.
      Signed-off-by: NJesper Dangaard Brouer <brouer@redhat.com>
      Acked-by: NLorenzo Bianconi <lorenzo@kernel.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      15070919
  21. 28 2月, 2020 2 次提交
  22. 21 2月, 2020 1 次提交
  23. 20 2月, 2020 1 次提交
  24. 17 2月, 2020 5 次提交
  25. 06 2月, 2020 1 次提交
  26. 29 1月, 2020 1 次提交
  27. 27 1月, 2020 1 次提交
    • S
      mvneta driver disallow XDP program on hardware buffer management · 79572c98
      Sven Auhagen 提交于
      Recently XDP Support was added to the mvneta driver
      for software buffer management only.
      It is still possible to attach an XDP program if
      hardware buffer management is used.
      It is not doing anything at that point.
      
      The patch disallows attaching XDP programs to mvneta
      if hardware buffer management is used.
      
      I am sorry about that. It is my first submission and I am having
      some troubles with the format of my emails.
      
      v4 -> v5:
      - Remove extra tabs
      
      v3 -> v4:
      - Please ignore v3 I accidentally submitted
        my other patch with git-send-mail and v4 is correct
      
      v2 -> v3:
      - My mailserver corrupted the patch
        resubmission with git-send-email
      
      v1 -> v2:
      - Fixing the patches indentation
      Signed-off-by: NSven Auhagen <sven.auhagen@voleatech.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      79572c98
  28. 15 1月, 2020 1 次提交