Re: [dpdk-dev] [dpdk.org] [PATCH] fib: add "C" extern linkage for C++ programs

2020-04-10 Thread David Marchand
On Wed, Mar 25, 2020 at 2:21 PM David Marchand wrote: > On Mon, Mar 16, 2020 at 8:22 PM Muhammad Asim Jamshed > wrote: > > > > This patch allows C++ programs to use librte_fib library routines. > > Previously C++ programs were not able to link this library and programs > > would fail to get linke

Re: [dpdk-dev] [dpdk.org] [PATCH] fib: add "C" extern linkage for C++ programs

2020-03-26 Thread Medvedkin, Vladimir
On 16/03/2020 18:42, Muhammad Asim Jamshed wrote: This patch allows C++ programs to use librte_fib library routines. Previously C++ programs were not able to link this library and programs would fail to get linked. With this patch compilation and linking will be successful. Signed-off-by: Muhamm

Re: [dpdk-dev] [dpdk.org] [PATCH] fib: add "C" extern linkage for C++ programs

2020-03-25 Thread David Marchand
Cc: maintainer. On Mon, Mar 16, 2020 at 8:22 PM Muhammad Asim Jamshed wrote: > > This patch allows C++ programs to use librte_fib library routines. > Previously C++ programs were not able to link this library and programs > would fail to get linked. With this patch compilation and linking > will

[dpdk-dev] [dpdk.org] [PATCH] fib: add "C" extern linkage for C++ programs

2020-03-16 Thread Muhammad Asim Jamshed
This patch allows C++ programs to use librte_fib library routines. Previously C++ programs were not able to link this library and programs would fail to get linked. With this patch compilation and linking will be successful. Signed-off-by: Muhammad Asim Jamshed Signed-off-by: Saikrishna Edupugant