From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 87B6B1B00B for ; Fri, 15 Dec 2017 15:13:35 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EA08520ABC; Fri, 15 Dec 2017 09:13:34 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 15 Dec 2017 09:13:34 -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=TI3RtxqxJ77KpLixfk9o5EeWDa pYjVWvs97hOm8yH+o=; b=ZEFtfWCa/tp5MqBbn3A8K6qdCeMFovDzKnfhc3qhSk 3KpvPMeX4OV6nM/G54F2ir7Kz3E1PY9aADebh+uab2cDXMBDhh48ggIoPMjds1XH fXO7yFhCtvwjUVW26dblzkUSAN400JyIcpEkrVJdugWag7UrJlOydU2Fknn2oyen U= 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=TI3Rtx qxJ77KpLixfk9o5EeWDapYjVWvs97hOm8yH+o=; b=Vd13/QNPCyIaMZoaJ0/LOk CQ0yF/e+CptScQ7mIBqnYLDNL9aZvpiI8ksHFHGyQ5Ynl3l7iyxUWBWotE2HiVvv GykC4oqfKLax+fwFwM9OFHrCeBn+uJR7PgedRxY2fjrDtb3noy0SQ/B49obe9Gn+ Yc708U6vEx50Pa1tN73+JV+EXAzjPV6fe3njbPqYfqbsey9aNok87S3LM0tJjxAC tuJwPSx10XiXHCV2HJvxL98YAnUMYgdbOmXY8NX77Pqi+1Uf85a+Cj7P1ahR5swI ohtyXOjeal4tG3OyoU/ds9Vwx1Tbb5n9lQecnviL3ioldu9XxCcYnud0rlglh6bw == 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 9A525243B8; Fri, 15 Dec 2017 09:13:34 -0500 (EST) From: Thomas Monjalon To: Timothy Redaelli Cc: dev@dpdk.org, Luca Boccassi , Jingjing Wu Date: Fri, 15 Dec 2017 15:13:33 +0100 Message-ID: <1640242.HRj3IDhptZ@xps> In-Reply-To: <1510937047.11864.14.camel@debian.org> References: <36c7fe6e58f1999a16950bfbf6911163957b46af.1510929617.git.tredaelli@redhat.com> <1510937047.11864.14.camel@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/testpmd: Remove xenvirt again 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: Fri, 15 Dec 2017 14:13:35 -0000 17/11/2017 17:44, Luca Boccassi: > On Fri, 2017-11-17 at 15:40 +0100, Timothy Redaelli wrote: > > Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding > > mode") > > > > Signed-off-by: Timothy Redaelli > > Acked-by: Applied with this explanation: The xenvirt PMD was removed from 17.11 while this link parameter was added.