diff options
| author | Tyler Retzlaff <[email protected]> | 2024-03-06 12:13:54 -0800 |
|---|---|---|
| committer | David Marchand <[email protected]> | 2024-06-11 10:50:44 +0200 |
| commit | 8d76599348e7c821950a23c170ebf339ceb41e74 (patch) | |
| tree | 7808bff4d94b5f1bbc95ffbe51fc0d448bb9e10e /devtools | |
| parent | 96f255314b33a34c5a6034085223da6df7283b3f (diff) | |
pipeline: replace zero length array with flex array
Zero length arrays are GNU extension. Replace with
standard flex array.
Add a temporary suppression for rte_pipeline_table_entry
libabigail bug:
Bugzilla ID: https://sourceware.org/bugzilla/show_bug.cgi?id=31377
Signed-off-by: Tyler Retzlaff <[email protected]>
Reviewed-by: Morten Brørup <[email protected]>
Acked-by: Stephen Hemminger <[email protected]>
Diffstat (limited to 'devtools')
| -rw-r--r-- | devtools/libabigail.abignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 25c73a5e46..5292b6342f 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -33,6 +33,8 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Temporary exceptions till next major ABI version ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +[suppress_type] + name = rte_pipeline_table_entry [suppress_type] name = rte_rcu_qsbr |
