Re: [dpdk-dev] [PATCH v2 4/7] net/mlx5: e-switch VXLAN netlink routines update

2018-10-23 Thread Yongseok Koh
On Mon, Oct 15, 2018 at 02:13:32PM +, Viacheslav Ovsiienko wrote: > This part of patchset updates Netlink exchange routine. Message > sequence numbers became not random ones, the multipart reply messages > are supported, not propagating errors to the following socket calls, > Netlink replies bu

[dpdk-dev] [PATCH v2 4/7] net/mlx5: e-switch VXLAN netlink routines update

2018-10-15 Thread Viacheslav Ovsiienko
This part of patchset updates Netlink exchange routine. Message sequence numbers became not random ones, the multipart reply messages are supported, not propagating errors to the following socket calls, Netlink replies buffer size is increased to MNL_SOCKET_BUFFER_SIZE and now is preallocated at co