From: Ying Xue <ying.xue@windriver.com>
To: <davem@davemloft.net>
Cc: <jon.maloy@ericsson.com>, <Paul.Gortmaker@windriver.com>,
<erik.hugne@ericsson.com>, <netdev@vger.kernel.org>,
<tipc-discussion@lists.sourceforge.net>
Subject: [PATCH net-next 0/2] overhaul node action flags
Date: Thu, 8 May 2014 08:54:38 +0800 [thread overview]
Message-ID: <1399510480-29558-1-git-send-email-ying.xue@windriver.com> (raw)
We currently have two problems with the node flags field:
- The naming of the individual action flags is unclear and confusing
- The flags are often not cleared individually, making it hard to follow
where this happens.
So the series aims to solve above two problems.
Ying Xue (2):
tipc: rename enum names of node flags
tipc: don't directly overwrite node action_flags
net/tipc/link.c | 6 +++---
net/tipc/node.c | 19 +++++++++++--------
net/tipc/node.h | 29 +++++++++++++----------------
3 files changed, 27 insertions(+), 27 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-05-08 0:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-08 0:54 Ying Xue [this message]
2014-05-08 0:54 ` [PATCH net-next 1/2] tipc: rename enum names of node flags Ying Xue
2014-05-08 0:54 ` [PATCH net-next 2/2] tipc: don't directly overwrite node action_flags Ying Xue
2014-05-09 5:41 ` [PATCH net-next 0/2] overhaul node action flags David Miller
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=1399510480-29558-1-git-send-email-ying.xue@windriver.com \
--to=ying.xue@windriver.com \
--cc=Paul.Gortmaker@windriver.com \
--cc=davem@davemloft.net \
--cc=erik.hugne@ericsson.com \
--cc=jon.maloy@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).