DCCP protocol discussions
 help / color / mirror / Atom feed
From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: dccp@vger.kernel.org
Subject: Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
Date: Tue, 13 Nov 2007 16:27:23 +0000	[thread overview]
Message-ID: <20071113162723.GA16850@gerrit.erg.abdn.ac.uk> (raw)
In-Reply-To: <200710312018.36512.leandroal@gmail.com>

Quoting Leandro:
| 2007/11/8, Gerrit Renker <gerrit@erg.abdn.ac.uk>:
| > | +config IP_DCCP_CCID4_DEBUG
| > | +         bool "CCID4 debugging messages"
| > | +         depends on IP_DCCP_CCID4
| > <snip>
| > | +# The TFRC Library: currently has CCID 3 and CCID 4 as customer
| > |  config IP_DCCP_TFRC_LIB
| > | -     depends on IP_DCCP_CCID3
| > | +     depends on IP_DCCP_CCID3 || IP_DCCP_CCID4
| > |       def_tristate IP_DCCP_CCID3
| > |
| > |  config IP_DCCP_TFRC_DEBUG
| > Suggestion: if CCID3 is not compiled as module, there will currently be
| > no TFRC debugging output for dccp_tfrc_lib when only CCID4 is enabled.
| > Something like
| >
| > config IP_DCCP_TFRC_DEBUG
| >         bool
| >         default y if IP_DCCP_CCID3_DEBUG || IP_DCCP_CCID4_DEBUG
| >
| > would enable this.
| >
| > On the other hand, the number of `debugs' keeps continually growing.
| > Maybe it is possible to just use tfrc_debug for everything that speaks
| > TFRC, otherwise we currently have
| >  * tfrc_debug   to enable debug messages in dccp_tfrc_lib
| >  * ccid3_debug            "                 dccp_ccid3
| >  * ccid4_debug            "                 dccp_ccid4
| >  * dccp_debug   to see the rest
| > -
| 
| Yes, it is better to have tfrc_debug for everything related to TFRC. I
| will also fix the IP_DCCP_TFRC_DEBUG kconfig option like you
| suggested.
| 
Please do as you see fit, but don't worry too much at this stage - this
can all be resolved later (i.e. further abstraction can be done later).

  parent reply	other threads:[~2007-11-13 16:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-31 23:18 [PATCH 1/25] CCID-4 Kconfig and Makefile Leandro
2007-11-02  8:42 ` Ian McDonald
2007-11-08 10:57 ` Gerrit Renker
2007-11-13 16:24 ` Łeandro Sales
2007-11-13 16:27 ` Gerrit Renker [this message]
2007-11-13 16:32 ` Łeandro Sales
2007-11-16 13:39 ` Gerrit Renker

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=20071113162723.GA16850@gerrit.erg.abdn.ac.uk \
    --to=gerrit@erg.abdn.ac.uk \
    --cc=dccp@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox