From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 6A1C45909 for ; Tue, 24 Jun 2014 15:06:51 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id a1so323033wgh.12 for ; Tue, 24 Jun 2014 06:07:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=wlweKQ78VB1lH2C9KKpBGWnScqgA1dDjB7vS8efVe/w=; b=HBWOfqCFsl1lJwRXENff5qCYQD8F7huP/jnI6KEvod8afLf0ycHE7TIPRSKFWos8fx vAi4L3dVJw/kFvnWiB0/ZNW0aYy3AtEIt7N8tEweZGcVgDBBvihcvmzhu3DjP6GHIfuA BxNRT7/0YNLTbc7IhW1tS5/eao6OHLuLbpZKmDldX2uEJjcuoS5ipKD+Fv5eEpi+89be L3L2hbG5YveFzug/Nx3yovkNuKT8J5bXWqcoSNXIPbnpG46/AfnwTCcA5gCzSGlIe3PV bfnyzfjvs5K9sgOqLF40/WqCMGk3Ny7Gt1GbZ2ibvzffMki9NYJqHbKG1RiIhZ3GQPiY 1jmw== X-Gm-Message-State: ALoCoQk3vLZ4uHiSZj8rHpv5GAWqwkLUvmoQFD/AmMH87T78zPMbTatRtCgk/kZIeZnwDehSaxjn X-Received: by 10.194.158.164 with SMTP id wv4mr1228595wjb.124.1403615226032; Tue, 24 Jun 2014 06:07:06 -0700 (PDT) Received: from alcyon.dev.6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id p3sm496257wjw.13.2014.06.24.06.07.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Jun 2014 06:07:05 -0700 (PDT) From: David Marchand To: dev@dpdk.org Date: Tue, 24 Jun 2014 15:06:49 +0200 Message-Id: <1403615212-26605-1-git-send-email-david.marchand@6wind.com> X-Mailer: git-send-email 1.7.10.4 Subject: [dpdk-dev] [PATCH 0/3] fix flow control in testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 13:06:52 -0000 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