From patchwork Thu Aug 20 01:42:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wei Hu (Xavier)" X-Patchwork-Id: 75722 Return-Path: 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 B9977A04AF; Thu, 20 Aug 2020 03:42:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 01A491BEC4; Thu, 20 Aug 2020 03:42:28 +0200 (CEST) Received: from mail.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id DCE46AAD5 for ; Thu, 20 Aug 2020 03:42:26 +0200 (CEST) Received: from localhost.localdomain (65.49.108.226) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Thu, 20 Aug 2020 09:42:22 +0800 From: "Wei Hu (Xavier)" To: CC: , Date: Thu, 20 Aug 2020 09:42:00 +0800 Message-ID: <20200820014204.25035-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200818120254.72792-1-huwei013@chinasoftinc.com> References: <20200818120254.72792-1-huwei013@chinasoftinc.com> MIME-Version: 1.0 X-Originating-IP: [65.49.108.226] Subject: [dpdk-dev] [PATCH v2 0/4] minor fixes for testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series are minor fixes for testpmd application. Chengchang Tang (3): app/testpmd: fix missing verification of port id app/testpmd: fix VLAN offload configuration when config fail app/testpmd: fix packet header in txonly mode Huisong Li (1): app/testpmd: fix displaying Rx Tx queues information app/test-pmd/cmdline.c | 9 +++++ app/test-pmd/config.c | 80 +++++++++++++++++++++++++++++++----------- app/test-pmd/txonly.c | 32 +++++++++++++++++ 3 files changed, 100 insertions(+), 21 deletions(-)