Re: [dpdk-dev] [PATCH 1/2] lib: move Netlink code into a common library

2018-03-13 Thread Nélio Laranjeiro
On Tue, Mar 13, 2018 at 01:58:28PM +, Bruce Richardson wrote: > On Tue, Mar 13, 2018 at 01:28:26PM +0100, Nelio Laranjeiro wrote: > > Moves TAP PMD generic Netlink library into lib directory to let other PMD > > use Netlink to communicate with kernel. > > > > As this library uses a socket to c

Re: [dpdk-dev] [PATCH 1/2] lib: move Netlink code into a common library

2018-03-13 Thread Bruce Richardson
On Tue, Mar 13, 2018 at 01:28:26PM +0100, Nelio Laranjeiro wrote: > Moves TAP PMD generic Netlink library into lib directory to let other PMD > use Netlink to communicate with kernel. > > As this library uses a socket to communicate with Netlink it does not bring > any dependency on the libnl. >

[dpdk-dev] [PATCH 1/2] lib: move Netlink code into a common library

2018-03-13 Thread Nelio Laranjeiro
Moves TAP PMD generic Netlink library into lib directory to let other PMD use Netlink to communicate with kernel. As this library uses a socket to communicate with Netlink it does not bring any dependency on the libnl. Cc: Pascal Mazon Signed-off-by: Nelio Laranjeiro --- MAINTAINERS