From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v1] add dpdk-quickstart python script Date: Fri, 3 Aug 2018 14:02:02 +0100 Message-ID: <4062b86a-609d-83b8-528f-c0159c9ba427@intel.com> References: <20180803114114.45695-1-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, thomas@monjalon.net, Pablo de Lara , Kirill Rybalchenko To: David Hunt , web@dpdk.org Return-path: In-Reply-To: <20180803114114.45695-1-david.hunt@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 03-Aug-18 12:41 PM, David Hunt wrote: > This patch contains two section. > 1. Updates to the existing quick-start.html page giving > infomration on the new dpdk-quickstart.py script. > 2. The dpdk-quickstart.py script itself. > > 1. The Quick start section contains some instructions for > building DPDK and running TestPMD. > While this is still useful, automating these steps > through a script would provide a much faster and painless > way to have DPDK up and running. The new dpdk-quickstart.py > aims to address this. > > 2. This script performs the following: > - Gets the latest DPDK release > - Gets the necessary dependencies (if needed) > - Builds DPDK with the default target > - Sets up hugepages > - Helps the user to select the ports to use on DPDK > - Runs TestPMD, showing packet forwarding between two ports > > Signed-off-by: Pablo de Lara > Signed-off-by: Kirill Rybalchenko > Signed-off-by: David Hunt > --- Just a side note (and i'm being selfish here, because i want reviews!) - usages like this is exactly what i had in mind when i created the Python library RFC [1]. This has a lot of code duplication with the DPDK devbind etc., which could've been avoided if the code has been more modular. [1] http://patches.dpdk.org/project/dpdk/list/?series=225&state=* -- Thanks, Anatoly