From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: fix queue mapping documentation Date: Wed, 18 Jul 2018 09:13:38 +0100 Message-ID: References: <20180629094443.26540-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: thomas@monjalon.net, stable@dpdk.org To: Andrew Rybchenko , Jerin Jacob , dev@dpdk.org Return-path: In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/29/2018 4:16 PM, Andrew Rybchenko wrote: > On 06/29/2018 12:44 PM, Jerin Jacob wrote: >> The RTE_MAX_ETHPORT_QUEUE_STATS_MAPS does not exists, change >> to the correct definition(RTE_ETHDEV_QUEUE_STAT_CNTRS) >> >> Fixes: 5de201df8927 ("ethdev: add stats per queue") >> Cc: stable@dpdk.org >> >> Signed-off-by: Jerin Jacob > > Reviewed-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.