From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 2/2] octeontx: move mbox to common folder Date: Wed, 04 Apr 2018 16:37:23 +0200 Message-ID: <1886157.z39ERnLC95@xps> References: <20180319092726.10153-1-pbhagavatula@caviumnetworks.com> <20180404143025.17190-1-pbhagavatula@caviumnetworks.com> <20180404143025.17190-2-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com, anatoly.burakov@intel.com, lironh@marvell.com, bruce.richardson@intel.com, fiona.trahe@intel.com, shreyansh.jain@nxp.com, hemant.agrawal@nxp.com, dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E42271C693 for ; Wed, 4 Apr 2018 16:37:26 +0200 (CEST) In-Reply-To: <20180404143025.17190-2-pbhagavatula@caviumnetworks.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" Hi Pavan, 04/04/2018 16:30, Pavan Nikhilesh: > --- a/doc/guides/rel_notes/release_18_05.rst > +++ b/doc/guides/rel_notes/release_18_05.rst > @@ -182,6 +182,7 @@ The libraries prepended with a plus sign were incremented in this version. > librte_table.so.3 > librte_timer.so.1 > librte_vhost.so.3 > + librte_common_octeontx.so.1 General tip: when we have lists, we want to keep them in an order which will be easy to read and maintain. In this case, it is an alphabetical order. I will fix it on apply.