From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id D34DF1B489; Fri, 5 Apr 2019 10:46:41 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Fri, 05 Apr 2019 08:46:41 +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: lbartosik@marvell.com X-Bugzilla-Status: CONFIRMED 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 attachments.created 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 239] ipsec-secgw fails to initialize when librte_ipsec is enabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2019 08:46:42 -0000 https://bugs.dpdk.org/show_bug.cgi?id=3D239 Bug ID: 239 Summary: ipsec-secgw fails to initialize when librte_ipsec is enabled Product: DPDK Version: unspecified Hardware: ARM OS: Linux Status: CONFIRMED Severity: normal Priority: Normal Component: examples Assignee: dev@dpdk.org Reporter: lbartosik@marvell.com Target Milestone: --- Created attachment 33 --> https://bugs.dpdk.org/attachment.cgi?id=3D33&action=3Dedit ipsec_secgw_failure_log.txt repo http://dpdk.org/git/next/dpdk-next-crypto branch master commit 3331ddc doc: update ipsec lib for supported algos Ipsec-secgw example fails to initialize when librte_ipsec is enabled and wh= en default configuration of ep0.cfg is used. It complains that two SP rules use the same SPI ./ipsec-secgw --log-level=3D8 -c 0xff -- -P -p 0x3 -u 0x1 --config "(1,0,0),(0,0,0)" -f ../ep0.cfg -l IPSEC: get_spi_proto: SPI 110 used simultaeously by IPv4(2) and IPv6 (2) SP rules EAL: Error - exiting with code: 1 Cause: failed to init inbound SAs Ipsec-secgw initializes successfully when used without librte_ipsec. Full log is attached. --=20 You are receiving this mail because: You are the assignee for the bug.= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 05C46A0679 for ; Fri, 5 Apr 2019 10:46:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 88BD41B484; Fri, 5 Apr 2019 10:46:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 33) id D34DF1B489; Fri, 5 Apr 2019 10:46:41 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Fri, 05 Apr 2019 08:46:41 +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: lbartosik@marvell.com X-Bugzilla-Status: CONFIRMED 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 attachments.created 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 239] ipsec-secgw fails to initialize when librte_ipsec is enabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Message-ID: <20190405084641.14dpVQoZ3dk95uIf32q392dQ814e-sqp81tvZCpO0UY@z> https://bugs.dpdk.org/show_bug.cgi?id=3D239 Bug ID: 239 Summary: ipsec-secgw fails to initialize when librte_ipsec is enabled Product: DPDK Version: unspecified Hardware: ARM OS: Linux Status: CONFIRMED Severity: normal Priority: Normal Component: examples Assignee: dev@dpdk.org Reporter: lbartosik@marvell.com Target Milestone: --- Created attachment 33 --> https://bugs.dpdk.org/attachment.cgi?id=3D33&action=3Dedit ipsec_secgw_failure_log.txt repo http://dpdk.org/git/next/dpdk-next-crypto branch master commit 3331ddc doc: update ipsec lib for supported algos Ipsec-secgw example fails to initialize when librte_ipsec is enabled and wh= en default configuration of ep0.cfg is used. It complains that two SP rules use the same SPI ./ipsec-secgw --log-level=3D8 -c 0xff -- -P -p 0x3 -u 0x1 --config "(1,0,0),(0,0,0)" -f ../ep0.cfg -l IPSEC: get_spi_proto: SPI 110 used simultaeously by IPv4(2) and IPv6 (2) SP rules EAL: Error - exiting with code: 1 Cause: failed to init inbound SAs Ipsec-secgw initializes successfully when used without librte_ipsec. Full log is attached. --=20 You are receiving this mail because: You are the assignee for the bug.=