Re: [dpdk-dev] [PATCH v1] net/ice: fix wrong bandwidth config size in memory copy

2021-08-01 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Tuesday, July 27, 2021 6:55 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei ; Xu, Ting > Subject: [PATCH v1] net/ice: fix wrong bandwidth config size in memory copy > > The memory size of bandwidth config parameters

[dpdk-dev] [PATCH v1] net/ice: fix wrong bandwidth config size in memory copy

2021-07-27 Thread Ting Xu
The memory size of bandwidth config parameters is not set correctly in memory copy process, which leads to the wrong values. This patch fixed the size to the correct value. Fixes: 3a6bfc37eaf4 ("net/ice: support QoS config VF bandwidth in DCF") Signed-off-by: Ting Xu --- drivers/net/ice/ice_dcf