[RFC 2.6.10 22/22] Add some documentation for the IPSEC crypto offload
From: David Dillow (dave_at_thedillows.org)
Date: 12/30/04
- Previous message: Iwan Sanders: "Re: What kernel versions will allow files larger than 4 GB?]"
- In reply to: David Dillow: "[RFC 2.6.10 21/22] typhoon: add callbacks to support crypto offload"
- Next in thread: Francois Romieu: "Re: [RFC 2.6.10 5/22] xfrm: Attempt to offload bundled xfrm_states for outbound xfrms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Dec 2004 03:48:38 -0500 To: netdev@oss.sgi.com
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/12/30 01:06:37-05:00 dave@thedillows.org
# Add some documentation for the IPSEC crypto offload.
#
# Signed-off-by: David Dillow <dave@thedillows.org>
#
# Documentation/networking/netdevices.txt
# 2004/12/30 01:06:19-05:00 dave@thedillows.org +16 -0
# Add some documentation for the IPSEC crypto offload.
#
# Signed-off-by: David Dillow <dave@thedillows.org>
#
diff -Nru a/Documentation/networking/netdevices.txt b/Documentation/networking/netdevices.txt
--- a/Documentation/networking/netdevices.txt 2004-12-30 01:07:40 -05:00
+++ b/Documentation/networking/netdevices.txt 2004-12-30 01:07:40 -05:00
@@ -73,3 +73,19 @@
dev_close code and comments in net/core/dev.c for more info.
Context: softirq
+dev->xfrm_state_add:
+ Synchronization: None, but can be called inside dev_base_lock rwlock
+ Context: nominally process, but don't sleep inside an rwlock
+ Notes: Only called for inbound xfrm_state(s). Can be invoked during
+ xfrm_accel_add() call.
+
+dev->xfrm_state_del:
+ Synchronization: None, but can be called inside dev->xmit_lock spinlock.
+ Context: BHs disabled/softirq
+ Notes: Called for all offloaded xfrm_state(s). Can be invoked during
+ xfrm_accel_flush() call.
+
+dev->xfrm_bundle_add:
+ Synchronization: None
+ Context: softirq/process
+ Notes: Called for newly created outbound xfrm bundles.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Iwan Sanders: "Re: What kernel versions will allow files larger than 4 GB?]"
- In reply to: David Dillow: "[RFC 2.6.10 21/22] typhoon: add callbacks to support crypto offload"
- Next in thread: Francois Romieu: "Re: [RFC 2.6.10 5/22] xfrm: Attempt to offload bundled xfrm_states for outbound xfrms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|