From 809e12ad0916c7dc82518683a496d24984ab00e5 Mon Sep 17 00:00:00 2001 From: Ilia Lin Date: Fri, 30 Apr 2021 06:05:32 +0300 Subject: [PATCH] ipa-kernel-tests: Add ULSO to EP config Change-Id: Id8f5e0db58b1ec3e72dbe6457b7338f19eaa29ea Signed-off-by: Ilia Lin --- kernel-tests/TestsUtils.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kernel-tests/TestsUtils.h b/kernel-tests/TestsUtils.h index 6be92d1997..f2a50fc1f6 100644 --- a/kernel-tests/TestsUtils.h +++ b/kernel-tests/TestsUtils.h @@ -705,6 +705,11 @@ struct ipa_ep_cfg_holb { uint8_t scaled_time; }; +struct ipa_ep_cfg_ulso { + int ipid_min_max_idx; + bool is_ulso_pipe; +}; + /* * This struct is a mirroring of the ipa struct * the test module expect to get from user-space the @@ -725,6 +730,7 @@ struct test_ipa_ep_cfg { struct ipa_ep_cfg_metadata_mask metadata_mask; struct ipa_ep_cfg_metadata meta; struct ipa_ep_cfg_seq seq; + struct ipa_ep_cfg_ulso ulso; }; /*! @brief Struct for the IPAv3.0 UL packet status header */