From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 054091B851;
 Wed, 31 Jan 2018 23:44:30 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 5B8BD20BA3;
 Wed, 31 Jan 2018 17:44:30 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Wed, 31 Jan 2018 17:44:30 -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=aLLFo16wIHR8+b00OYYoezAouA
 NbVKBrFO1XzSst6JU=; b=fwRCCizChr6rhlJSAsnacjGm3tINUc2UC+v+JC9TWb
 xZeevDY4gfNYa/XQoVb2rEii/t6THpCEzx9uQ34msszS/8rNHKNrNC/+pDOwQI2J
 9wQdP9/vxSr0z47dyNxwlfCk/NbZu77hpam/pCSB3ucuTdD/8LFbhA4xsP9Qjmb3
 E=
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=aLLFo1
 6wIHR8+b00OYYoezAouANbVKBrFO1XzSst6JU=; b=YeVCHKroPeyHLaqGicD+xc
 LEo8gf76A0XbFGeSOuSxV8WE5qfrWhac1pYPB5HclpVZZbVNaHx5soCayl/QGQqH
 Tdqb9VVPUxLUecii7eFRS1Tr+ObJLkSqIhip4j3vcwynQszsSR+UK0zyQ5XQCpzR
 Ruuls0eyy4JnSmVPrfpa/rRpuf9G5r9N8DpvArONomPmR/0hc4+2JR2C8alayq8E
 996VbGXkk7EjeIo5wPa3Rd+nLG2FKq1BOUjahdqr59r3qzUQrpHcvVLtzAeUWm+2
 jjE8M2Vm6i4qP69/tazIBBJ9BTDlFtUBZNvYG8391SaXZNaCvrOc3pnLmJlXvXlQ
 ==
X-ME-Sender: <xms:zkZyWkSw-6Ba8fr1xfNABdzoinl9HBUAltmTd24yhEZV-U0PIu0szA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id ECAFC7E697;
 Wed, 31 Jan 2018 17:44:29 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Tomasz Duszynski <tdu@semihalf.com>
Cc: dev@dpdk.org, Adrien Mazarguil <adrien.mazarguil@6wind.com>,
 wenzhuo.lu@intel.com, jingjing.wu@intel.com, jasvinder.singh@intel.com,
 stable@dpdk.org
Date: Wed, 31 Jan 2018 23:43:43 +0100
Message-ID: <1925577.k3VZBHcXmP@xps>
In-Reply-To: <20180130100029.GG4256@6wind.com>
References: <1515678563-13424-1-git-send-email-tdu@semihalf.com>
 <1517140719-18237-1-git-send-email-tdu@semihalf.com>
 <20180130100029.GG4256@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: add meter to the
	actions table
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 31 Jan 2018 22:44:31 -0000

30/01/2018 11:00, Adrien Mazarguil:
> On Sun, Jan 28, 2018 at 12:58:39PM +0100, Tomasz Duszynski wrote:
> > Since METER action is supported by the testpmd application
> > suitable entry should exist in flow actions information table.
> > 
> > Without that testpmd will return error on adding a new flow to
> > the list of flows attached to a given port.
> > 
> > Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
> > Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
> 
> I think it's also candidate for:
> 
> Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and policing")
> Cc: stable@dpdk.org
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Applied, thanks