Here is a patchset that addresses the problem reported by Jijiang Liu and introduces "partial" commands for setting flow control parameters in testpmd.
By the way, I tried to factorise the code in testpmd when handling flow control "commands" so that we have only one parser even if multiple commands are supported. -- David Marchand David Marchand (3): app/testpmd: add missing autoneg field to set flow_ctrl app/testpmd: move parser after flow_ctrl declarations app/testpmd: allow to set part of flow control parameters app/test-pmd/cmdline.c | 280 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 242 insertions(+), 38 deletions(-) -- 1.7.10.4