net: add missing sk_max_pacing_rate doc
Warning(include/net/sock.h:411): No description found for parameter 'sk_max_pacing_rate' Lets please "make htmldocs" and kbuild bot. Reported-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
49a467b4f6
Коммит
c3f40d7c04
|
@ -233,6 +233,7 @@ struct cg_proto;
|
||||||
* @sk_ll_usec: usecs to busypoll when there is no data
|
* @sk_ll_usec: usecs to busypoll when there is no data
|
||||||
* @sk_allocation: allocation mode
|
* @sk_allocation: allocation mode
|
||||||
* @sk_pacing_rate: Pacing rate (if supported by transport/packet scheduler)
|
* @sk_pacing_rate: Pacing rate (if supported by transport/packet scheduler)
|
||||||
|
* @sk_max_pacing_rate: Maximum pacing rate (%SO_MAX_PACING_RATE)
|
||||||
* @sk_sndbuf: size of send buffer in bytes
|
* @sk_sndbuf: size of send buffer in bytes
|
||||||
* @sk_flags: %SO_LINGER (l_onoff), %SO_BROADCAST, %SO_KEEPALIVE,
|
* @sk_flags: %SO_LINGER (l_onoff), %SO_BROADCAST, %SO_KEEPALIVE,
|
||||||
* %SO_OOBINLINE settings, %SO_TIMESTAMPING settings
|
* %SO_OOBINLINE settings, %SO_TIMESTAMPING settings
|
||||||
|
|
Загрузка…
Ссылка в новой задаче