From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 3B199C44E for ; Mon, 13 Apr 2015 22:16:54 +0200 (CEST) Received: by widdi4 with SMTP id di4so65948049wid.0 for ; Mon, 13 Apr 2015 13:16:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Isak/iqqvGrytdixZdZ4m9ZYYfHiKZlyfrbupGCLfDw=; b=BtTiMqmG1LVYL3NfWc/2LHB5CmHqo/dlWQauN1R2xmd74MGmVtzNo2n7B+0cYnpWnn BmWvvUnTosoHVBoEErPZHopkRqVgBAi7yWFjwRqwyNvjODlIhzBfntT0BkWhOiq3qKb8 Y7gXnCLjKmfpReTckOuOa8e9IFaLdqJIFRjlCwPNkL0J6Qz2A743J7s1P4M2ftDmMEq+ TRbaku8RRkwtUhvIBLOfGCvuvKAvc5lLXcPFWvQlxvGrtgBVKR4JyCnUI53Aq/ZDG3nu VzYUG8QYQ66nR2wYJnEJEfNQfSpGEdIdT8NcrVJKKali+uLwh3TqI1MzlO/gNbroYj5b yLKA== X-Gm-Message-State: ALoCoQk0O9F1EU0FIysGKhEQ0FnUGy96R99sGDnJXNgQkJmAqMbihIzHfpfYAkpny8BQlgHKH+Qh X-Received: by 10.194.57.170 with SMTP id j10mr32121927wjq.102.1428956212932; Mon, 13 Apr 2015 13:16:52 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id z12sm12277088wjw.39.2015.04.13.13.16.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2015 13:16:52 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 13 Apr 2015 22:16:11 +0200 Message-ID: <1486358.lAOYeN6U1s@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1428652170-19356-1-git-send-email-thomas.monjalon@6wind.com> References: <1428652170-19356-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] scripts: test null forwarding X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 20:16:54 -0000 > 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.