An error occurred fetching the project authors.
  1. 14 Jul, 2020 5 commits
  2. 30 Jun, 2020 2 commits
  3. 22 Jun, 2020 2 commits
  4. 16 Jun, 2020 1 commit
  5. 01 Jun, 2020 2 commits
  6. 09 May, 2020 4 commits
  7. 27 Apr, 2020 7 commits
  8. 31 Mar, 2020 3 commits
  9. 30 Mar, 2020 1 commit
    • Jiri Pirko's avatar
      net: sched: expose HW stats types per action used by drivers · 93a129eb
      Jiri Pirko authored
      It may be up to the driver (in case ANY HW stats is passed) to select
      which type of HW stats he is going to use. Add an infrastructure to
      expose this information to user.
      
      $ tc filter add dev enp3s0np1 ingress proto ip handle 1 pref 1 flower dst_ip 192.168.1.1 action drop
      $ tc -s filter show dev enp3s0np1 ingress
      filter protocol ip pref 1 flower chain 0
      filter protocol ip pref 1 flower chain 0 handle 0x1
        eth_type ipv4
        dst_ip 192.168.1.1
        in_hw in_hw_count 2
              action order 1: gact action drop
               random type none pass val 0
               index 1 ref 1 bind 1 installed 10 sec used 10 sec
              Action statistics:
              Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
              backlog 0b 0p requeues 0
              used_hw_stats immediate     <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
      Signed-off-by: default avatarJiri Pirko <jiri@mellanox.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      93a129eb
  10. 26 Mar, 2020 1 commit
  11. 20 Mar, 2020 1 commit
  12. 18 Mar, 2020 1 commit
  13. 09 Mar, 2020 1 commit
  14. 05 Mar, 2020 2 commits
  15. 27 Feb, 2020 1 commit
  16. 25 Feb, 2020 2 commits
  17. 24 Feb, 2020 4 commits