[0/3] app/testpmd: fixes for testpmd application
Message ID | 20200121114433.57543-1-huwei013@chinasoftinc.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E589EA04DD; Tue, 21 Jan 2020 12:44:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9EE4D322C; Tue, 21 Jan 2020 12:44:49 +0100 (CET) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id A8C98F94 for <dev@dpdk.org>; Tue, 21 Jan 2020 12:44:46 +0100 (CET) X-ASG-Debug-ID: 1579607080-0a3dd173f383950001-TfluYd Received: from mail.chinasoftinc.com (inccas002.ito.icss [10.168.0.52]) by incedge.chinasoftinc.com with ESMTP id DJCWniPv92DlBLyD (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO) for <dev@dpdk.org>; Tue, 21 Jan 2020 19:44:40 +0800 (CST) X-Barracuda-Envelope-From: huwei013@chinasoftinc.com X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.52 X-ASG-Whitelist: Client Received: from localhost.localdomain (114.119.4.74) by INCCAS002.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.439.0; Tue, 21 Jan 2020 19:44:39 +0800 From: "Wei Hu (Xavier)" <huwei013@chinasoftinc.com> X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.60 To: <dev@dpdk.org> Date: Tue, 21 Jan 2020 19:44:30 +0800 X-ASG-Orig-Subj: [PATCH 0/3] app/testpmd: fixes for testpmd application Message-ID: <20200121114433.57543-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [114.119.4.74] X-Barracuda-Connect: inccas002.ito.icss[10.168.0.52] X-Barracuda-Start-Time: 1579607080 X-Barracuda-Encrypted: ECDHE-RSA-AES256-SHA X-Barracuda-URL: https://spam.chinasoftinc.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at chinasoftinc.com X-Barracuda-Scan-Msg-Size: 407 Subject: [dpdk-dev] [PATCH 0/3] app/testpmd: fixes for testpmd application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Wei Hu (Xavier)
Jan. 21, 2020, 11:44 a.m. UTC
These patchset are fixes for testpmd application. Wei Hu (Xavier) (3): app/testpmd: update Rx offload after setting MTU sccessfully app/testpmd: fix the initial value when setting PFC app/testpmd: fix uninitialized members when setting PFC app/test-pmd/cmdline.c | 3 ++- app/test-pmd/config.c | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-)