Re: [dpdk-dev] [PATCH 3/3] net/mlx5: fix rule cleanup Netlink command sending

2018-11-11 Thread Slava Ovsiienko
> -Original Message- > From: Yongseok Koh > Sent: Sunday, November 11, 2018 13:42 > To: Slava Ovsiienko > Cc: Shahaf Shuler ; dev@dpdk.org > Subject: Re: [PATCH 3/3] net/mlx5: fix rule cleanup Netlink command sending > > > > On Nov 10, 2018, at 1:59 AM, Slava Ovsiienko > wrote: > > > >

Re: [dpdk-dev] [PATCH 3/3] net/mlx5: fix rule cleanup Netlink command sending

2018-11-11 Thread Yongseok Koh
> On Nov 10, 2018, at 1:59 AM, Slava Ovsiienko wrote: > > The VXLAN related rule cleanup routine queries and gathers all > existing local IP and neigh rules into buffer list. One buffer > may contain multiple rule deletetion commands and is prepared > to send into Netlink as single message. But

[dpdk-dev] [PATCH 3/3] net/mlx5: fix rule cleanup Netlink command sending

2018-11-10 Thread Slava Ovsiienko
The VXLAN related rule cleanup routine queries and gathers all existing local IP and neigh rules into buffer list. One buffer may contain multiple rule deletetion commands and is prepared to send into Netlink as single message. But, if error occurs for some deletion commands in the buffer, the mult