[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210301105654.291949-1-parav@nvidia.com>
Date:   Mon, 1 Mar 2021 12:56:50 +0200
From:   Parav Pandit <parav@...dia.com>
To:     <dsahern@...il.com>, <stephen@...workplumber.org>,
        <netdev@...r.kernel.org>
CC:     Parav Pandit <parav@...dia.com>
Subject: [PATCH iproute2-next 0/4] devlink: Use utils helpers
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 converts devlink to use socket helpers from utlis library
Patch-4 print error when user provides invalid flavour or state
Parav Pandit (4):
  devlink: Use library provided string processing APIs
  utils: Introduce helper routines for generic socket recv
  devlink: Use generic socket helpers from library
  devlink: Add error print when unknown values specified
 devlink/devlink.c   | 365 ++++++++++++++++++++------------------------
 devlink/mnlg.c      | 121 ++-------------
 devlink/mnlg.h      |  13 +-
 include/mnl_utils.h |   6 +
 lib/mnl_utils.c     |  25 ++-
 5 files changed, 203 insertions(+), 327 deletions(-)
-- 
2.26.2
Powered by blists - more mailing lists