patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 17.11] test/rwlock: add missing inttypes include
@ 2019-09-24 18:22 luca.boccassi
  2019-09-24 18:29 ` Kevin Traynor
  0 siblings, 1 reply; 2+ messages in thread
From: luca.boccassi @ 2019-09-24 18:22 UTC (permalink / raw)
  To: stable; +Cc: joyce.kong, ktraynor

From: Luca Boccassi <luca.boccassi@microsoft.com>

The custom backport for 17.11 missed it, and the test build fails.

Fixes: 29e08d740ffc ("test/rwlock: benchmark on all available cores")

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.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 1f327fecfa..855ebf49e7 100644
--- a/test/test/test_rwlock.c
+++ b/test/test/test_rwlock.c
@@ -33,6 +33,7 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include <inttypes.h>
 #include <unistd.h>
 #include <sys/queue.h>
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-stable] [PATCH 17.11] test/rwlock: add missing inttypes include
  2019-09-24 18:22 [dpdk-stable] [PATCH 17.11] test/rwlock: add missing inttypes include luca.boccassi
@ 2019-09-24 18:29 ` Kevin Traynor
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Traynor @ 2019-09-24 18:29 UTC (permalink / raw)
  To: luca.boccassi, stable; +Cc: joyce.kong

On 24/09/2019 19:22, luca.boccassi@gmail.com wrote:
> From: Luca Boccassi <luca.boccassi@microsoft.com>
> 
> The custom backport for 17.11 missed it, and the test build fails.
> 
> Fixes: 29e08d740ffc ("test/rwlock: benchmark on all available cores")
> 
> Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.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 1f327fecfa..855ebf49e7 100644
> --- a/test/test/test_rwlock.c
> +++ b/test/test/test_rwlock.c
> @@ -33,6 +33,7 @@
>  
>  #include <stdio.h>
>  #include <stdint.h>
> +#include <inttypes.h>
>  #include <unistd.h>
>  #include <sys/queue.h>
>  
> 

Acked-by: Kevin Traynor <ktraynor@redhat.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-24 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24 18:22 [dpdk-stable] [PATCH 17.11] test/rwlock: add missing inttypes include luca.boccassi
2019-09-24 18:29 ` Kevin Traynor

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).