All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3]:  Update documentation
@ 2007-08-09 13:59 Gerrit Renker
  0 siblings, 0 replies; 4+ messages in thread
From: Gerrit Renker @ 2007-08-09 13:59 UTC (permalink / raw)
  To: dccp

[DCCP]: Update documentation

This updates the DCCP documentation, following input from Ian McDonald,
clarifiying the status of DCCP, and adding a note about the test tree.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
---
 Documentation/networking/dccp.txt |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

--- a/Documentation/networking/dccp.txt
+++ b/Documentation/networking/dccp.txt
@@ -26,19 +26,23 @@ given applications, see section 10 of RF
 
 It has a base protocol and pluggable congestion control IDs (CCIDs).
 
-It is at proposed standard RFC status and the homepage for DCCP as a protocol
-is at:
-	http://www.read.cs.ucla.edu/dccp/
+DCCP is a Proposed Standard (RFC 2026), and the homepage for DCCP as a protocol
+is at http://www.ietf.org/html.charters/dccp-charter.html
 
 Missing features
 ========
 
-The DCCP implementation does not currently have all the features that are in
-the RFC.
+The Linux DCCP implementation does not currently support all the features that are
+specified in RFCs 4340...42.
 
 The known bugs are at:
 	http://linux-net.osdl.org/index.php/TODO#DCCP
 
+For more up-to-date versions of the DCCP implementation, please consider using
+the experimental DCCP test tree; instructions for checking this out are on:
+http://linux-net.osdl.org/index.php/DCCP_Testing#Experimental_DCCP_source_tree
+
+
 Socket options
 =======
 

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

* Re: [PATCH 3/3]: Update documentation
@ 2007-08-09 21:23 Ian McDonald
  0 siblings, 0 replies; 4+ messages in thread
From: Ian McDonald @ 2007-08-09 21:23 UTC (permalink / raw)
  To: dccp

On 8/10/07, Gerrit Renker <gerrit@erg.abdn.ac.uk> wrote:
> [DCCP]: Update documentation
>
> This updates the DCCP documentation, following input from Ian McDonald,
> clarifiying the status of DCCP, and adding a note about the test tree.
>
> Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>

Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
-- 
Web1: http://wand.net.nz/~iam4/
Web2: http://www.jandi.co.nz
Blog: http://iansblog.jandi.co.nz

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

* [PATCH 3/3] Update documentation
  2026-02-24 16:33 [PATCH 0/3] rpdfs-progs: ARM64 support and documentation Valerie Aurora
@ 2026-02-24 16:33 ` Valerie Aurora
  2026-02-25 23:39   ` Zach Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Valerie Aurora @ 2026-02-24 16:33 UTC (permalink / raw)
  To: rpdfs-devel; +Cc: Valerie Aurora

---
 docs/development.md | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/docs/development.md b/docs/development.md
index df606b4..02974dd 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -25,9 +25,7 @@ Example invocation:
 In another terminal:
 
 ```
-	$ ./cli/rpdfs-cli debugfs -d 127.0.0.1:8081 -t /tmp/trace_debugfs
-	<1> $ mkfs
-	<1> $ stat
+	# mount -t rpdfs -o mkfs 127.0.0.1:8081 /mnt
 ```
 
 ## Code Layout
@@ -43,18 +41,12 @@ This is all the code that's shared by each utility.  It's not a proper
 library in that it doesn't need to remain API compatible with external
 builds over time.
 
-There's two kinds of shared code.  There's code that can run in either
-userspace or the kernel (block.c) and shared code that only runs in
-userspace (options.c).  It'd probably be worth making this distinction
-more apparent.
-
 **shared/lk/**
 
-This is for userspace implementations of kernel interfaces.  This both
+This is for userspace implementations of kernel interfaces. This both
 lets us use reasonably stand-alone kernel interfaces (list.h) in
-userspace as well as share rpdfs code with the kernel module by
-providing implementations of more complicated runtime services (RCU hash
-tables, work queues).
+userspace by providing implementations of more complicated runtime
+services (RCU hash tables, work queues).
 
 **shared/format-{block,msg,trace}.h**
 
-- 
2.49.0


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

* Re: [PATCH 3/3] Update documentation
  2026-02-24 16:33 ` [PATCH 3/3] Update documentation Valerie Aurora
@ 2026-02-25 23:39   ` Zach Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Zach Brown @ 2026-02-25 23:39 UTC (permalink / raw)
  To: Valerie Aurora; +Cc: rpdfs-devel

On Tue, Feb 24, 2026 at 05:33:26PM +0100, Valerie Aurora wrote:
> ---
>  docs/development.md | 16 ++++------------
>  1 file changed, 4 insertions(+), 12 deletions(-)

Hmm, can you add a Signed-off-by: so I can merge this?  (And maybe clean
up that edit of the last paragraph.. it's a little fractured.  Don't
sweat it though, I was going to take another editing pass on top of
these cleanups either way.)

- z

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

end of thread, other threads:[~2026-02-25 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 13:59 [PATCH 3/3]: Update documentation Gerrit Renker
  -- strict thread matches above, loose matches on Subject: below --
2007-08-09 21:23 Ian McDonald
2026-02-24 16:33 [PATCH 0/3] rpdfs-progs: ARM64 support and documentation Valerie Aurora
2026-02-24 16:33 ` [PATCH 3/3] Update documentation Valerie Aurora
2026-02-25 23:39   ` Zach Brown

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.