Re: [PATCH] eal: fix alignment of RISCV xmm vector type

2023-11-18 Thread Thomas Monjalon
17/11/2023 12:18, Morten Brørup: > +CC Thomas, this patch is ready to be applied to 23.11. > > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > Sent: Friday, 17 November 2023 11.55 > > > > On Thu, Nov 16, 2023 at 08:45:35AM +0100, Morten Brørup wrote: > > > > From: Stanisław Karda

RE: [PATCH] eal: fix alignment of RISCV xmm vector type

2023-11-17 Thread Morten Brørup
+CC Thomas, this patch is ready to be applied to 23.11. > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Friday, 17 November 2023 11.55 > > On Thu, Nov 16, 2023 at 08:45:35AM +0100, Morten Brørup wrote: > > > From: Stanisław Kardach [mailto:k...@semihalf.com] > > > Sent: Thurs

Re: [PATCH] eal: fix alignment of RISCV xmm vector type

2023-11-17 Thread Bruce Richardson
On Thu, Nov 16, 2023 at 08:45:35AM +0100, Morten Brørup wrote: > > From: Stanisław Kardach [mailto:k...@semihalf.com] > > Sent: Thursday, 16 November 2023 00.21 > > > > On Wed, Nov 15, 2023 at 10:31 PM Morten Brørup > > wrote: > > > > > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.co

RE: [PATCH] eal: fix alignment of RISCV xmm vector type

2023-11-15 Thread Morten Brørup
> From: Stanisław Kardach [mailto:k...@semihalf.com] > Sent: Thursday, 16 November 2023 00.21 > > On Wed, Nov 15, 2023 at 10:31 PM Morten Brørup > wrote: > > > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > > Sent: Wednesday, 15 November 2023 22.17 > > > > > > Fix the alignmen

Re: [PATCH] eal: fix alignment of RISCV xmm vector type

2023-11-15 Thread Stanisław Kardach
On Wed, Nov 15, 2023 at 10:31 PM Morten Brørup wrote: > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Wednesday, 15 November 2023 22.17 > > > > Fix the alignment for rte_xmm_t it should be 16 instead of 8 bytes. > > > > Fixes: f22e705ebf12 ("eal/riscv: support RISC-V ar

RE: [PATCH] eal: fix alignment of RISCV xmm vector type

2023-11-15 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Wednesday, 15 November 2023 22.17 > > Fix the alignment for rte_xmm_t it should be 16 instead of 8 bytes. > > Fixes: f22e705ebf12 ("eal/riscv: support RISC-V architecture") > Cc: m...@semihalf.com > Cc: sta...@dpdk.org > Signed-

[PATCH] eal: fix alignment of RISCV xmm vector type

2023-11-15 Thread Tyler Retzlaff
Fix the alignment for rte_xmm_t it should be 16 instead of 8 bytes. Fixes: f22e705ebf12 ("eal/riscv: support RISC-V architecture") Cc: m...@semihalf.com Cc: sta...@dpdk.org Signed-off-by: Tyler Retzlaff --- lib/eal/riscv/include/rte_vect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d