All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rtnl: add missing APIs
@ 2020-02-14 18:52 Daniel Wagner
  2020-02-14 18:52 ` [PATCH 1/3] rtnl: Add l_rtnl_route6_dump() and l_rtnl_route6_extract() Daniel Wagner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Wagner @ 2020-02-14 18:52 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 646 bytes --]

The first two patches make the API for both protocol version
complete. The last patch adds the table, priority and preference to
the extract functions, which is a very uselful information.

This series is based on the cleanup series send before.

Daniel Wagner (3):
  rtnl: Add l_rtnl_route6_dump() and l_rtnl_route6_extract()
  unit: Add unit test for l_rtnl_route6_{dump|extract}
  rtnl: Extract table, priority and pref

 ell/rtnl.c       | 130 ++++++++++++++++++++++++++++++++---------------
 ell/rtnl.h       |  10 +++-
 unit/test-rtnl.c |  42 +++++++++++++--
 3 files changed, 137 insertions(+), 45 deletions(-)

-- 
2.25.0

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

end of thread, other threads:[~2020-02-14 19:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14 18:52 [PATCH 0/3] rtnl: add missing APIs Daniel Wagner
2020-02-14 18:52 ` [PATCH 1/3] rtnl: Add l_rtnl_route6_dump() and l_rtnl_route6_extract() Daniel Wagner
2020-02-14 18:52 ` [PATCH 2/3] unit: Add unit test for l_rtnl_route6_{dump|extract} Daniel Wagner
2020-02-14 18:52 ` [PATCH 3/3] rtnl: Extract table, priority and pref Daniel Wagner
2020-02-14 19:05 ` [PATCH 0/3] rtnl: add missing APIs Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.