From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ip_pipeline: add Python script file for creating visual diagram of IP pipeline config file Date: Mon, 11 Jul 2016 17:29:57 +0200 Message-ID: <2020300.RGHe2OjfZK@xps13> References: <1466704213-127847-1-git-send-email-jasvinder.singh@intel.com> <1467130945-130512-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "Dumitrescu, Cristian" To: "Singh, Jasvinder" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id BCA3F3F9 for ; Mon, 11 Jul 2016 17:30:02 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id i5so22557520wmg.0 for ; Mon, 11 Jul 2016 08:30:02 -0700 (PDT) In-Reply-To: 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" > > This commit adds Python script for generating diagram of the application > > configuration file. This script requires graphviz package to be installed > > on the machine. The input config file is translated to an output file in > > DOT syntax, which is then used to create the image file using graphviz. > > > > To run the script, following command is used; > > > > ./diagram-generator.py -f > > > > Some optional arguments are as follows: > > -h, --help show this help message and exit > > > > Signed-off-by: Jasvinder Singh > > Signed-off-by: Cristian Dumitrescu > > Acked-by: Cristian Dumitrescu > > > The subject line is too long: > > $ scripts/check-git-log.sh > Headline too long: > ip_pipeline: add Python script file for creating visual diagram of IP pipeline config file > > I would suggest something like: > > ip_pipeline: add script for creating config diagrams or examples/ip_pipeline: add config diagram generator > The code looks good though, so: > > Acked-by: John McNamara Applied, thanks This example become more and more complex...