[PATCH iproute2 v2] tc/mqprio: Print extra info on invalid args.

2018-09-06 Thread Caleb Raitto
From: Caleb Raitto Print the name of the argument that wasn't understood. Signed-off-by: Caleb Raitto --- tc/q_mqprio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tc/q_mqprio.c b/tc/q_mqprio.c index 89b46002..7cd18ae1 100644 --- a/tc/q_mqprio.c +++ b/tc/q_mqprio.c

[PATCH iproute2] tc/mqprio: Print extra info on invalid args.

2018-09-05 Thread Caleb Raitto
From: Caleb Raitto Print the name of the argument that wasn't understood, and also print the usage string. Signed-off-by: Caleb Raitto --- tc/q_mqprio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tc/q_mqprio.c b/tc/q_mqprio.c index 89b46002..cf2eceb4 100644 --- a/tc

[PATCH iproute2] man: Change numtc to num_tc

2018-09-05 Thread Caleb Raitto
From: Caleb Raitto The argument parser only accepts num_tc: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/tree/tc/q_mqprio.c#n55 Signed-off-by: Caleb Raitto --- man/man8/tc-mqprio.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/tc-mqprio.8 b/man

[PATCH net-next] virtio_net: force_napi_tx module param.

2018-07-23 Thread Caleb Raitto
From: Caleb Raitto The driver disables tx napi if it's not certain that completions will be processed affine with tx service. Its heuristic doesn't account for some scenarios where it is, such as when the queue pair count matches the core but not hyperthread count. Allow userspace to override

RE: [PATCH 1/5] net: virtio dynamically disable/enable LRO

2017-10-18 Thread Caleb Raitto
On Fri, Nov 18, 2016 at 11:00 AM, John Fastabend wrote: > > From: John Fastabend > Date: Fri, Nov 18, 2016 at 11:00 AM > Subject: [PATCH 1/5] net: virtio dynamically disable/enable LRO > To: , , >