Re: [PATCHv3 3/6] tools/gup_benchmark: Fix 'write' flag usage

2018-10-02 Thread Kirill A. Shutemov
On Fri, Sep 21, 2018 at 10:39:53PM +, Keith Busch wrote: > If the '-w' parameter was provided, the benchmark would exit due to a > mssing 'break'. > > Cc: Kirill Shutemov > Cc: Dave Hansen > Cc: Dan Williams > Signed-off-by: Keith Busch Acked-by: Kirill A. Shutemov -- Kirill A. Shutem

[PATCHv3 3/6] tools/gup_benchmark: Fix 'write' flag usage

2018-09-21 Thread Keith Busch
If the '-w' parameter was provided, the benchmark would exit due to a mssing 'break'. Cc: Kirill Shutemov Cc: Dave Hansen Cc: Dan Williams Signed-off-by: Keith Busch --- tools/testing/selftests/vm/gup_benchmark.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/vm/g