patches for DPDK stable branches
 help / color / mirror / Atom feed
* Re: [PATCH] add missing file to meson build for installation
       [not found] <20220131224821.94408-1-gladdyu@gmail.com>
@ 2022-02-01  9:26 ` Bruce Richardson
  2022-02-02 13:33   ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2022-02-01  9:26 UTC (permalink / raw)
  To: Martijn Bakker; +Cc: dev, stable

On Mon, Jan 31, 2022 at 10:48:21PM +0000, Martijn Bakker wrote:
> Signed-off-by: Martijn Bakker <gladdyu@gmail.com>
> ---

+ Cc: stable@dpdk.org

Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Originally buggy commit is hard to determine, but I believe the fixline
should be:

Fixes: 610beca42ea4 ("build: remove library special cases")


>  lib/eal/include/meson.build | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/eal/include/meson.build b/lib/eal/include/meson.build
> index 86468d1a2b..9700494816 100644
> --- a/lib/eal/include/meson.build
> +++ b/lib/eal/include/meson.build
> @@ -60,6 +60,7 @@ generic_headers = files(
>          'generic/rte_mcslock.h',
>          'generic/rte_memcpy.h',
>          'generic/rte_pause.h',
> +        'generic/rte_pflock.h',
>          'generic/rte_power_intrinsics.h',
>          'generic/rte_prefetch.h',
>          'generic/rte_rwlock.h',
> -- 
> 2.25.1
> 

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

* Re: [PATCH] add missing file to meson build for installation
  2022-02-01  9:26 ` [PATCH] add missing file to meson build for installation Bruce Richardson
@ 2022-02-02 13:33   ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-02-02 13:33 UTC (permalink / raw)
  To: Martijn Bakker, Bruce Richardson; +Cc: stable, dev

01/02/2022 10:26, Bruce Richardson:
> On Mon, Jan 31, 2022 at 10:48:21PM +0000, Martijn Bakker wrote:
> > Signed-off-by: Martijn Bakker <gladdyu@gmail.com>
> > ---
> 
> + Cc: stable@dpdk.org
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Originally buggy commit is hard to determine, but I believe the fixline
> should be:
> 
> Fixes: 610beca42ea4 ("build: remove library special cases")

The original issue is simpler, it has been forgotten when creating rte_pflock:
Fixes: 9667d97c2507 ("pflock: add phase-fair reader writer locks")

Applied, thanks



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

end of thread, other threads:[~2022-02-02 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220131224821.94408-1-gladdyu@gmail.com>
2022-02-01  9:26 ` [PATCH] add missing file to meson build for installation Bruce Richardson
2022-02-02 13:33   ` Thomas Monjalon

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