From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 16A755A69 for ; Mon, 2 Mar 2015 19:23:15 +0100 (CET) Received: by wggx12 with SMTP id x12so35191489wgg.6 for ; Mon, 02 Mar 2015 10:23:14 -0800 (PST) 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=cEeNxxrEseemI5GIs94WJl+EcaJYtL5gsRsRhh4Ggp4=; b=E/1V5JvozxSHSphOB7TC//tp5h3hbi9//394o2nOPBYtDyw6sn/xXihqsOEMNNaIx6 edIRTUeAlN5wajnhCHx/pQS5KAlaSTHD8v1b1TRbm8Kvqs53MTCicXIiL4amMuaUErzh 51+ML6qqVfCClZM/BhtFdJM/54y+bpQp+4AGGqlIZsFg9iKM8gGk1QxEH/65lh6YB8pw 1tcrD9jE78RICr6uB8ejXAFQApAOWm/fdhmjMaYSiGi8O4D5pabSE0JebZHmZvyb8Ihq amFVlOHkMIqA7ayWdNA8aW+EuqpVy8itWDuayYvs9z3wckhNQwrNG8fzAktBcbVIAx2b Lj7Q== X-Gm-Message-State: ALoCoQkTfJIXxz/DvYOsvcNY+J+nHpKP2YbtGTxYTFY94OYXIA6R3JH8E/r2xI6Lg0bmhyod5h8I X-Received: by 10.194.9.98 with SMTP id y2mr62511647wja.85.1425320594852; Mon, 02 Mar 2015 10:23:14 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id y3sm20339569wju.14.2015.03.02.10.23.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Mar 2015 10:23:13 -0800 (PST) From: Thomas Monjalon To: "Liu, Jijiang" Date: Mon, 02 Mar 2015 19:22:40 +0100 Message-ID: <12841334.8ntVCbrk1g@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1424921844-24162-1-git-send-email-jijiang.liu@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 v3 0/3] support TSO on i40e 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: Mon, 02 Mar 2015 18:23:15 -0000 > > This patch set enables i40e TSO feature for both non-tunneling packet and > > tunneling packet. > > > > Change logs: > > v2 change: rework based on Olivier's patch set [PATCH v2 00/20] enhance > > Tx checksum offload API > > http://dpdk.org/ml/archives/dev/2015-February/012375.html > > v3 change: > > 1. split 'enable i40e TSO' patch in v2 into two patches. > > One patch is for moving tx offloads parameters of i40e to separate > > structure. > > And other patch is for enabling i40e TSO feature for both > > non-tunneling packet and tunneling packet > > 2. patch order change > > > > Jijiang Liu (3): > > Move Tx offloads parameters of i40e to separate structure > > Enable i40e TSO feature for both non-tunneling packet and tunneling packet > > Advertise the DEV_TX_OFFLOAD_TCP_TSO flag in the PMD features > > Acked-by: Helin Zhang Applied (actually pulled), thanks This patchset is accepted in RC2 because it was almost ready for RC1 and its impact is limited to i40e.