From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9D0641B1B3; Thu, 18 Jan 2018 01:08:04 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3717020A62; Wed, 17 Jan 2018 19:08:04 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 17 Jan 2018 19:08:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ncpkMMAUtiP0m1AzfeOCv5E+QN MIoJGv7/3Q4gFDq54=; b=aLnp0ZTpaYcoCGyke6w+EEyOOLHC72MKdRdb9Ul3NY fU2mdO/FK63UFlFswBBpcR/S3p8BhgupKOCKQ+70IRul7WOSjqV9l6yKhQKmJM93 ZcDAD8RVYrrajKVLATJs557jSwnKBH0O42iOcqTZKoG4abv4fQ6kSiaPkv13R9sm k= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ncpkMM AUtiP0m1AzfeOCv5E+QNMIoJGv7/3Q4gFDq54=; b=QCv0Rfb0SkPFWq5DTF59WO IJhg8jWRJJ+jCkfRa/pSScsgvq+k8DCg3G2A7d1P9NJ3duL8skfRue0IkwGpC3Mb cTZtU3x0Y5+gyb/wFWM7/hC+rhT4RAtFGy6HhFg4N3r8i0Amae7LNwCfClQ981qi eoIP8JekK+SAGoeMw3RFdhnIORYi0CdLfYGVUNzoPqLSYV+OwZKakZBT6FbXklRp 7C+cpWKHlcJO3L5UMk9q10iWnD4c/WLt2doybzgneoG+triFg7qx6ywoZ7FqkqRQ PKwRCS3hTtw0+V+/ObYk2foizxto2ZGc3IUlUjpEuBqR+nujOgntBpakhNwCa87g == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DE17C7E46B; Wed, 17 Jan 2018 19:08:03 -0500 (EST) From: Thomas Monjalon To: Bernard Iremonger Cc: dev@dpdk.org, anatoly.burakov@intel.com, stable@dpdk.org Date: Thu, 18 Jan 2018 01:07:31 +0100 Message-ID: <2894479.4daWApqTLI@xps> In-Reply-To: <1515062386-30337-1-git-send-email-bernard.iremonger@intel.com> References: <1515062386-30337-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: fix flow classify test 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, 18 Jan 2018 00:08:04 -0000 04/01/2018 11:39, Bernard Iremonger: > Remove the requirement to have a port bound to igb_uio in > order to run this test suite. > > Fixes: 9c9befea4f57 ("test: add flow classify unit tests") Cc: stable@dpdk.org > Reported by: Anatoly Burakov > > Signed-off-by: Bernard Iremonger Applied, thanks