1. 05 Jul, 2020 39 commits
  2. 03 Jul, 2020 1 commit
    • David S. Miller's avatar
      Merge branch 'mvpp2-XDP-support' · 418e787e
      David S. Miller authored
      Matteo Croce says:
      
      ====================
      mvpp2: XDP support
      
      Add XDP support to mvpp2. This series converts the driver to the
      page_pool API for RX buffer management, and adds native XDP support.
      
      XDP support comes with extack error reporting and statistics as well.
      
      These are the performance numbers, as measured by Sven:
      
      SKB fwd page pool:
      Rx bps     390.38 Mbps
      Rx pps     762.46 Kpps
      
      XDP fwd:
      Rx bps     1.39 Gbps
      Rx pps     2.72 Mpps
      
      XDP Drop:
      eth0: 12.9 Mpps
      eth1: 4.1 Mpps
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      418e787e