From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 98003377A for ; Mon, 20 Mar 2017 11:14:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490004886; x=1521540886; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=oq9pAgzruNaM21eWX4IfTyqpcQLN/HY7NQsuDbpHwSQ=; b=GQeZSi1LcgzI9IQQT6qrfIayMP5WtuUo3bz+sW6Pr6KWY7zR8ChJom0E bFqqq8hQjcUWdclTnvhsusx3eX2tUg==; Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2017 03:14:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,193,1486454400"; d="scan'208";a="946165673" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga003.jf.intel.com with ESMTP; 20 Mar 2017 03:14:40 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.230]) by IRSMSX107.ger.corp.intel.com ([169.254.10.3]) with mapi id 14.03.0248.002; Mon, 20 Mar 2017 10:14:38 +0000 From: "Van Haaren, Harry" To: Jerin Jacob CC: "dev@dpdk.org" , "thomas.monjalon@6wind.com" Thread-Topic: [dpdk-dev] [PATCH 1/2] test: store only the test case name Thread-Index: AQHSoLYtZivAIF8zJEGQNDK51IpPvqGdfqDwgAACrgCAAAKREA== Date: Mon, 20 Mar 2017 10:14:38 +0000 Message-ID: References: <1489930654-16827-1-git-send-email-jerin.jacob@caviumnetworks.com> <1489930654-16827-2-git-send-email-jerin.jacob@caviumnetworks.com> <20170320100429.jf2lpdpybb6tt4yl@localhost.localdomain> In-Reply-To: <20170320100429.jf2lpdpybb6tt4yl@localhost.localdomain> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWY0ZTgzMGMtNWViZC00OWQ0LTlhYjktOWViNzQ4Yzc1ZjRjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvTUxrRmpxdWdPNk1neWwzNURnZFU3NzA1aTQwOUV0cmljbHFmZFpveVFZPSJ9 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 10:14:47 -0000 > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > > It looks like the patch got corrupted somehow - the above line should b= e > app/test/test.c, not test/test/test.c > > Applying fails here, but with a s/test/app in the right places, the pat= ches (this and > next) both apply cleanly, and work well. > > This handles the event/sw timeout_ticks() unsupported function as shoul= d so, > > > > Tested-by: Harry van Haaren > > > > > > With the above apply issue resolved, also >=20 > Recently there was a rework in test directory. Now test/test points to ol= d app/test > in dpdk-master.So no issues. >=20 > http://dpdk.org/browse/dpdk/tree/test/test Ah, I'm behind on master - apologies, should have done a git pull. In that case, just Acked-by: Harry van Haaren Thanks for taking the lead on this patchset!