From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/sfc: pass HW Tx queue index on creation Date: Fri, 21 Dec 2018 15:18:31 +0000 Message-ID: References: <1545394539-5074-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Andrew Rybchenko , dev@dpdk.org Return-path: In-Reply-To: <1545394539-5074-1-git-send-email-arybchenko@solarflare.com> 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 12/21/2018 12:15 PM, Andrew Rybchenko wrote: > Software indexes are PMD internal and should not be passed outside. > Right now SW and HW indexes of the Tx queue match, so it is just > a cosmetic fix. > > Fixes: dbdc82416b72 ("net/sfc: factor out libefx-based Tx datapath") > Cc: stable@dpdk.org > > Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.