Re: [PATCH v6 1/7] event/dlb2: include headers for vector and memory copy APIs

2024-10-09 Thread Stephen Hemminger
On Fri, 20 Sep 2024 12:27:10 +0200 Mattias Rönnblom wrote: > The DLB2 PMD depended on being included as a side-effect > of being included. > > In addition, DLB2 used rte_memcpy() but did not include , > but rather depended on other include files to do so. > > This patch addresses both of thos

RE: [PATCH v6 1/7] event/dlb2: include headers for vector and memory copy APIs

2024-10-09 Thread Morten Brørup
Acked-by: Morten Brørup

[PATCH v6 1/7] event/dlb2: include headers for vector and memory copy APIs

2024-09-20 Thread Mattias Rönnblom
The DLB2 PMD depended on being included as a side-effect of being included. In addition, DLB2 used rte_memcpy() but did not include , but rather depended on other include files to do so. This patch addresses both of those issues. Signed-off-by: Mattias Rönnblom Acked-by: Bruce Richardson ---