net/ice: fix bandwidth config size in memory copy
authorTing Xu <ting.xu@intel.com>
Tue, 27 Jul 2021 10:55:08 +0000 (18:55 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Sun, 15 Aug 2021 02:32:03 +0000 (04:32 +0200)
commite787b44a6b3ea755bf4a01b8349b7b1b828aef13
treec90bf8103c59beeca0e17559eb6c20c015e3f46a
parent4f72c21fdffa9074f0df9d5855522735ec61f4d7
net/ice: fix bandwidth config size in memory copy

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")
Cc: stable@dpdk.org
Signed-off-by: Ting Xu <ting.xu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_dcf_sched.c