All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
To: ell@lists.01.org
Subject: [PATCH v2 0/4] Improve genl with a message builder
Date: Tue, 10 Mar 2015 13:14:26 +0200	[thread overview]
Message-ID: <1425986070-8808-1-git-send-email-tomasz.bursztyka@linux.intel.com> (raw)

[-- 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


             reply	other threads:[~2015-03-10 11:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-10 11:14 Tomasz Bursztyka [this message]
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

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=1425986070-8808-1-git-send-email-tomasz.bursztyka@linux.intel.com \
    --to=tomasz.bursztyka@linux.intel.com \
    --cc=ell@lists.01.org \
    /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 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.