All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] iperf: Update to version 2.0.5
Date: Fri, 05 Oct 2012 12:37:36 -0400	[thread overview]
Message-ID: <20121005163736.GG23366@denix.org> (raw)
In-Reply-To: <1349419808-21687-1-git-send-email-fcooper@ti.com>

On Fri, Oct 05, 2012 at 01:50:08AM -0500, Franklin S. Cooper Jr wrote:
> * Upgrading to newer version of iperf.
> * Newer versions of iperf reduced CPU load thus increasing performance in
>   wl12xx tests.

I know this recipe is mostly the same as the copy from meta-oe, just with 
updated version, but it can be cleaned up in several places... I guess I'll 
try submitting it for meta-oe then.

-- 
Denys


> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-benchmark/iperf/iperf_2.0.5.bb         |   34 ++++++++++++++++++++
>  1 files changed, 34 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-extras/recipes-benchmark/iperf/iperf_2.0.5.bb
> 
> diff --git a/meta-arago-extras/recipes-benchmark/iperf/iperf_2.0.5.bb b/meta-arago-extras/recipes-benchmark/iperf/iperf_2.0.5.bb
> new file mode 100644
> index 0000000..aff06b2
> --- /dev/null
> +++ b/meta-arago-extras/recipes-benchmark/iperf/iperf_2.0.5.bb
> @@ -0,0 +1,34 @@
> +DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics"
> +HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/"
> +SECTION = "console/network"
> +LICENSE = "NewBSD"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298"
> +
> +SRC_URI = " ${SOURCEFORGE_MIRROR}/iperf/iperf-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "44b5536b67719f4250faed632a3cd016"
> +SRC_URI[sha256sum] = "636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b"
> +
> +PR = "r0"
> +
> +inherit autotools
> +
> +S="${WORKDIR}/iperf-${PV}"
> +
> +EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
> +
> +do_configure() {
> +	export ac_cv_func_malloc_0_nonnull=yes
> +	gnu-configize
> +	oe_runconf
> +}
> +
> +do_compile() {
> +	cd ${WORKDIR}/iperf-${PV}
> +	oe_runmake
> +}
> +
> +do_install() {
> +	cd ${WORKDIR}/iperf-${PV}/src
> +	oe_runmake DESTDIR=${D} install
> +}
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


  parent reply	other threads:[~2012-10-05 16:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-05  6:50 [PATCH] iperf: Update to version 2.0.5 Franklin S. Cooper Jr
2012-10-05 12:38 ` Maupin, Chase
2012-10-05 16:32   ` Denys Dmytriyenko
2012-10-05 16:37 ` Denys Dmytriyenko [this message]
2012-10-05 16:58 ` Denys Dmytriyenko
2012-10-05 17:20   ` Cooper Jr., Franklin
2012-10-05 17:22     ` Denys Dmytriyenko
2012-10-06 18:49       ` Cooper Jr., Franklin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121005163736.GG23366@denix.org \
    --to=denys@ti.com \
    --cc=fcooperjr27@gmail.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.