Re: [PATCH v8 01/29] devtools: check packed attributes

2025-01-07 Thread David Marchand
Hello Andre, On Tue, Dec 31, 2024 at 7:39 PM Andre Muezerie wrote: > > Ensure __rte_packed_begin and __rte_packed_end show up in pairs > when checking patches. > > Signed-off-by: Andre Muezerie > Acked-by: Tyler Retzlaff > --- > devtools/checkpatches.sh | 43 +++

[PATCH v8 01/29] devtools: check packed attributes

2024-12-31 Thread Andre Muezerie
Ensure __rte_packed_begin and __rte_packed_end show up in pairs when checking patches. Signed-off-by: Andre Muezerie Acked-by: Tyler Retzlaff --- devtools/checkpatches.sh | 43 1 file changed, 43 insertions(+) diff --git a/devtools/checkpatches.sh b/dev