From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH 3/3] net/mlx5: allow max 192B TSO inline header length Date: Tue, 24 Apr 2018 02:18:44 -0700 Message-ID: <20180424091843.GB84177@yongseok-MBP.local> References: <20180408124121.110975-1-xuemingl@mellanox.com> <20180408124121.110975-4-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-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0057.outbound.protection.outlook.com [104.47.2.57]) by dpdk.org (Postfix) with ESMTP id 1F89DE5D for ; Tue, 24 Apr 2018 11:19:02 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180408124121.110975-4-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:21PM +0800, Xueming Li wrote: > Change max inline header length to 192B to allow IPv6 VXLAN TSO headers > and header with options that more than 128B. > > Signed-off-by: Xueming Li > --- Acked-by: Yongseok Koh Thanks