From: Daniel Wagner <wagi@monom.org>
To: ell@lists.01.org
Subject: [PATCH 0/3] rtnl: add missing APIs
Date: Fri, 14 Feb 2020 19:52:50 +0100 [thread overview]
Message-ID: <20200214185253.32658-1-wagi@monom.org> (raw)
[-- 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
next reply other threads:[~2020-02-14 18:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-14 18:52 Daniel Wagner [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200214185253.32658-1-wagi@monom.org \
--to=wagi@monom.org \
--cc=ell@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.