From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix the wrong prompt for VF TSO Date: Wed, 28 Oct 2015 14:18:02 +0100 Message-ID: <3728647.dfuuoAIro7@xps13> References: <1441936817-20767-1-git-send-email-wenzhuo.lu@intel.com> <9BB6961774997848B5B42BEC655768F8D00B50@SHSMSX104.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Lu, Wenzhuo" Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 939708DA4 for ; Wed, 28 Oct 2015 14:19:13 +0100 (CET) Received: by wicll6 with SMTP id ll6so198155568wic.0 for ; Wed, 28 Oct 2015 06:19:13 -0700 (PDT) In-Reply-To: <9BB6961774997848B5B42BEC655768F8D00B50@SHSMSX104.ccr.corp.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" > > When setting TSO on VF ixgbe NICs, for example, 82599, x550, the prompt > > that TSO is not supported will be printed. But TSO is supported by VF ixgbe > > NICs. > > We should add TSO to the capability flag, so, we will not see the wrong > > prompt. > > > > Signed-off-by: Wenzhuo Lu > Acked-by: Jingjing Wu Applied, thanks