RE: [PATCH v1] net/mlx5: adding extern C to rte_pmd_mlx5.h

2022-02-02 Thread Raslan Darawsheh
Hi, > -Original Message- > From: eagost...@nvidia.com > Sent: Friday, December 17, 2021 1:39 AM > To: dev@dpdk.org > Cc: Elena Agostini > Subject: [PATCH v1] net/mlx5: adding extern C to rte_pmd_mlx5.h > > From: Elena Agostini > > The support for linking

RE: [PATCH v1] net/mlx5: adding extern C to rte_pmd_mlx5.h

2022-01-25 Thread Slava Ovsiienko
> -Original Message- > From: eagost...@nvidia.com > Sent: Friday, December 17, 2021 1:39 > To: dev@dpdk.org > Cc: Elena Agostini > Subject: [PATCH v1] net/mlx5: adding extern C to rte_pmd_mlx5.h > > From: Elena Agostini > > The support for linking rte

[PATCH v1] net/mlx5: adding extern C to rte_pmd_mlx5.h

2021-12-16 Thread eagostini
From: Elena Agostini The support for linking rte_pmd_mlx5.h functions with C++ applications was missing. Signed-off-by: Elena Agostini --- drivers/net/mlx5/rte_pmd_mlx5.h | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/mlx5/rte_pmd_mlx5.h b/drivers/net/mlx5/rte_pmd_mlx5