Re: [PATCH iproute2-next 0/4] devlink: Use utils helpers

2021-03-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to iproute2/iproute2-next.git (refs/heads/main): On Mon, 1 Mar 2021 12:56:50 +0200 you wrote: > This series uses utils helper for socket operations, string > processing and print error messages. > > Patch summary: > Patch-1 uses utils library helper for string spli

Re: [PATCH iproute2-next 0/4] devlink: Use utils helpers

2021-03-02 Thread David Ahern
On 3/1/21 3:56 AM, Parav Pandit wrote: > This series uses utils helper for socket operations, string > processing and print error messages. > > Patch summary: > Patch-1 uses utils library helper for string split and string search > Patch-2 extends library for socket receive operation > Patch-3 con