From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Pattan, Reshma" Subject: Re: [PATCH v2] test: reduce test duration for efd autotest 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Marohn, Byron" , "De Lara Guarch, Pablo" To: "Parthasarathy, JananeeX M" , "dev@dpdk.org" 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) In-Reply-To: <1540996216-28812-1-git-send-email-jananeex.m.parthasarathy@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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