net/ice/base: remove unncessary code
Remove unnecessary jumbo frame configure. Signed-off-by: Fabio Pricoco <fabio.pricoco@intel.com> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
parent
9ce0d19986
commit
c2021e1077
@ -830,10 +830,6 @@ enum ice_status ice_init_hw(struct ice_hw *hw)
|
||||
status = ice_aq_manage_mac_read(hw, mac_buf, mac_buf_len, NULL);
|
||||
ice_free(hw, mac_buf);
|
||||
|
||||
if (status)
|
||||
goto err_unroll_fltr_mgmt_struct;
|
||||
/* enable jumbo frame support at MAC level */
|
||||
status = ice_aq_set_mac_cfg(hw, ICE_AQ_SET_MAC_FRAME_SIZE_MAX, NULL);
|
||||
if (status)
|
||||
goto err_unroll_fltr_mgmt_struct;
|
||||
/* Obtain counter base index which would be used by flow director */
|
||||
|
Loading…
x
Reference in New Issue
Block a user