Re: [PATCH net-next v7 00/14] net/smc: Add support for generic netlink API

2020-12-01 Thread Jakub Kicinski
On Tue, 1 Dec 2020 20:20:35 +0100 Karsten Graul wrote: > Please apply the following patch series for smc to netdev's net-next tree. > > Up to version 4 this patch series was using the sock_diag netlink > infrastructure. This version is using the generic netlink API. Generic > netlink API offers a

[PATCH net-next v7 00/14] net/smc: Add support for generic netlink API

2020-12-01 Thread Karsten Graul
Please apply the following patch series for smc to netdev's net-next tree. Up to version 4 this patch series was using the sock_diag netlink infrastructure. This version is using the generic netlink API. Generic netlink API offers a better type safety between kernel and userspace communication. Us