From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] i40e: fix BW info update if no dcb enabled Date: Mon, 23 Nov 2015 23:11:50 +0100 Message-ID: <6362149.FBIrIXAjmZ@xps13> References: <1448190989-7595-1-git-send-email-jingjing.wu@intel.com> <1448195720-9128-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id F1EB48E7A for ; Mon, 23 Nov 2015 23:13:06 +0100 (CET) Received: by wmec201 with SMTP id c201so182375881wme.0 for ; Mon, 23 Nov 2015 14:13:06 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > If DCB is not enabled, the BW info is not stored for VSI. This patch fixes this > > issue by merging functions i40e_vsi_dump_bw_config and > > i40e_vsi_get_bw_info together. > > > > Fixes: c8b9a3e3fe1b (i40e: support DCB mode) > > > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang > > Thanks for the fix, it makes things clearer and simpler. Applied, thanks