]> git.baikalelectronics.ru Git - kernel.git/commit
dccp: Debugging functions for feature negotiation
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Fri, 16 Jan 2009 23:36:33 +0000 (23:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Jan 2009 22:34:05 +0000 (14:34 -0800)
commit9344596a93f169a9c53ca011f2b0de9996bc3478
tree6b3e73207a047e600ab44bfe126132c538f4d772
parent47c8fa80733e5c575833038849263c591cab262c
dccp: Debugging functions for feature negotiation

Since all feature-negotiation processing now takes place in feat.c,
functions for producing verbose debugging output are concentrated
there.

New functions to print out values, entry records, and options are
provided, and also a macro is defined to not always have the function
name in the output line.

Thanks a lot to Wei Yongjun and Giuseppe Galeota for help and
discussion with an earlier revision of this patch.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/dccp.h
net/dccp/feat.c
net/dccp/feat.h
net/dccp/options.c