Skip to content

Commit

Permalink
pflock: fix header file installation
Browse files Browse the repository at this point in the history
[ upstream commit 44f44d8 ]

The generic header file was missing
in the list of files to install.

Fixes: 9667d97 ("pflock: add phase-fair reader writer locks")

Signed-off-by: Martijn Bakker <gladdyu@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
Gladdy authored and kevintraynor committed Feb 21, 2022
1 parent 86f7ed0 commit 1e770ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/eal/include/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1e770ae

Please sign in to comment.