From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87244C76188 for ; Tue, 16 Jul 2019 10:44:58 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 436C820449 for ; Tue, 16 Jul 2019 10:44:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 436C820449 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 095CB3798; Tue, 16 Jul 2019 12:44:57 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 59E112BC7; Tue, 16 Jul 2019 12:44:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2019 03:44:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,498,1557212400"; d="scan'208";a="318957780" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga004.jf.intel.com with ESMTP; 16 Jul 2019 03:44:52 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.229]) by IRSMSX109.ger.corp.intel.com ([169.254.13.29]) with mapi id 14.03.0439.000; Tue, 16 Jul 2019 11:44:51 +0100 From: "Iremonger, Bernard" To: Viacheslav Ovsiienko , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v3] app/testpmd: fix show port info routine Thread-Index: AQHVO8IUiH+95wnw+k2Grf/lgOgKBKbNDynw Date: Tue, 16 Jul 2019 10:44:50 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260DD086B@IRSMSX108.ger.corp.intel.com> References: <1563272735-29246-1-git-send-email-viacheslavo@mellanox.com> <1563273274-30219-1-git-send-email-viacheslavo@mellanox.com> In-Reply-To: <1563273274-30219-1-git-send-email-viacheslavo@mellanox.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjgyNDUwZjYtN2Q3NC00ZWJkLWJlMDYtNWQ0MTI2ODUzNDM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieHk4MWhUa2gxYlNkTmpTNWUyNkVEMnJIb3FvbzJ3aWVDUkRmSGJyMmV1SzR1U29lN0d2YWJvcWFydjQ5d2tDYiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] app/testpmd: fix show port info routine 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" > -----Original Message----- > From: Viacheslav Ovsiienko [mailto:viacheslavo@mellanox.com] > Sent: Tuesday, July 16, 2019 11:35 AM > To: dev@dpdk.org > Cc: Iremonger, Bernard ; stable@dpdk.org > Subject: [PATCH v3] app/testpmd: fix show port info routine >=20 > This patch updates "show port info [port_id]" command to display the > tx_desc_lim.nb_seg_max and tx_desc_lim.nb_mtu_seg_max fields of > rte_eth_dev_info structure. >=20 > Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation") > Cc: stable@dpdk.org >=20 > Signed-off-by: Viacheslav Ovsiienko Acked-by: Bernard Iremonger