From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3CF6AA046B for ; Thu, 27 Jun 2019 22:36:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6D3A28EE; Thu, 27 Jun 2019 22:36:35 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 46D7C25D9 for ; Thu, 27 Jun 2019 22:36:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8070721C82; Thu, 27 Jun 2019 16:36:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 27 Jun 2019 16:36:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=r2IqL0HSqJJC72m9sAS4Foov0CyXK78QnjQERungyeQ=; b=gYF2CHHCOi/R 7AIzl/4qz7VTZ1ZJOVtZnTyo/G0tnSmmueU1Ajdjd+l8XaWg//AUm8h8mCm+TRjF MhGdnxTSQJmgF7CJKkM2f+NdmQAUdJbbXqlKDpDo0d/wZ9QGy5/9RFvrPv5AH+cR 99avgrhIJmmZmXhTP1qt6gKat5k7Vt4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=r2IqL0HSqJJC72m9sAS4Foov0CyXK78QnjQERungy eQ=; b=sHvr3no3/CWCaKsKAVlfKUHce0r0aP/5bLo763B8+ST6/64YfBgcd8DZQ 6nfcNjgjvqAOevCsLY9fWYlLIJ4TqQZd7LANTMuHou4TVUU1DRt+TfPlEEn2eC8s u5hr7fx5n8FdltqY+0zgW6rgwP7GZ1OHKN5Z0nUInuoSbjNwCOz0ODy848Ut/uYA YAI/wQS3qI+tmhD+hXlz5hYwjc4FtTPExxLMZd7+QHy/PzZYp6ghBTTirTJl7jPZ a9P38Nk6K2EOikU4tOiGtXQKTFiFqcZCRiTZvB5dC//bIAcAyc7HTgY6Ta5PbQZv ZDdSUOVlGGlKmegACLOxW23GqWzag== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudekgdduheefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrddvtdefrddukeegnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0036980069; Thu, 27 Jun 2019 16:36:31 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, aconole@redhat.com, msantana@redhat.com Date: Thu, 27 Jun 2019 22:36:29 +0200 Message-ID: <70986373.KVGszKu7e3@xps> In-Reply-To: <1560580950-16754-1-git-send-email-david.marchand@redhat.com> References: <1559638792-8608-1-git-send-email-david.marchand@redhat.com> <1560580950-16754-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/06/2019 08:42, David Marchand: > This is a joint effort to make the unit tests ready for CI. Applied, thanks Remaining work below from your list: [...] > - the tests on --file-prefix are still ko, and have been isolated in a > test that we could disable while waiting for the fixes, > - rwlock_autotest and hash_readwrite_lf_autotest are taking a little more > than 10s, > - librte_table unit test crashes on ipv6 [2], > - the "perf" tests are taking way too long for my taste, > - the shared build unit tests all fail when depending on mempool since > the mempool drivers are not loaded, > > 2: https://bugs.dpdk.org/show_bug.cgi?id=285