From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: "Linus Lüssing" <linus.luessing@c0d3.blue>,
"Antonio Quartulli" <a@unstable.cc>
Subject: Re: [B.A.T.M.A.N.] [PATCH v2 0/2] batman-adv: netlink support for DAT and MCAST
Date: Sun, 11 Mar 2018 11:54:04 +0100 [thread overview]
Message-ID: <2042233.hTAz9L1TrL@sven-edge> (raw)
In-Reply-To: <20180310235321.1324-1-linus.luessing@c0d3.blue>
[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]
On Sonntag, 11. März 2018 00:53:19 CET Linus Lüssing wrote:
> This patchset adds netlink support for dumping DAT cache and multicast
> flags tables.
>
> Changes in v2:
> ==============
>
> - Added missing includes, "#include <linux/netlink.h>" and
> "#include <uapi/linux/batman_adv.h>", to distributed-arp-table.c
> - Added missing forward declaration for "struct netlink_callback" to
> distributed-arp-table.h
> - Changed nla_put_u32() to nla_put_in_addr() for BATADV_ATTR_DC_ADDRESS,
> removed the then obsolete ntohl() conversion
> - Added missing include, "#include <linux/netlink.h>", to multicast.c
> - Changed nla_put_u8() to nla_put_u32() for BATADV_ATTR_MCAST_FLAGS and
> BATADV_ATTR_MCAST_FLAGS_PRIV to enhance extensibility
Thanks for the doing the requested changes.
@Antonio: Can you please check whether you are ok with the new netlink names
and types.
> + [BATADV_ATTR_DC_ADDRESS] = { .type = NLA_U32 },
> + [BATADV_ATTR_DC_HWADDRESS] = { .len = ETH_ALEN },
> + [BATADV_ATTR_DC_VID] = { .type = NLA_U16 },
Kind regards,
Sven
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2018-03-11 10:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-10 23:53 [B.A.T.M.A.N.] [PATCH v2 0/2] batman-adv: netlink support for DAT and MCAST Linus Lüssing
2018-03-10 23:53 ` [B.A.T.M.A.N.] [PATCH v2 1/2] batman-adv: add DAT cache netlink support Linus Lüssing
2018-03-10 23:53 ` [B.A.T.M.A.N.] [PATCH v2 2/2] batman-adv: add multicast flags " Linus Lüssing
2018-03-11 10:54 ` Sven Eckelmann [this message]
2018-03-13 8:02 ` [B.A.T.M.A.N.] [PATCH v2 0/2] batman-adv: netlink support for DAT and MCAST Antonio Quartulli
2018-03-13 8:20 ` Sven Eckelmann
2018-03-13 8:22 ` Antonio Quartulli
2018-03-13 8:52 ` Sven Eckelmann
2018-03-13 8:53 ` Antonio Quartulli
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=2042233.hTAz9L1TrL@sven-edge \
--to=sven@narfation.org \
--cc=a@unstable.cc \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=linus.luessing@c0d3.blue \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox