From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3716791 for ; Wed, 31 Oct 2018 17:11:52 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2018 09:11:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,447,1534834800"; d="scan'208";a="270336044" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 31 Oct 2018 09:11:50 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.20]) by IRSMSX152.ger.corp.intel.com ([169.254.6.64]) with mapi id 14.03.0415.000; Wed, 31 Oct 2018 16:11:49 +0000 From: "Pattan, Reshma" To: "Parthasarathy, JananeeX M" , "dev@dpdk.org" CC: "Marohn, Byron" , "De Lara Guarch, Pablo" Thread-Topic: [PATCH v2] test: reduce test duration for efd autotest Thread-Index: AQHUcScp15IfHQaoD0mDOdC85Rvc8KU5hYQQ Date: Wed, 31 Oct 2018 16:11:49 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3CF0BB@irsmsx110.ger.corp.intel.com> References: <1537971540-31443-1-git-send-email-jananeex.m.parthasarathy@intel.com> <1540996216-28812-1-git-send-email-jananeex.m.parthasarathy@intel.com> In-Reply-To: <1540996216-28812-1-git-send-email-jananeex.m.parthasarathy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGE0MjZmMjgtMTRiYS00NTY4LThkODEtZmRiZjFjMjBkMTljIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic0hTV2hjMGpoV1p2c21JeVhnSTVTekNpd2tMZDRocjZna09DZ08zT0J5OHRIVThlWWorcFdld1NzVjU4dmJSNCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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 v2] test: reduce test duration for efd autotest 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: Wed, 31 Oct 2018 16:11:52 -0000 Hi, -----Original Message----- From: Parthasarathy, JananeeX M=20 Sent: Wednesday, October 31, 2018 2:30 PM To: dev@dpdk.org Cc: Marohn, Byron ; De Lara Guarch, Pablo ; Pattan, Reshma ; Parthasa= rathy, JananeeX M Subject: [PATCH v2] test: reduce test duration for efd autotest Reduced test time for efd_autotest. Key length is updated, invoke times of random function is reduced. Commit message should be changed a bit to reflect v2 changes. for (j =3D 0; j < ITERATIONS; j++) { handle =3D rte_efd_create("test_efd", num_rules_in, - EFD_TEST_KEY_LEN, efd_get_all_sockets_bitmask(), + sizeof(uint8_t), efd_get_all_sockets_bitmask(), sizeof(uint8_t) =3D=3D> sizeof(simple_key). Now simple key is of type uint6= 4_t.=20 Other than that. Please keep my ack in next version. Acked-by: Reshma Pattan