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

Commit 2e44b39d authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan Committed by Saravana Kannan
Browse files

ANDROID: GKI: net: add counter for number of frames coalesced in GRO



Partial cherry picked from commit 30f30b80
("net: add a per-cpu counter for the number of frames coalesced in GRO")

Add an unused ABI alignment member to struct softnet_data.

Change-Id: I05965c0cb150947935d5977884cc4d583b37131e
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
(cherry picked from commit 30f30b80)
Signed-off-by: default avatarMark Salyzyn <salyzyn@google.com>
Bug: 154523213
parent f18ae839
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2956,6 +2956,9 @@ struct softnet_data {
	unsigned int		processed;
	unsigned int		time_squeeze;
	unsigned int		received_rps;
	/* unused partner variable for ABI alignment */
	unsigned int            gro_coalesced;

#ifdef CONFIG_RPS
	struct softnet_data	*rps_ipi_list;
#endif