Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcb49197 authored by Auke Kok's avatar Auke Kok Committed by Auke Kok
Browse files

e1000: Update truesize with the length of the packet for packet split



Update skb with the real packet size.


Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: default avatarJohn Ronciak <john.ronciak@intel.com>
parent 4d5c34ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3768,6 +3768,7 @@ e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
			ps_page->ps_page[j] = NULL;
			skb->len += length;
			skb->data_len += length;
			skb->truesize += length;
		}

copydone: