From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3AED7A0548; Fri, 3 Dec 2021 00:23:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B79F14014F; Fri, 3 Dec 2021 00:23:10 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 2D78340041 for ; Fri, 3 Dec 2021 00:23:09 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1061) id 707F120E67A0; Thu, 2 Dec 2021 15:23:08 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 707F120E67A0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1638487388; bh=DEJqTvRcXNAWtTSj99220Y33wZWdKKKui71Q7rFrMnw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fk4nStTc1cn4tkarETdDp2KDJqgvDDlz5cXYnf/SAe1ICFGKGro9aIqEDV0VcmQdy 9Y+EQn/HR96uHEG/zxhJF6a3gS20pookKWCiXKAgUO3TTv3h+sbNNSMS6I3avEySJf qbLdybiIS0XDbofyb+oKfUqQ/5vOHT3jveYDcoQo= Date: Thu, 2 Dec 2021 15:23:08 -0800 From: Jie Zhou To: David Marchand Cc: dev , Dmitry Kozlyuk , roretzla@microsoft.com, Narcisa Ana Maria Vasile , "Dmitry Malloy (MESHCHANINOV)" , Pallavi Kadam , Tal Shnaiderman , Thomas Monjalon , Aaron Conole Subject: Re: [PATCH v10 9/9] app/test: enable subset of unit tests on Windows Message-ID: <20211202232308.GA3261@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1638381938-6113-1-git-send-email-jizh@linux.microsoft.com> <1638384245-12587-1-git-send-email-jizh@linux.microsoft.com> <1638384245-12587-10-git-send-email-jizh@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Thu, Dec 02, 2021 at 10:17:48AM +0100, David Marchand wrote: > Hello, > > On Wed, Dec 1, 2021 at 7:45 PM Jie Zhou wrote: > > @@ -158,34 +152,17 @@ test_sources = files( > > ) > > > > test_deps = [ > > - 'acl', > > 'bus_pci', > > 'bus_vdev', > > - 'bpf', > > + 'bitratestats', > > There is some issue with your rebase. > Please don't reintroduce mandatory dependencies. > > This is probably the reason for the CI failures at UNH. > > > > 'cfgfile', > > 'cmdline', > > > -- > David Marchand Thank you David! Yes, it seems from a rebase error. Removed this mandatory dependency on bitratestats in V10.