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

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

Hi,

I could not test yet the whole patch set so it's sent here for a quick review.

First patch is there since I realized genl lacked of those LIB_EXPORT and unlikely().
Minor stuff so.

Second patch is the interesting one.

I am currently building a unit test for it. Getting some reliable nested based messages
to compare with is the annoyingly time consuming part here.

Tomasz Bursztyka (2):
  genl: Normilize functions exports and parameters check as it should
  genl: Add a message builder API to help creating complex nl messages

 ell/genl.c | 275 ++++++++++++++++++++++++++++++++++++++++++++++---------------
 ell/genl.h |  18 ++++
 2 files changed, 226 insertions(+), 67 deletions(-)

-- 
2.0.5


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

end of thread, other threads:[~2015-03-05  7:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 13:05 [PATCH 0/2] Improve genl with a message builder Tomasz Bursztyka
2015-03-04 13:05 ` [PATCH 1/2] genl: Normilize functions exports and parameters check as it should Tomasz Bursztyka
2015-03-04 13:09   ` Tomasz Bursztyka
2015-03-04 13:05 ` [PATCH 2/2] genl: Add a message builder API to help creating complex nl messages Tomasz Bursztyka
2015-03-04 14:17 ` [PATCH 0/2] Improve genl with a message builder Marcel Holtmann
2015-03-05  7:22   ` 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.