From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/fm10k: fix FTAG mode on multi-queue Date: Fri, 15 Jul 2016 22:57:56 +0200 Message-ID: <1688708.UTxzrkBW60@xps13> References: <1468579120-12350-1-git-send-email-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jing.d.chen@intel.com To: Xiao Wang Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 5B61A5581 for ; Fri, 15 Jul 2016 22:57:58 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id i5so44791118wmg.0 for ; Fri, 15 Jul 2016 13:57:58 -0700 (PDT) In-Reply-To: <1468579120-12350-1-git-send-email-xiao.w.wang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-15 18:38, Xiao Wang: > In multi-queue + FTAG use case, we need to turn tx_ftag_en on for all > the Tx queues. > > Fixes: 7958b1310d5e ("fm10k: enable FTAG based forwarding") > > Reported-by: Ricky Li > Signed-off-by: Xiao Wang Applied, thanks