Home
last modified time | relevance | path

Searched hist:"670 cd6849ea36ea4df2f2941cf4717dff8755abe" (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dudpgso_bench_tx.cdiff 670cd6849ea36ea4df2f2941cf4717dff8755abe Wed Oct 23 06:58:07 CEST 2019 Masami Hiramatsu <mhiramat@kernel.org> selftests: net: Fix printf format warnings on arm

Fix printf format warnings on arm (and other 32bit arch).

- udpgso.c and udpgso_bench_tx use %lu for size_t but it
should be unsigned long long on 32bit arch.

- so_txtime.c uses %ld for int64_t, but it should be
unsigned long long on 32bit arch.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Willem de Bruijn <willemb@google.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
H A Dso_txtime.cdiff 670cd6849ea36ea4df2f2941cf4717dff8755abe Wed Oct 23 06:58:07 CEST 2019 Masami Hiramatsu <mhiramat@kernel.org> selftests: net: Fix printf format warnings on arm

Fix printf format warnings on arm (and other 32bit arch).

- udpgso.c and udpgso_bench_tx use %lu for size_t but it
should be unsigned long long on 32bit arch.

- so_txtime.c uses %ld for int64_t, but it should be
unsigned long long on 32bit arch.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Willem de Bruijn <willemb@google.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
H A Dudpgso.cdiff 670cd6849ea36ea4df2f2941cf4717dff8755abe Wed Oct 23 06:58:07 CEST 2019 Masami Hiramatsu <mhiramat@kernel.org> selftests: net: Fix printf format warnings on arm

Fix printf format warnings on arm (and other 32bit arch).

- udpgso.c and udpgso_bench_tx use %lu for size_t but it
should be unsigned long long on 32bit arch.

- so_txtime.c uses %ld for int64_t, but it should be
unsigned long long on 32bit arch.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Willem de Bruijn <willemb@google.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>