From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 26/40] net/dpaa: add support for MTU update Date: Fri, 22 Sep 2017 00:07:38 +0200 Message-ID: <4032615.AoB34TpWXn@xps> References: <1499179471-19145-1-git-send-email-shreyansh.jain@nxp.com> <20170823141213.25476-1-shreyansh.jain@nxp.com> <20170823141213.25476-27-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com To: Shreyansh Jain Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 2F8867CFD for ; Fri, 22 Sep 2017 00:07:39 +0200 (CEST) In-Reply-To: <20170823141213.25476-27-shreyansh.jain@nxp.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" 23/08/2017 16:11, Shreyansh Jain: > Signed-off-by: Hemant Agrawal > Signed-off-by: Shreyansh Jain > --- > doc/guides/nics/features/dpaa.ini | 1 + > drivers/net/dpaa/dpaa_ethdev.c | 21 +++++++++++++++++++++ It is very good to update features matrix and code in the same patch. History tracking will be easy, thanks. About the title, every patches start with "add support for". It is wasting 7 characters :) You could just say "support". Example: net/dpaa: support MTU update