Re: [patch iproute2 v5 2/3] tc: Add -bs option to batch mode

2018-01-03 Thread Chris Mi
 2018/1/3 12:25, David Ahern: You need a patch description here ... Done. On 1/2/18 7:55 PM, Chris Mi wrote: static int tc_action_modify(int cmd, unsigned int flags, - int *argc_p, char ***argv_p) + int *argc_p, char ***argv_p, +

Re: [patch iproute2 v5 2/3] tc: Add -bs option to batch mode

2018-01-02 Thread David Ahern
You need a patch description here ... On 1/2/18 7:55 PM, Chris Mi wrote: > static int tc_action_modify(int cmd, unsigned int flags, > - int *argc_p, char ***argv_p) > + int *argc_p, char ***argv_p, > + int batch_size, int ind

[patch iproute2 v5 2/3] tc: Add -bs option to batch mode

2018-01-02 Thread Chris Mi
Signed-off-by: Chris Mi --- tc/m_action.c | 90 -- tc/tc.c| 70 ++--- tc/tc_common.h | 8 +++- tc/tc_filter.c | 121 + 4 files changed, 221 insertions(+), 68 de