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

Commit b94e72e2 authored by Casey Leedom's avatar Casey Leedom Committed by David S. Miller
Browse files

cxgb4vf: fix bug in Generic Receive Offload



Fix botch in Generic Receive Offload (the Packet Gather List Total length
field wasn't being initialized).

Signed-off-by: default avatarCasey Leedom <leedom@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 53c7886c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1679,6 +1679,7 @@ int process_responses(struct sge_rspq *rspq, int budget)
				}
				len = RSPD_LEN(len);
			}
			gl.tot_len = len;

			/*
			 * Gather packet fragments.