> -----Original Message----- > From: Wu, Jingjing > Sent: Sunday, November 22, 2015 8:35 PM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin > Subject: [PATCH v3] i40e: fix BW info update if no dcb enabled > > 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 <jingjing.wu at intel.com> Acked-by: Helin Zhang <helin.zhang at intel.com>
Thanks for the fix, it makes things clearer and simpler.