From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5605C29CF for ; Thu, 6 Oct 2016 15:53:48 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 06 Oct 2016 06:53:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,454,1473145200"; d="scan'208";a="177038196" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga004.fm.intel.com with ESMTP; 06 Oct 2016 06:53:46 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 6 Oct 2016 14:53:45 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.198]) by irsmsx112.ger.corp.intel.com ([169.254.1.170]) with mapi id 14.03.0248.002; Thu, 6 Oct 2016 14:53:45 +0100 From: "Azarewicz, PiotrX T" To: "Trahe, Fiona" CC: "Mrozowicz, SlawomirX" , "Kerlin, MarcinX" , "Mrzyglod, DanielX T" , "Mrozowicz, SlawomirX" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v6 3/4] app/test: added tests for libcrypto PMD Thread-Index: AQHSHkJLB4YNC8BoCk+tOrIInRxLxqCbXliAgAAUW1A= Date: Thu, 6 Oct 2016 13:53:45 +0000 Message-ID: <4837007523CC9A4B9414D20C13DE6E641372AA38@IRSMSX102.ger.corp.intel.com> References: <1475504792-31557-1-git-send-email-slawomirx.mrozowicz@intel.com> <1475593882-32364-1-git-send-email-slawomirx.mrozowicz@intel.com> <1475593882-32364-4-git-send-email-slawomirx.mrozowicz@intel.com> <348A99DA5F5B7549AA880327E580B435890EE063@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B435890EE063@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 3/4] app/test: added tests for libcrypto PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 13:53:48 -0000 Hi Fiona, > This patch breaks autotests for all PMDs, due to increasing the MBUF size= to > UNIT16_MAX. > USER1: Can't create CRYPTO_MBUFPOOL >=20 > It needs more than 500MBs in the MBUFPOOL to run this test. > Setting this back to MBUF_SIZE fixes the issue, but breaks 2 tests in > libcrypto_autotest >=20 > TestCase create_gmac_operation() line 5060 failed: no room to append aad > + TestCase [27] : test_AES_GMAC_authentication_test_case_4 failed > TestCase create_gmac_operation() line 5060 failed: no room to append aad > + TestCase [28] : test_AES_GMAC_authentication_verify_test_case_4 failed >=20 > Can you investigate if it's possible to run these 2 tests using a differe= nt > smaller MBUFPOOL - maybe with only a few large mbufs? Yes, I think that it is possible to run these 2 tests using a different mem= poll. I will make a fix for the issue. Piotr