From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH v2 1/4] ethdev: add Rx offload outer UDP checksum definition Date: Wed, 3 Oct 2018 11:36:14 +0300 Message-ID: <05d21d69-9829-7b70-93ad-fbbe3c2bc73a@solarflare.com> References: <20180913134707.23698-1-jerin.jacob@caviumnetworks.com> <20181003075712.GA2003@jerin> <4436965.z0pH4WHX7F@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , John McNamara , Marko Kovacevic , Ferruh Yigit , Olivier Matz , , , "Ananyev, Konstantin" To: Thomas Monjalon , Jerin Jacob Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 0868D5A6A for ; Wed, 3 Oct 2018 10:37:06 +0200 (CEST) In-Reply-To: <4436965.z0pH4WHX7F@xps> Content-Language: en-GB 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 10/3/18 11:35 AM, Thomas Monjalon wrote: > 03/10/2018 09:57, Jerin Jacob: >> From: Andrew Rybchenko >>> 1. I'm not sure that it is OK that mbuf and ethdev changes go in one patch. >>> It seems typically mbuf changes go separately and mbuf changes should >>> be applied to main dpdk repo. >> I don't have strong opinion on this. If there are no other objection, I >> will split the patch further as mbuf and ethdev as you pointed out. > Those flags are handled in mbuf and ethdev. > As it is closely related, I think it is better to get the changes > in one patch, as you did. OK, thanks for clarification.