1. 20 1月, 2021 2 次提交
  2. 15 1月, 2021 13 次提交
  3. 10 1月, 2021 4 次提交
  4. 08 1月, 2021 2 次提交
  5. 06 1月, 2021 1 次提交
  6. 18 12月, 2020 1 次提交
  7. 15 12月, 2020 2 次提交
  8. 11 12月, 2020 1 次提交
    • P
      selftests: fix poll error in udpgro.sh · 38bf8cd8
      Paolo Abeni 提交于
      The test program udpgso_bench_rx always invokes the poll()
      syscall with a timeout of 10ms. If a larger timeout is specified
      via the command line, udpgso_bench_rx is supposed to do multiple
      poll() calls till the timeout is expired or an event is received.
      
      Currently the poll() loop errors out after the first invocation with
      no events, and may causes self-tests failure alike:
      
      failed
       GRO with custom segment size            ./udpgso_bench_rx: poll: 0x0 expected 0x1
      
      This change addresses the issue allowing the poll() loop to consume
      all the configured timeout.
      
      Fixes: ada641ff ("selftests: fixes for UDP GRO")
      Signed-off-by: NPaolo Abeni <pabeni@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      38bf8cd8
  9. 09 12月, 2020 1 次提交
  10. 08 12月, 2020 1 次提交
  11. 06 12月, 2020 1 次提交
  12. 05 12月, 2020 3 次提交
  13. 28 11月, 2020 1 次提交
  14. 25 11月, 2020 1 次提交
  15. 21 11月, 2020 6 次提交