From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DEC1F8E5B for ; Sun, 22 Nov 2015 14:52:28 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 22 Nov 2015 05:52:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,332,1444719600"; d="scan'208";a="856993381" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 22 Nov 2015 05:52:27 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 22 Nov 2015 05:52:27 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 22 Nov 2015 05:52:27 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.223]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.138]) with mapi id 14.03.0248.002; Sun, 22 Nov 2015 21:52:19 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v3] i40e: fix BW info update if no dcb enabled Thread-Index: AQHRJSJIjJj0M9gsE0+i2QqoZ1/2qJ6oD2NQ Date: Sun, 22 Nov 2015 13:52:19 +0000 Message-ID: References: <1448190989-7595-1-git-send-email-jingjing.wu@intel.com> <1448195720-9128-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1448195720-9128-1-git-send-email-jingjing.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 v3] i40e: fix BW info update if no dcb enabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 13:52:29 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Sunday, November 22, 2015 8:35 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin > Subject: [PATCH v3] i40e: fix BW info update if no dcb enabled >=20 > If DCB is not enabled, the BW info is not stored for VSI. This patch fixe= s this > issue by merging functions i40e_vsi_dump_bw_config and > i40e_vsi_get_bw_info together. >=20 > Fixes: c8b9a3e3fe1b (i40e: support DCB mode) >=20 > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang Thanks for the fix, it makes things clearer and simpler.