From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mi Subject: [patch iproute2 v4 3/3] man: Add -bs option to tc manpage Date: Tue, 2 Jan 2018 23:28:04 +0900 Message-ID: <20180102142804.27145-4-chrism@mellanox.com> References: <20180102142804.27145-1-chrism@mellanox.com> Cc: gerlitz.or@gmail.com, stephen@networkplumber.org, dsahern@gmail.com, marcelo.leitner@gmail.com, Chris Mi To: netdev@vger.kernel.org Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:59070 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752458AbeABO2Z (ORCPT ); Tue, 2 Jan 2018 09:28:25 -0500 In-Reply-To: <20180102142804.27145-1-chrism@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Chris Mi --- man/man8/tc.8 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/man8/tc.8 b/man/man8/tc.8 index ff071b33..de137e16 100644 --- a/man/man8/tc.8 +++ b/man/man8/tc.8 @@ -601,6 +601,11 @@ must exist already. read commands from provided file or standard input and invoke them. First failure will cause termination of tc. +.TP +.BR "\-bs", " \-bs size", " \-batchsize", " \-batchsize size" +How many commands are accumulated before sending to kernel. +By default, it is 1. It only takes effect in batch mode. + .TP .BR "\-force" don't terminate tc on errors in batch mode. -- 2.14.3