[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1264152497.3469.20.camel@violet>
Date: Fri, 22 Jan 2010 10:28:17 +0100
From: Marcel Holtmann <marcel@...tmann.org>
To: sjur.brandeland@...ricsson.com
Cc: netdev@...r.kernel.org, davem@...emloft.net,
stefano.babic@...ic.homelinux.org, randy.dunlap@...cle.com
Subject: Re: [PATCH net-next-2.6 03/13] net-caif: add CAIF generic protocol
stack header files
Hi Sjur,
> Add include files for the generic CAIF protocol stack. This layer
> is somewhat generic in order to be able to use and test it outside
> the Linux Kernel.
>
> caif_layer.h - Defines the structure of the CAIF protocol layers
> cfcnfg.h - CAIF Configuration Module for services and link layers
> cfctrl.h - CAIF Control Protocol Layer
> cffrml.h - CAIF Framing Layer
> cfglue.h - CAIF Glue Layer for allocation, logging etc
> cflist.h - CAIF List implementation
> cfmuxl.h - CAIF Muxing Layer
> cfpkt.h - CAIF Packet layer (skb helper functions)
> cfserl.h - CAIF Serial Layer
> cfsrvl.h - CAIF Service Layer
>
> Signed-off-by: Sjur Braendeland <sjur.brandeland@...ricsson.com>
> ---
> include/net/caif/generic/caif_layer.h | 225 +++++++++++++++++++++++++++
> include/net/caif/generic/cfcnfg.h | 110 +++++++++++++
> include/net/caif/generic/cfctrl.h | 136 ++++++++++++++++
> include/net/caif/generic/cffrml.h | 19 +++
> include/net/caif/generic/cfglue.h | 110 +++++++++++++
> include/net/caif/generic/cflst.h | 19 +++
> include/net/caif/generic/cfmuxl.h | 22 +++
> include/net/caif/generic/cfpkt.h | 274 +++++++++++++++++++++++++++++++++
> include/net/caif/generic/cfserl.h | 14 ++
> include/net/caif/generic/cfsrvl.h | 33 ++++
> 10 files changed, 962 insertions(+), 0 deletions(-)
is it really needed to keep the "generic" piece in the path here. I
would prefer if we get rid of it.
Regards
Marcel
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists