From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH 2/3] net/mlx5: support generic tunnel offloading Date: Tue, 24 Apr 2018 03:27:35 -0700 Message-ID: <20180424102734.GB84555@yongseok-MBP.local> References: <20180408124121.110975-1-xuemingl@mellanox.com> <20180408124121.110975-3-xuemingl@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Shahaf Shuler , dev@dpdk.org To: Xueming Li Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0062.outbound.protection.outlook.com [104.47.1.62]) by dpdk.org (Postfix) with ESMTP id 586E9374 for ; Tue, 24 Apr 2018 12:27:49 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180408124121.110975-3-xuemingl@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, Apr 08, 2018 at 08:41:20PM +0800, Xueming Li wrote: > This commit adds support for generic tunnel TSO and checksum offload. > PMD will compute the inner/outer headers offset according to the > mbuf fields. Hardware will do calculation based on offsets and types. > > Signed-off-by: Xueming Li > --- Acked-by: Yongseok Koh Thanks