From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 894B1593A for ; Wed, 7 Oct 2015 14:24:52 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so25692431wic.0 for ; Wed, 07 Oct 2015 05:24:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=1lHZ/M5bPo1ZHQztEk0EwKqGykpqHMVMTQn90ArRhOc=; b=gPF8FQ9elqYBsIntzoOyEQyznjXBpWMROR/7doWshj9SunLfxbqd6JbPkd2tk/f9CN 6AJvDUN01tzhHN2VLNLiqIvXH/bDCqcxY5rJpa/LGsaLI3rjsPbFpAQspFQBCH8GyN2h rGxh7fWA6cXfRb65XLzItlk1f42ncS934eGSgImoonbBjoYAFwB7pT+0+sTKtWpU7YZK 9SM74YMVkLEr4IXFB06S/uQ6553jDMnLFBMAQW8dALjbKpKFGU+JqO8tYcN67c5O/2VH EgNm65jhwYc5BOVHd+hbO0LtuRf88mxoF2UWwk5R6E835PyfPgccA+bmlkMmkMf/PNYr aCZA== X-Gm-Message-State: ALoCoQmpEf/OIJLdzgMkpCdoWqdcibYAXi3YS5VIDqYLWX4H4WUyvgwVWh6rR7aZ4w7B/qz5tS2L X-Received: by 10.180.102.226 with SMTP id fr2mr25131888wib.3.1444220692362; Wed, 07 Oct 2015 05:24:52 -0700 (PDT) Received: from xps13.localnet ([89.101.192.72]) by smtp.gmail.com with ESMTPSA id bu19sm38879932wjb.45.2015.10.07.05.24.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Oct 2015 05:24:51 -0700 (PDT) From: Thomas Monjalon To: Jing Chen Date: Wed, 07 Oct 2015 14:23:43 +0200 Message-ID: <1634361.Wz5LFTkq02@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1443168550-6648-1-git-send-email-xiao.w.wang@intel.com> References: <1443168550-6648-1-git-send-email-xiao.w.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fm10k: enable TSO support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 12:24:52 -0000 2015-09-25 16:09, Wang Xiao W: > This patch enables fm10k TSO feature for both non-tunneling packet > and tunneling packet. > > Signed-off-by: Wang Xiao W Please Jing, a review is required. First comment: the release notes is not updated accordingly.