RE: [EXTERNAL] [PATCH] cryptodev: allow use of global variables from C++

2025-05-21 Thread Akhil Goyal
> > Avoid C++ name mangling of the two global variables being exported > > from . > > > > Suggested-by: David Marchand > > Signed-off-by: Mattias Rönnblom > > --- > > lib/cryptodev/rte_crypto_asym.h | 8 > > 1 file changed, 8 insertions(+) > > > > diff --git a/lib/cryptodev/rte_crypto_a

RE: [EXTERNAL] [PATCH] cryptodev: allow use of global variables from C++

2025-03-02 Thread Akhil Goyal
Hi Mattias, Can you update this patch? > > Avoid C++ name mangling of the two global variables being exported > > from . > > > > Suggested-by: David Marchand > > Signed-off-by: Mattias Rönnblom > > --- > > lib/cryptodev/rte_crypto_asym.h | 8 > > 1 file changed, 8 insertions(+) > > >

RE: [EXTERNAL] [PATCH] cryptodev: allow use of global variables from C++

2025-01-08 Thread Akhil Goyal
> Avoid C++ name mangling of the two global variables being exported > from . > > Suggested-by: David Marchand > Signed-off-by: Mattias Rönnblom > --- > lib/cryptodev/rte_crypto_asym.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/lib/cryptodev/rte_crypto_asym.h b/lib/crypto

[PATCH] cryptodev: allow use of global variables from C++

2024-12-19 Thread Mattias Rönnblom
Avoid C++ name mangling of the two global variables being exported from . Suggested-by: David Marchand Signed-off-by: Mattias Rönnblom --- lib/cryptodev/rte_crypto_asym.h | 8 1 file changed, 8 insertions(+) diff --git a/lib/cryptodev/rte_crypto_asym.h b/lib/cryptodev/rte_crypto_asym.