Re: [PATCH iproute2] tc: f_u32: allow skip_hw and skip_sw flags to be last

2018-11-09 Thread Stephen Hemminger
On Mon, 5 Nov 2018 19:23:27 -0800 Jakub Kicinski wrote: > u32 uses NEXT_ARG() incorrectly when parsing skip_hw and skip_sw > flags. NEXT_ARG() ensures there is another argument on the command > line, and is used in handling syntax to move past > and ensure there is a to read. > > Commit 5e

[PATCH iproute2] tc: f_u32: allow skip_hw and skip_sw flags to be last

2018-11-05 Thread Jakub Kicinski
u32 uses NEXT_ARG() incorrectly when parsing skip_hw and skip_sw flags. NEXT_ARG() ensures there is another argument on the command line, and is used in handling syntax to move past and ensure there is a to read. Commit 5e5b3008d1fb ("tc: f_u32: Add support for skip_hw and skip_sw flags") see