netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] overhaul node action flags
@ 2014-05-08  0:54 Ying Xue
  2014-05-08  0:54 ` [PATCH net-next 1/2] tipc: rename enum names of node flags Ying Xue
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ying Xue @ 2014-05-08  0:54 UTC (permalink / raw)
  To: davem; +Cc: jon.maloy, Paul.Gortmaker, erik.hugne, netdev, tipc-discussion

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

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

end of thread, other threads:[~2014-05-09  5:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08  0:54 [PATCH net-next 0/2] overhaul node action flags Ying Xue
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

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).