From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v2] test: add unit tests for bitrate library Date: Thu, 12 Jul 2018 11:49:07 +0100 Message-ID: References: <1530899341-5104-1-git-send-email-jananeex.m.parthasarathy@intel.com> <1531389195-4029-1-git-send-email-jananeex.m.parthasarathy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: reshma.pattan@intel.com, Chaitanya Babu Talluri To: Jananee Parthasarathy , dev@dpdk.org 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) In-Reply-To: <1531389195-4029-1-git-send-email-jananeex.m.parthasarathy@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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