From: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
/** Email created from pull request 502 (lumag:ipsec-imp-upd)
** https://github.com/Linaro/odp/pull/502
** Patch: https://github.com/Linaro/odp/pull/502.patch
** Base sha: c91eae61d19350dd19aacf18c1148c9491398c14
** Merge commit sha: 8c909084626ccef140542645cd34549ce7f4bcde
**/
test/validation/api/ipsec/ipsec_test_out.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/test/validation/api/ipsec/ipsec_test_out.c
b/test/validation/api/ipsec/ipsec_test_out.c
index 2850ddfa4..911987388 100644
--- a/test/validation/api/ipsec/ipsec_test_out.c
+++ b/test/validation/api/ipsec/ipsec_test_out.c
@@ -572,7 +572,8 @@ static void test_out_ipv4_ah_sha256_frag_check(void)
ipsec_test_part test2 = {
.pkt_in = &pkt_ipv4_icmp_0,
.num_opt = 1,
- .opt = { .frag_mode = ODP_IPSEC_FRAG_DISABLED, },
+ .opt = { .flag.frag_mode = 1,
+ .frag_mode = ODP_IPSEC_FRAG_DISABLED, },
.out_pkt = 1,
.out = {
{ .status.warn.all = 0,
@@ -665,7 +666,8 @@ static void test_out_ipv4_esp_null_sha256_frag_check(void)
ipsec_test_part test2 = {
.pkt_in = &pkt_ipv4_icmp_0,
.num_opt = 1,
- .opt = { .frag_mode = ODP_IPSEC_FRAG_DISABLED, },
+ .opt = { .flag.frag_mode = 1,
+ .frag_mode = ODP_IPSEC_FRAG_DISABLED, },
.out_pkt = 1,
.out = {
{ .status.warn.all = 0,