From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: add meter to the actions table Date: Wed, 31 Jan 2018 23:43:43 +0100 Message-ID: <1925577.k3VZBHcXmP@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil , wenzhuo.lu@intel.com, jingjing.wu@intel.com, jasvinder.singh@intel.com, stable@dpdk.org To: Tomasz Duszynski Return-path: In-Reply-To: <20180130100029.GG4256@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > > Acked-by: Jasvinder Singh > > 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 Applied, thanks