From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 19/20] thunderx/nicvf: updated driver documentation and release notes Date: Wed, 8 Jun 2016 17:57:16 +0530 Message-ID: <20160608122713.GA4176@localhost.localdomain> References: <1464540424-12631-1-git-send-email-jerin.jacob@caviumnetworks.com> <1465317632-11471-1-git-send-email-jerin.jacob@caviumnetworks.com> <1465317632-11471-20-git-send-email-jerin.jacob@caviumnetworks.com> <57580AC3.2060805@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , Slawomir Rosek To: Ferruh Yigit Return-path: Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0098.outbound.protection.outlook.com [207.46.100.98]) by dpdk.org (Postfix) with ESMTP id C1373ADC8 for ; Wed, 8 Jun 2016 14:27:37 +0200 (CEST) Content-Disposition: inline In-Reply-To: <57580AC3.2060805@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jun 08, 2016 at 01:08:35PM +0100, Ferruh Yigit wrote: > On 6/7/2016 5:40 PM, Jerin Jacob wrote: > > Updated doc/guides/nics/overview.rst, doc/guides/nics/thunderx.rst > > and release notes > > > > Changed "*" to "P" in overview.rst to capture the partially supported > > feature as "*" creating alignment issues with Sphinx table > > > > Signed-off-by: Jerin Jacob > > Signed-off-by: Slawomir Rosek > > Acked-by: John McNamara > > --- > > doc/guides/nics/index.rst | 1 + > > doc/guides/nics/overview.rst | 96 ++++----- > > doc/guides/nics/thunderx.rst | 354 +++++++++++++++++++++++++++++++++ > > doc/guides/rel_notes/release_16_07.rst | 1 + > > 4 files changed, 404 insertions(+), 48 deletions(-) > > create mode 100644 doc/guides/nics/thunderx.rst > > Hi Jerin, > > This patch doesn't apply on top of origin/rel_16_07: > > Applying: thunderx/nicvf: updated driver documentation and release notes > Using index info to reconstruct a base tree... > M doc/guides/nics/overview.rst > Falling back to patching base and 3-way merge... > Auto-merging doc/guides/nics/overview.rst > CONFLICT (content): Merge conflict in doc/guides/nics/overview.rst Hi Ferruh, Since docs files are files keep changing, this patch set has been re-based on latest change-set i.e ca173a909538a2f1082cd0dcb4d778a97dab69c3 not origin/rel_16_07. > > Regards, > ferruh