msm: ipa: add unit tests for NTN3 offload
Add a test suite to test Neutrino 3 hardware offload Change-Id: I399fdc79dcf0da408ffe41e5638aff1f95461898 Signed-off-by: Amir Levy <alevy@codeaurora.org>
This commit is contained in:
@@ -47,7 +47,7 @@ ipam-$(CONFIG_IPA3_REGDUMP) += ipa_v3/dump/ipa_reg_dump.o
|
||||
ipam-$(CONFIG_IPA_UT) += test/ipa_ut_framework.o test/ipa_test_example.o \
|
||||
test/ipa_test_mhi.o test/ipa_test_dma.o \
|
||||
test/ipa_test_hw_stats.o test/ipa_pm_ut.o \
|
||||
test/ipa_test_wdi3.o
|
||||
test/ipa_test_wdi3.o test/ipa_test_ntn.o
|
||||
|
||||
ipanetm-y += ipa_v3/ipa_net.o
|
||||
|
||||
|
1407
drivers/platform/msm/ipa/test/ipa_test_ntn.c
Normal file
1407
drivers/platform/msm/ipa/test/ipa_test_ntn.c
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2019, 2021 The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _IPA_UT_SUITE_LIST_H_
|
||||
@@ -19,6 +19,7 @@ IPA_UT_DECLARE_SUITE(pm);
|
||||
IPA_UT_DECLARE_SUITE(example);
|
||||
IPA_UT_DECLARE_SUITE(hw_stats);
|
||||
IPA_UT_DECLARE_SUITE(wdi3);
|
||||
IPA_UT_DECLARE_SUITE(ntn);
|
||||
|
||||
|
||||
/**
|
||||
@@ -33,6 +34,7 @@ IPA_UT_DEFINE_ALL_SUITES_START
|
||||
IPA_UT_REGISTER_SUITE(example),
|
||||
IPA_UT_REGISTER_SUITE(hw_stats),
|
||||
IPA_UT_REGISTER_SUITE(wdi3),
|
||||
IPA_UT_REGISTER_SUITE(ntn),
|
||||
} IPA_UT_DEFINE_ALL_SUITES_END;
|
||||
|
||||
#endif /* _IPA_UT_SUITE_LIST_H_ */
|
||||
|
Reference in New Issue
Block a user