Hi,

-----Original Message-----
From: Parthasarathy, JananeeX M 
Sent: Wednesday, October 31, 2018 2:30 PM
To: [email protected]
Cc: Marohn, Byron <[email protected]>; De Lara Guarch, Pablo 
<[email protected]>; Pattan, Reshma <[email protected]>; 
Parthasarathy, JananeeX M <[email protected]>
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 = 0; j < ITERATIONS; j++) {
                handle = 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) ==> sizeof(simple_key). Now simple key is of type uint64_t. 

Other than that. Please keep my ack in next version.

Acked-by: Reshma Pattan <[email protected]>

Reply via email to