From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 714451B471 for ; Thu, 12 Jul 2018 12:49:12 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2018 03:49:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,342,1526367600"; d="scan'208";a="215422123" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.179.30]) ([163.33.179.30]) by orsmga004.jf.intel.com with ESMTP; 12 Jul 2018 03:49:09 -0700 To: Jananee Parthasarathy , dev@dpdk.org References: <1530899341-5104-1-git-send-email-jananeex.m.parthasarathy@intel.com> <1531389195-4029-1-git-send-email-jananeex.m.parthasarathy@intel.com> Cc: reshma.pattan@intel.com, Chaitanya Babu Talluri From: Remy Horton Organization: Intel Shannon Limited Message-ID: Date: Thu, 12 Jul 2018 11:49:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1531389195-4029-1-git-send-email-jananeex.m.parthasarathy@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] test: add unit tests for bitrate library 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: Thu, 12 Jul 2018 10:49:13 -0000 Patch needs rebasing: Checking patch test/test/Makefile... error: while searching for: SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += test_cryptodev_blockcipher.c SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += test_cryptodev.c ifeq ($(CONFIG_RTE_COMPRESSDEV_TEST),y) SRCS-$(CONFIG_RTE_LIBRTE_COMPRESSDEV) += test_compressdev.c error: patch failed: test/test/Makefile:179 error: test/test/Makefile: patch does not apply Manually fixing the above, patchset seems fine. On 12/07/2018 10:53, Jananee Parthasarathy wrote: > Unit Test Cases for BitRate library. > Dependency patch is > "add sample functions for packet forwarding" > Patch Link is http://patches.dpdk.org/patch/42946/ > > Signed-off-by: Chaitanya Babu Talluri > Reviewed-by: Reshma Pattan Acked-by: Remy Horton