1. 23 Mar, 2018 3 commits
  2. 22 Mar, 2018 5 commits
  3. 21 Mar, 2018 9 commits
  4. 20 Mar, 2018 2 commits
  5. 19 Mar, 2018 3 commits
  6. 18 Mar, 2018 1 commit
    • Nirmoy Das's avatar
      properly retrieve IP address from array for python2.7 · 505f98d3
      Nirmoy Das authored
      for python2.7 IP address(src_ip,dst_ip) conversion doesn't work
      as expected and throws
      
      Traceback (most recent call last):
        File "_ctypes/callbacks.c", line 315, in 'calling callback function'
        File "/usr/local/lib/python2.7/site-packages/bcc/table.py", line 526, in raw_cb_
          callback(cpu, data, size)
        File "./examples/networking/tc_perf_event.py", line 60, in print_skb_event
          (cpu, socket.inet_ntop(socket.AF_INET6, src_ip),
      ValueError: invalid length of packed IP address string
      
      IP string looks like
      [254, 128, 0, 0, 0, 0, 0, 0, 156, 237, 12, 255, 254, 42, 90, 31]
      Signed-off-by: default avatarNirmoy Das <ndas@suse.de>
      505f98d3
  7. 17 Mar, 2018 1 commit
    • Howard McLauchlan's avatar
      Add new targeted error injection tool · ef4154b1
      Howard McLauchlan authored
      bpf_override_return is a very powerful mechanism for error injection,
      with the caveat that it requires whitelisting of the functions to be
      overriden.
      
      inject.py will take a call chain and optional set of predicates as
      input, and inject the appropriate error when both the call chain and all
      predicates are satisfied.
      Signed-off-by: default avatarHoward McLauchlan <hmclauchlan@fb.com>
      ef4154b1
  8. 15 Mar, 2018 2 commits
  9. 14 Mar, 2018 4 commits
  10. 12 Mar, 2018 1 commit
  11. 10 Mar, 2018 2 commits
  12. 09 Mar, 2018 2 commits
  13. 08 Mar, 2018 4 commits
  14. 06 Mar, 2018 1 commit