patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Yongseok Koh <yskoh@mellanox.com>
To: Luca Boccassi <bluca@debian.org>
Cc: "stable@dpdk.org" <stable@dpdk.org>,
	"christian.ehrhardt@canonical.com"
	<christian.ehrhardt@canonical.com>,
	"ktraynor@redhat.com" <ktraynor@redhat.com>
Subject: Re: [dpdk-stable] [PATCH stable-scripts 1/2] Fix variable assignment in RC version calculation
Date: Fri, 7 Sep 2018 18:46:53 +0000	[thread overview]
Message-ID: <896507C8-B8D9-4125-A2AD-006B48E11016@mellanox.com> (raw)
In-Reply-To: <20180907123345.31775-1-bluca@debian.org>


> On Sep 7, 2018, at 5:33 AM, Luca Boccassi <bluca@debian.org> wrote:
> 
> Signed-off-by: Luca Boccassi <bluca@debian.org>
> ---
> 4-final-review | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/4-final-review b/4-final-review
> index 0c2a64e..16a71e5 100755
> --- a/4-final-review
> +++ b/4-final-review
> @@ -7,7 +7,7 @@ assert_current_branch
> RTE_VER_RELEASE=$(awk '/#define RTE_VER_RELEASE/ { print $3 }' \
> 	$DPDK_DIR/lib/librte_eal/common/include/rte_version.h)
> [ $RTE_VER_RELEASE -eq 16 ] && {
> -	$RTE_VER_RELEASE=1
> +	RTE_VER_RELEASE=1

Oops, by bad.

Acked-by: Yongseok Koh <yskoh@mellanox.com>

Thanks

> } || {
> 	let RTE_VER_RELEASE+=1
> }
> -- 
> 2.18.0
> 

      parent reply	other threads:[~2018-09-07 18:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-07 12:33 Luca Boccassi
2018-09-07 12:33 ` [dpdk-stable] [PATCH stable-scripts 2/2] Update Meson version if present Luca Boccassi
2018-09-07 18:47   ` Yongseok Koh
2018-09-07 18:46 ` Yongseok Koh [this message]

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=896507C8-B8D9-4125-A2AD-006B48E11016@mellanox.com \
    --to=yskoh@mellanox.com \
    --cc=bluca@debian.org \
    --cc=christian.ehrhardt@canonical.com \
    --cc=ktraynor@redhat.com \
    --cc=stable@dpdk.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).