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

Commit 45a66cd2 authored by Ilia Lin's avatar Ilia Lin Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: Dual NIC IPA offload per-client stats feature



Adding kernel support for per-client statistics feature
to work with 2 IPA ETH clients.

Change-Id: I5fa510e7097a5ff24ea349cb094c3cd37b82ae1b
Acked-by: default avatarEliad Ben Yishay <ebenyish@qti.qualcomm.com>
Signed-off-by: default avatarIlia Lin <ilialin@codeaurora.org>
parent 61ef5a7b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3062,6 +3062,8 @@ enum ipacm_per_client_device_type {
	IPACM_CLIENT_DEVICE_TYPE_WLAN = 1,
	IPACM_CLIENT_DEVICE_TYPE_ETH = 2,
	IPACM_CLIENT_DEVICE_TYPE_ODU = 3,
#define DUAL_NIC_OFFLOAD
	IPACM_CLIENT_DEVICE_TYPE_ETH1 = 4,
	IPACM_CLIENT_DEVICE_MAX
};