All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Improve genl with a message builder
@ 2015-03-10 11:14 Tomasz Bursztyka
  2015-03-10 11:14 ` [PATCH 1/4] genl: Normilize functions exports and parameters check as it should Tomasz Bursztyka
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Tomasz Bursztyka @ 2015-03-10 11:14 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

Hi,

It took a bit long as I was messing up with the wrong dump of a message
(a private vs a broadcasted one...) and of course it took a while before
I realized it.

Anyway, seems to work. I only had an issue with the nested message length
calculation when leaving it.

Tomasz Bursztyka (4):
  genl: Normilize functions exports and parameters check as it should
  genl: Add a message builder API to help creating complex nl messages
  genl: Add a function to grab the message's raw data for unit purpose
  unit: Add a message builder unit test for genl

 Makefile.am        |   1 +
 ell/genl-private.h |  25 +++++
 ell/genl.c         | 284 ++++++++++++++++++++++++++++++++++++++++-------------
 ell/genl.h         |  18 ++++
 unit/test-genl.c   | 136 +++++++++++++++++++++----
 5 files changed, 379 insertions(+), 85 deletions(-)
 create mode 100644 ell/genl-private.h

-- 
2.0.5


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

end of thread, other threads:[~2015-03-24  8:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-10 11:14 [PATCH v2 0/4] Improve genl with a message builder Tomasz Bursztyka
2015-03-10 11:14 ` [PATCH 1/4] genl: Normilize functions exports and parameters check as it should Tomasz Bursztyka
2015-03-11  5:03   ` Denis Kenzior
2015-03-10 11:14 ` [PATCH 2/4] genl: Add a message builder API to help creating complex nl messages Tomasz Bursztyka
2015-03-18 17:24   ` Marcel Holtmann
2015-03-20  8:51     ` Tomasz Bursztyka
2015-03-24  8:12       ` Tomasz Bursztyka
2015-03-10 11:14 ` [PATCH 3/4] genl: Add a function to grab the message's raw data for unit purpose Tomasz Bursztyka
2015-03-10 11:14 ` [PATCH 4/4] unit: Add a message builder unit test for genl Tomasz Bursztyka
2015-03-18 17:24   ` Marcel Holtmann
2015-03-20 22:41   ` Marcel Holtmann
2015-03-24  6:55     ` Tomasz Bursztyka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.