From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: test null forwarding Date: Mon, 13 Apr 2015 22:16:11 +0200 Message-ID: <1486358.lAOYeN6U1s@xps13> References: <1428652170-19356-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1428652170-19356-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > This script ease testing of basic initializations and Rx/Tx bursts. > It may help to check obvious regressions. > In order to run it on a standard development machine, it doesn't use > neither hugepages nor real interfaces. > > The optional parameters are: > - build directory (default: build) > - coremask (default: 3 i.e. cores 0 and 1) > > Signed-off-by: Thomas Monjalon Added BSD header and applied.