From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: update multi process memory image Date: Thu, 07 Apr 2016 12:15:20 +0200 Message-ID: <1887271.M2UoVoV3uR@xps13> References: <1459948663-6882-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Harry van Haaren Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 1CE612BE4 for ; Thu, 7 Apr 2016 12:17:00 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id l6so18667171wml.1 for ; Thu, 07 Apr 2016 03:17:00 -0700 (PDT) In-Reply-To: <1459948663-6882-1-git-send-email-harry.van.haaren@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" 2016-04-06 14:17, Harry van Haaren: > This patch updates the titles in the multiprocess memory image > to read "Primary Process" and "Secondary Process" instead of > "DPDK Server Process" and "Customer Client Process". > > The rest of the image has been converted from PNG to SVG. > > Signed-off-by: Harry van Haaren > > --- > > PS: Have to send this patch with git send-email --no-validate, as the PNG > content being removed has too many characters on one line. I will test > applying it from patchwork and self-NACK if it doesn't apply. Applied manually because the lines in the PNG are wrapped. One more evidence that binary formats are not suitable :) Thanks