Skip to content
Commit 6bdef102 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)



64bit kernels now support 64bit pacing rates.

This commit changes setsockopt() to accept 64bit
values provided by applications.

Old applications providing 32bit value are still supported,
but limited to the old 34Gbit limitation.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 255c1c72
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment