From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/4] ethdev: add Rx offload outer UDP checksum definition Date: Wed, 03 Oct 2018 10:35:04 +0200 Message-ID: <4436965.z0pH4WHX7F@xps> References: <20180913134707.23698-1-jerin.jacob@caviumnetworks.com> <20181003075712.GA2003@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Andrew Rybchenko , Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , John McNamara , Marko Kovacevic , Ferruh Yigit , Olivier Matz , dev@dpdk.org, shahafs@mellanox.com, "Ananyev, Konstantin" To: Jerin Jacob Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 503864CA6 for ; Wed, 3 Oct 2018 10:35:08 +0200 (CEST) In-Reply-To: <20181003075712.GA2003@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.