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 7888CA04A2; Wed, 6 Nov 2019 08:53:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B5EFD1C01B; Wed, 6 Nov 2019 08:53:16 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E97B91C013 for ; Wed, 6 Nov 2019 08:53:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C3D4120CB3; Wed, 6 Nov 2019 02:53:11 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 06 Nov 2019 02:53:11 -0500 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=UuQbQUWyoEE32JXDGJyYnEA1MTEF+zWbC3RdgzJhZmM=; b=Hvc2vMMubVk3 A5LOqGCJnrRvUcmv1ptaOPkxA+8NhjLi8xUrXcEc2bI/4ObS8NEDYO58Mx2PFfYR wE2BrVkYelZPmWirFRxBFicoleNaZJEF+kqkeb3P9gQmmNvPZYc5Knt1Xq1r+QwR MlP8uxNTt2n6SBjg4DvXtLWpZZusRgI= 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=fm1; bh=UuQbQUWyoEE32JXDGJyYnEA1MTEF+zWbC3RdgzJhZ mM=; b=n6qd5VzkrkqLc+M57MFHtaO6DP9UHqrJUnyAS5BhLypldD0v8+WzEUWU3 ABV/loea7aqdrdqBPnuq5rlrjy22nXH3lOBQhBl+x3USCxuTRxxycTzP67gumSYM AJHQnJy//D41lDB/f91P/uCskU0mReTu9ONn5quOQgAU+PQYxcpVIHIIv7pELJnR EvofpLyBleLea4iIpOSwdafRAqKom9Og6KzbSvR76L5McLnl/y8xeJclLdHD6c89 iFRn58Nek1V3WUYEMuW72jpeZuRAc2+n13NXk1RzcsEALnEfZu2IGWRoTYYCserf /owP2SGbFiXp4ROjornYn1mRDOXnQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudduiedguddufecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ffohhmrghinhepthhrrghvihhsqdgtihdrtghomhenucfkphepleefrddvfedruddthedr vdefudenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonh drnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (231.105.23.93.rev.sfr.net [93.23.105.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 2A88B80061; Wed, 6 Nov 2019 02:53:03 -0500 (EST) From: Thomas Monjalon To: Vladimir Medvedkin Cc: David Marchand , dev , Bruce Richardson , "Ananyev, Konstantin" , Aaron Conole Date: Wed, 06 Nov 2019 08:50:42 +0100 Message-ID: <2217498.R0Y2sklYZj@xps> In-Reply-To: References: <9655364.FRNQJ0dWU4@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 00/12] lib: add RIB and FIB liraries 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" 06/11/2019 06:50, David Marchand: > On Wed, Nov 6, 2019 at 12:14 AM Thomas Monjalon wrote: > > Applied, thanks > > The added tests are timeouting: > https://travis-ci.com/DPDK/dpdk/jobs/253293904 > 47/86 DPDK:fast-tests / rib_autotest TIMEOUT 30.01 s > 48/86 DPDK:fast-tests / rib6_autotest TIMEOUT 30.01 s Vladimir, the slow test were supposed to be moved out of fast tests. Please can you fix it quickly?