From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: [PATCH 0/3] fix flow control in testpmd Date: Tue, 24 Jun 2014 15:06:49 +0200 Message-ID: <1403615212-26605-1-git-send-email-david.marchand@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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