From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 87E85A0547; Thu, 29 Apr 2021 11:04:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 759BB41125; Thu, 29 Apr 2021 11:04:52 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 009CB4067E for ; Thu, 29 Apr 2021 11:04:50 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id CB70DA0548; Thu, 29 Apr 2021 11:04:50 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Thu, 29 Apr 2021 09:04:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: examples X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vladimir.medvedkin@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 695] ipsec-secgw packet validation test fail X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D695 Bug ID: 695 Summary: ipsec-secgw packet validation test fail Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: examples Assignee: dev@dpdk.org Reporter: vladimir.medvedkin@intel.com Target Milestone: --- ipsec-secgw packet validation test fails: ./run_test.sh -p fails with: Running test case: trs_ipv6optstest_inb_ipv6_frag (__main__.TestTransportWithIPv6Ext) ... ERRORtest_inb_ipv6_noopt (__main__.TestTransportWithIPv6Ext) ... oktest_inb_ipv6_opt (__main__.TestTransportWithIPv6Ext) ... ERRORtest_outb_ipv6_noopt (__main__.TestTransportWithIPv6Ext) ... oktest_outb_ipv6_opt (__main__.TestTransportWithIPv6Ext) ... ok ... FAILED (errors=3D2) Test case trs_ipv6opts failed! pkttests finished with status 1 ERROR pkttests FAILED Problematic commit-id commit 9a1cc8f1ed746ef9cac7846afaa2667f9abd9427 (refs/bisect/bad) Author: Tejasree Kondoj Date: Thu Apr 15 12:52:04 2021 +0530 examples/ipsec-secgw: support UDP encapsulation Adding lookaside IPsec UDP encapsulation support for NAT traversal. Application has to add udp-encap option to sa config file to enable UDP encapsulation on the SA. --=20 You are receiving this mail because: You are the assignee for the bug.=