On Wed, May 24, 2023 at 10:12:44PM +0200, David Marchand wrote:
> Hello Bruce,
>
> For you again, review please.
>
>
> On Thu, Mar 23, 2023 at 11:54 PM Tyler Retzlaff
> wrote:
> >
> > Replace the use of rte_atomic.h types and functions, instead use GCC
> > supplied C++11 memory model builtins.
Hello Bruce,
For you again, review please.
On Thu, Mar 23, 2023 at 11:54 PM Tyler Retzlaff
wrote:
>
> Replace the use of rte_atomic.h types and functions, instead use GCC
> supplied C++11 memory model builtins.
>
> Signed-off-by: Tyler Retzlaff
> ---
> drivers/net/ring/rte_eth_ring.c | 26 +++
Replace the use of rte_atomic.h types and functions, instead use GCC
supplied C++11 memory model builtins.
Signed-off-by: Tyler Retzlaff
---
drivers/net/ring/rte_eth_ring.c | 26 --
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/drivers/net/ring/rte_eth_r
3 matches
Mail list logo