netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iproute2: add GENL helpers
@ 2012-09-11  9:04 Julian Anastasov
  2012-09-11  9:04 ` [PATCH v2 1/2] iproute2: add libgenl files Julian Anastasov
  2012-09-11  9:04 ` [PATCH v2 2/2] iproute2: use libgenl in ipl2tp Julian Anastasov
  0 siblings, 2 replies; 6+ messages in thread
From: Julian Anastasov @ 2012-09-11  9:04 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

	Put common code for GENL users in new files.

v2:
- remove memset for buffer in GENL_INIT_REQUEST and use
C99 style initializers
- rename funcs: libgenl_ to genl_

Julian Anastasov (2):
  iproute2: add libgenl files
  iproute2: use libgenl in ipl2tp

 include/libgenl.h |   29 +++++++++++++++++++++++
 ip/ipl2tp.c       |   64 +--------------------------------------------------
 lib/Makefile      |    2 +-
 lib/libgenl.c     |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 97 insertions(+), 63 deletions(-)
 create mode 100644 include/libgenl.h
 create mode 100644 lib/libgenl.c

-- 
1.7.3.4

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

end of thread, other threads:[~2012-09-11 21:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11  9:04 [PATCH v2 0/2] iproute2: add GENL helpers Julian Anastasov
2012-09-11  9:04 ` [PATCH v2 1/2] iproute2: add libgenl files Julian Anastasov
2012-09-11  9:04 ` [PATCH v2 2/2] iproute2: use libgenl in ipl2tp Julian Anastasov
2012-09-11 16:09   ` Stephen Hemminger
2012-09-11 20:22     ` Julian Anastasov
2012-09-11 21:02       ` Stephen Hemminger

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