From patchwork Fri Jul 22 11:05:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 72613 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp935471qga; Fri, 22 Jul 2016 04:06:00 -0700 (PDT) X-Received: by 10.13.204.74 with SMTP id o71mr2388741ywd.80.1469185560027; Fri, 22 Jul 2016 04:06:00 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id e187si8328393qkc.165.2016.07.22.04.05.59; Fri, 22 Jul 2016 04:06:00 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 9813B680F4; Fri, 22 Jul 2016 11:05:59 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 3DD26680D3; Fri, 22 Jul 2016 11:05:56 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 9DDD5680D9; Fri, 22 Jul 2016 11:05:54 +0000 (UTC) Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by lists.linaro.org (Postfix) with ESMTPS id 9BF2D680C1 for ; Fri, 22 Jul 2016 11:05:53 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id g62so83059333lfe.3 for ; Fri, 22 Jul 2016 04:05: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:cc:subject:date:message-id; bh=RI6C0C0bcCwQJsFtHPFdFb4pvEkNCNGTBCyDPH5QV2s=; b=Ga18jApXJjLTmQyg8Ai28fkeSJnv0FK2UEgHs+UJ9WSySuHVERUaP5Rvcnnfas1PWa t+hxuDke+9ZKPoDeqYzGrPY0l/mXC5chgANEhPt8jzMZ8ZhVqPYe5DQTWgaeIXmNNXtl fz3XK5SmWiEJZZKilnecxZxQe7FYPjpn8kDH0jMfACbxDOWF+eaguWlgMtYjObuOYqeS fJXOSjSx8yiMAUBNLdlLEadC60rVWqqv21YTcQcxSfGL+6FWySatob+OQtet4lfXYZGQ gT7gptQw2kHaLFlz5CNgmPsVaHs/hZ4iJj5r5TChphYwZdnAxShi/AJTyYOLYzEyvAEb 1J6w== X-Gm-Message-State: AEkoouuJcmckUjCidbS0vz+CNDSj1/EugsSwR1H9hQGRD4e9Q2EYMynOPZWZLVmWy0/etRyLhb0= X-Received: by 10.46.9.141 with SMTP id 135mr2385291ljj.5.1469185552527; Fri, 22 Jul 2016 04:05:52 -0700 (PDT) Received: from maxim-Aspire-VN7-791.d-systems.local ([185.75.190.112]) by smtp.gmail.com with ESMTPSA id h30sm2858451lji.39.2016.07.22.04.05.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Jul 2016 04:05:51 -0700 (PDT) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Fri, 22 Jul 2016 14:05:46 +0300 Message-Id: <1469185546-22262-1-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 X-Topics: patch Subject: [lng-odp] [PATCH] example: odp_l2fwd place readme with symlink X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" odp_l2fwd is standalone application which can be used as example or as performance test. Hiding it inside performance tests might be not new users friendly way. Create symlink with small readme file for better finding it. Signed-off-by: Maxim Uvarov --- example/l2fwd/README | 8 ++++++++ example/l2fwd/odp_l2fwd.c | 1 + 2 files changed, 9 insertions(+) create mode 100644 example/l2fwd/README create mode 120000 example/l2fwd/odp_l2fwd.c -- 2.7.1.250.gff4ea60 diff --git a/example/l2fwd/README b/example/l2fwd/README new file mode 100644 index 0000000..891620b --- /dev/null +++ b/example/l2fwd/README @@ -0,0 +1,8 @@ + ODP L2FWD application + +Source code and Makefiles placed under test/common_plat/performance/ +directory. + +This L2 forwarding application can be used as example reference as well +as performance test for different odp modes (direct, queue or scheduler +with parallel, atomic or ordered queues). diff --git a/example/l2fwd/odp_l2fwd.c b/example/l2fwd/odp_l2fwd.c new file mode 120000 index 0000000..eea3a34 --- /dev/null +++ b/example/l2fwd/odp_l2fwd.c @@ -0,0 +1 @@ +../../test/common_plat/performance/odp_l2fwd.c \ No newline at end of file