From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 05140A04D7; Thu, 3 Sep 2020 05:19:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F0001C0B1; Thu, 3 Sep 2020 05:19:13 +0200 (CEST) Received: from mail.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id DEB9D1C0B0 for ; Thu, 3 Sep 2020 05:19:09 +0200 (CEST) Received: from [192.168.1.199] (139.159.243.11) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Thu, 3 Sep 2020 11:19:08 +0800 From: "Wei Hu (Xavier)" CC: References: <20200818120254.72792-1-huwei013@chinasoftinc.com> <20200820014204.25035-1-huwei013@chinasoftinc.com> To: , Wenzhuo Lu , Beilei Xing , Bernard Iremonger , Shahaf Shuler Message-ID: <66430269-5a67-8f29-36d7-e7b26043f12d@chinasoftinc.com> Date: Thu, 3 Sep 2020 11:19:07 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200820014204.25035-1-huwei013@chinasoftinc.com> Content-Language: en-US X-Originating-IP: [139.159.243.11] Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [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" Hi, all   Are there any comment? Thanks Xavier On 2020/8/20 9:42, Wei Hu (Xavier) wrote: > 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(-) >