netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next 0/4] devlink: Use utils helpers
@ 2021-03-01 10:56 Parav Pandit
  2021-03-01 10:56 ` [PATCH iproute2-next 1/4] devlink: Use library provided string processing APIs Parav Pandit
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Parav Pandit @ 2021-03-01 10:56 UTC (permalink / raw)
  To: dsahern, stephen, netdev; +Cc: Parav Pandit

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-03  4:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 10:56 [PATCH iproute2-next 0/4] devlink: Use utils helpers Parav Pandit
2021-03-01 10:56 ` [PATCH iproute2-next 1/4] devlink: Use library provided string processing APIs Parav Pandit
2021-03-01 10:56 ` [PATCH iproute2-next 2/4] utils: Introduce helper routines for generic socket recv Parav Pandit
2021-03-01 10:56 ` [PATCH iproute2-next 3/4] devlink: Use generic socket helpers from library Parav Pandit
2021-03-01 10:56 ` [PATCH iproute2-next 4/4] devlink: Add error print when unknown values specified Parav Pandit
2021-03-03  4:02 ` [PATCH iproute2-next 0/4] devlink: Use utils helpers David Ahern
2021-03-03  4:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).