e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()
This is another fixup where the data is not transfered into buffer addressed by skb->data but into a page. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Родитель
ad1be8d345
Коммит
281a8f2462
|
@ -4080,7 +4080,7 @@ static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
|
|||
spin_lock_irqsave(&adapter->stats_lock,
|
||||
irq_flags);
|
||||
e1000_tbi_adjust_stats(hw, &adapter->stats,
|
||||
length, skb->data);
|
||||
length, mapped);
|
||||
spin_unlock_irqrestore(&adapter->stats_lock,
|
||||
irq_flags);
|
||||
length--;
|
||||
|
|
Загрузка…
Ссылка в новой задаче