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

2024-12-31 Thread Andre Muezerie
On Sat, Dec 28, 2024 at 04:13:28PM +0100, Morten Brørup wrote: > > From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > > Sent: Monday, 23 December 2024 20.12 > > > > Ensure __rte_packed_begin and __rte_packed_end show up in pairs > > when checking patches. > > > > Signed-off-by: Andre Mu

RE: [PATCH v7 01/29] devtools: check packed attributes

2024-12-28 Thread Morten Brørup
> From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > Sent: Monday, 23 December 2024 20.12 > > Ensure __rte_packed_begin and __rte_packed_end show up in pairs > when checking patches. > > Signed-off-by: Andre Muezerie > Acked-by: Tyler Retzlaff > --- With GCC, __rte_packed could also

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

2024-12-23 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 | 23 +++ 1 file changed, 23 insertions(+) diff --git a/devtools/checkpatches.sh b/devtools/checkpatche