From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E1C822D13 for ; Tue, 16 Jan 2018 08:18:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2018 23:18:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,367,1511856000"; d="scan'208";a="23678483" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.109]) ([10.67.119.109]) by orsmga001.jf.intel.com with ESMTP; 15 Jan 2018 23:18:35 -0800 Message-ID: <5A5E15D6.7080104@intel.com> Date: Tue, 16 Jan 2018 23:10:14 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Lijuan Tu , dts@dpdk.org References: <1516115833-4729-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1516115833-4729-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH]Convert dts to new Tx offload API X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jan 2018 07:18:38 -0000 Thanks, lijuan. Applied. On 01/16/2018 11:17 PM, Lijuan Tu wrote: > dpdk18.02 tx offloads API changed. > dpdk commit 28da7d752bf0("app/testpmd: remove txqflags option") > > As app/testpmd is now using the new Ethdev offloads API, > and there is necessary to change DTS to align to it. > > Signed-off-by: Lijuan Tu