]> git.droids-corp.org - dpdk.git/commit
net/ice: fix MTU info for DCF
authorKevin Liu <kevinx.liu@intel.com>
Fri, 8 Apr 2022 01:43:08 +0000 (01:43 +0000)
committerQi Zhang <qi.z.zhang@intel.com>
Thu, 19 May 2022 09:20:36 +0000 (11:20 +0200)
commit24e6e0363e1704d7471eacafea80c182d4016739
tree806099aca2054762e54ee817ca0bb85bbb8f1b4b
parent8b95092b7f691a888f7b1a80872b549b08ee05ad
net/ice: fix MTU info for DCF

In the DCF module, Missing maximum and minimum
MTU value settings.

This patch adds the settings of the maximum and
minimum MTU to correctly calculate the MTU value.

Fixes: bf89db4409bb ("net/ice: complete device info get in DCF")
Cc: stable@dpdk.org
Signed-off-by: Kevin Liu <kevinx.liu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_dcf_ethdev.c