patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Luca Boccassi <bluca@debian.org>
To: Ciara Power <ciara.power@intel.com>, stable@dpdk.org
Cc: joyce.kong@arm.com
Subject: Re: [dpdk-stable] [PATCH 17.11.7-rc1] test/rwlock: fix missing include
Date: Tue, 01 Oct 2019 09:50:09 +0100	[thread overview]
Message-ID: <d657eb27fa64aeabf7865ddd6ea7f2d028728386.camel@debian.org> (raw)
In-Reply-To: <20190927101453.61228-1-ciara.power@intel.com>

On Fri, 2019-09-27 at 11:14 +0100, Ciara Power wrote:
> Using PRIu64 in print statements caused errors,
> due to the inttypes header file not being included
> at the top of the file. This is now included.
> 
> Fixes: 29e08d740ffc ("test/rwlock: benchmark on all available cores")
> Cc: 
> joyce.kong@arm.com
> 
> Cc: 
> stable@dpdk.org
> 
> 
> Reported-by: WenhuiX Zhu <
> wenhuix.zhu@intel.com
> >
> Signed-off-by: Ciara Power <
> ciara.power@intel.com
> >
> ---
>  test/test/test_rwlock.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/test/test/test_rwlock.c b/test/test/test_rwlock.c
> index 1f327fecf..06788d288 100644
> --- a/test/test/test_rwlock.c
> +++ b/test/test/test_rwlock.c
> @@ -35,6 +35,7 @@
>  #include <stdint.h>
>  #include <unistd.h>
>  #include <sys/queue.h>
> +#include <inttypes.h>
>  
>  #include <rte_common.h>
>  #include <rte_memory.h>

Hello Ciara,

Thanks for sending the patch, but a similar one was merged a few days
earlier:

http://mails.dpdk.org/archives/stable/2019-September/017514.html

-- 
Kind regards,
Luca Boccassi

      reply	other threads:[~2019-10-01  8:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-27 10:14 Ciara Power
2019-10-01  8:50 ` Luca Boccassi [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=d657eb27fa64aeabf7865ddd6ea7f2d028728386.camel@debian.org \
    --to=bluca@debian.org \
    --cc=ciara.power@intel.com \
    --cc=joyce.kong@arm.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).