From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Azarewicz, PiotrX T" Subject: Re: [PATCH v6 3/4] app/test: added tests for libcrypto PMD 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Mrozowicz, SlawomirX" , "Kerlin, MarcinX" , "Mrzyglod, DanielX T" , "Mrozowicz, SlawomirX" , "dev@dpdk.org" To: "Trahe, Fiona" 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) In-Reply-To: <348A99DA5F5B7549AA880327E580B435890EE063@IRSMSX101.ger.corp.intel.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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