From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 560EC47CD for ; Mon, 20 Mar 2017 10:58:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490003887; x=1521539887; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=jZ1LF27F97BenHcGYNWDsDHy+VU846vvEsBTUKhygzY=; b=PKC622jxbaRUpRxp7QBHwhl8UPQBJf1fREusEu4uD9FTBmBBE05eIKvN 6WV6H7lKJurakWKBrePb8kihtlQhBw==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2017 02:58:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,193,1486454400"; d="scan'208";a="68967506" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga004.jf.intel.com with ESMTP; 20 Mar 2017 02:58:05 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.230]) by IRSMSX154.ger.corp.intel.com ([169.254.12.40]) with mapi id 14.03.0248.002; Mon, 20 Mar 2017 09:58:04 +0000 From: "Van Haaren, Harry" To: Jerin Jacob , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" Thread-Topic: [dpdk-dev] [PATCH 1/2] test: store only the test case name Thread-Index: AQHSoLYtZivAIF8zJEGQNDK51IpPvqGdfqDw Date: Mon, 20 Mar 2017 09:58:04 +0000 Message-ID: References: <1489930654-16827-1-git-send-email-jerin.jacob@caviumnetworks.com> <1489930654-16827-2-git-send-email-jerin.jacob@caviumnetworks.com> In-Reply-To: <1489930654-16827-2-git-send-email-jerin.jacob@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmVmMjdiNzgtYThmOS00ODIzLWEwYTMtNjc3N2M1N2NjMDdmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkZ5NFZuOXZyd3lmeUNTTXdGUWZzc3VzanNiRFI2XC9qZ2pwRDhvK3dGZHJJPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2] test: store only the test case name 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: Mon, 20 Mar 2017 09:58:07 -0000 > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > Sent: Sunday, March 19, 2017 1:38 PM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Van Haaren, Harry ; Jerin > Jacob > Subject: [dpdk-dev] [PATCH 1/2] test: store only the test case name >=20 > Store only the test case name in unit test case structure.The actor who > renders the test status can add appropriate test status. This enables > adding the new test case status without storing the additional > information in the unit test case structure. >=20 > Signed-off-by: Jerin Jacob > --- > test/test/test.c | 14 ++++++-------- > test/test/test.h | 23 +++++++++-------------- > 2 files changed, 15 insertions(+), 22 deletions(-) >=20 > diff --git a/test/test/test.c b/test/test/test.c It looks like the patch got corrupted somehow - the above line should be a= pp/test/test.c, not test/test/test.c Applying fails here, but with a s/test/app in the right places, the patches= (this and next) both apply cleanly, and work well. This handles the event/sw timeout_ticks() unsupported function as should so= , Tested-by: Harry van Haaren With the above apply issue resolved, also Acked-by: Harry van Haaren