|
|
@@ -694,13 +694,14 @@ static void i40evf_configure_tx(struct i40evf_adapter *adapter)
|
|
|
static void i40evf_configure_rx(struct i40evf_adapter *adapter)
|
|
|
{
|
|
|
unsigned int rx_buf_len = I40E_RXBUFFER_2048;
|
|
|
- struct net_device *netdev = adapter->netdev;
|
|
|
struct i40e_hw *hw = &adapter->hw;
|
|
|
int i;
|
|
|
|
|
|
/* Legacy Rx will always default to a 2048 buffer size. */
|
|
|
#if (PAGE_SIZE < 8192)
|
|
|
if (!(adapter->flags & I40EVF_FLAG_LEGACY_RX)) {
|
|
|
+ struct net_device *netdev = adapter->netdev;
|
|
|
+
|
|
|
/* For jumbo frames on systems with 4K pages we have to use
|
|
|
* an order 1 page, so we might as well increase the size
|
|
|
* of our Rx buffer to make better use of the available space
|