mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
i40e: disable packet split
The driver and hardware support splitting packets on headers but with the use of GRO we don't need the extra bus overhead, so make this driver more like igb and ixgbe and disable packet split. Change-ID: Id42f2c3736baa9d5bdfe1f72d64226e7d8ebd737 Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
8e9dca536e
commit
3de0506dbb
@ -5817,7 +5817,6 @@ static int i40e_sw_init(struct i40e_pf *pf)
|
||||
pf->flags = I40E_FLAG_RX_CSUM_ENABLED |
|
||||
I40E_FLAG_MSI_ENABLED |
|
||||
I40E_FLAG_MSIX_ENABLED |
|
||||
I40E_FLAG_RX_PS_ENABLED |
|
||||
I40E_FLAG_RX_1BUF_ENABLED;
|
||||
|
||||
/* Depending on PF configurations, it is possible that the RSS
|
||||
|
Loading…
x
Reference in New Issue
Block a user