From: <richard.alpe@ericsson.com>
To: <netdev@vger.kernel.org>
Cc: <tipc-discussion@lists.sourceforge.net>,
Richard Alpe <richard.alpe@ericsson.com>
Subject: [PATCH iproute2] tipc: introduce TIPC configuration tool
Date: Thu, 7 May 2015 15:07:35 +0200 [thread overview]
Message-ID: <1431004056-6282-1-git-send-email-richard.alpe@ericsson.com> (raw)
From: Richard Alpe <richard.alpe@ericsson.com>
This is the new tipc tool that utilizes the relativly new TIPC netlink API in
the kernel. Introducing this tool into iproute2 has been discussed previously.
For more information about the design decisions of this tool, see the README
file.
There isn't yet a manpage for the this tool. I will start to write one once I
submitted this for review.
Richard Alpe (1):
tipc: add new TIPC configuration tool
Makefile | 2 +-
tipc/.gitignore | 1 +
tipc/Makefile | 19 ++
tipc/README | 63 +++++
tipc/bearer.c | 725 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
tipc/bearer.h | 22 ++
tipc/cmdl.c | 127 ++++++++++
tipc/cmdl.h | 46 ++++
tipc/link.c | 520 +++++++++++++++++++++++++++++++++++++++
tipc/link.h | 21 ++
tipc/media.c | 260 ++++++++++++++++++++
tipc/media.h | 21 ++
tipc/misc.c | 35 +++
tipc/misc.h | 19 ++
tipc/msg.c | 170 +++++++++++++
tipc/msg.h | 20 ++
tipc/nametable.c | 109 +++++++++
tipc/nametable.h | 21 ++
tipc/node.c | 267 ++++++++++++++++++++
tipc/node.h | 21 ++
tipc/socket.c | 140 +++++++++++
tipc/socket.h | 21 ++
tipc/tipc.c | 96 ++++++++
23 files changed, 2745 insertions(+), 1 deletion(-)
create mode 100644 tipc/.gitignore
create mode 100644 tipc/Makefile
create mode 100644 tipc/README
create mode 100644 tipc/bearer.c
create mode 100644 tipc/bearer.h
create mode 100644 tipc/cmdl.c
create mode 100644 tipc/cmdl.h
create mode 100644 tipc/link.c
create mode 100644 tipc/link.h
create mode 100644 tipc/media.c
create mode 100644 tipc/media.h
create mode 100644 tipc/misc.c
create mode 100644 tipc/misc.h
create mode 100644 tipc/msg.c
create mode 100644 tipc/msg.h
create mode 100644 tipc/nametable.c
create mode 100644 tipc/nametable.h
create mode 100644 tipc/node.c
create mode 100644 tipc/node.h
create mode 100644 tipc/socket.c
create mode 100644 tipc/socket.h
create mode 100644 tipc/tipc.c
--
2.1.4
next reply other threads:[~2015-05-07 13:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-07 13:07 richard.alpe [this message]
2015-05-07 13:07 ` [PATCH iproute2] tipc: add new TIPC configuration tool richard.alpe
2015-05-21 21:43 ` [PATCH iproute2] tipc: introduce " Stephen Hemminger
2015-06-04 10:23 ` Pavel Simerda
2015-06-04 11:40 ` Richard Alpe
2015-06-04 17:30 ` Pavel Simerda
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=1431004056-6282-1-git-send-email-richard.alpe@ericsson.com \
--to=richard.alpe@ericsson.com \
--cc=netdev@vger.kernel.org \
--cc=tipc-discussion@lists.sourceforge.net \
/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;
as well as URLs for NNTP newsgroup(s).