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

Commit 595dc753 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: rmnet_data: compute rx hash before napi_gro_receive"

parents 1084299f 2a640947
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -356,6 +356,7 @@ static rx_handler_result_t __rmnet_deliver_skb
			napi = get_current_napi_context();

			skb_size = skb->len;
			skb_get_hash(skb);
			gro_res = napi_gro_receive(napi, skb);
			trace_rmnet_gro_downlink(gro_res);
			rmnet_optional_gro_flush(napi, ep, skb_size);