From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 771271B6D3 for ; Tue, 6 Feb 2018 16:09:14 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 07:09:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,469,1511856000"; d="scan'208";a="25264986" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 06 Feb 2018 07:09:11 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 07:09:11 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 07:09:11 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.130]) with mapi id 14.03.0319.002; Tue, 6 Feb 2018 23:09:09 +0800 From: "Zhang, Helin" To: "Wu, Yanglong" , "dev@dpdk.org" CC: "shahafs@mellanox.com" , "Lu, Wenzhuo" , "Wu, Yanglong" Thread-Topic: [dpdk-dev] [PATCH v4] app/testpmd: fix port DCB configuration Thread-Index: AQHTnmgRjCaATCOiMkeZDKT1kBat36OXe/Ug Date: Tue, 6 Feb 2018 15:09:09 +0000 Message-ID: References: <20180205084820.5387-1-yanglong.wu@intel.com> <20180205095619.9401-1-yanglong.wu@intel.com> In-Reply-To: <20180205095619.9401-1-yanglong.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] app/testpmd: fix port DCB configuration 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: , X-List-Received-Date: Tue, 06 Feb 2018 15:09:14 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yanglong Wu > Sent: Monday, February 5, 2018 5:56 PM > To: dev@dpdk.org > Cc: shahafs@mellanox.com; Lu, Wenzhuo; Wu, Yanglong > Subject: [dpdk-dev] [PATCH v4] app/testpmd: fix port DCB configuration >=20 > The port_conf for the DCB configuration should inherit the same configura= tion > of the port. >=20 > Fixes: 0074d02fca21("app/testpmd: convert to new Rx offloads API") > Signed-off-by: Yanglong Wu >=20 > Acked-by: Shahaf Shuler Applied to dpdk-next-net-intel, thanks! /Helin