* [PATCH] opensm/doc/todo: Minor update
@ 2011-07-18 13:17 Hal Rosenstock
[not found] ` <4E243280.1010006-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Hal Rosenstock @ 2011-07-18 13:17 UTC (permalink / raw)
To: Alex Netes; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
diff --git a/doc/todo b/doc/todo
index bbb9698..8a5ff14 100644
--- a/doc/todo
+++ b/doc/todo
@@ -8,20 +8,18 @@
5 051207 - Client reregistration is indicated before SA is
ready to accept subscriptions
6 060109 - Use LID routing for light sweep to guarantee trap
- delivery path to the SM.
+ delivery path to the SM
7 061201 - Finer grained locking ?
-8 061201 - Mapping multiple MGIDs on single MLID when characteristics
- match (PKey, etc.)
-9 070329 - Add ssh support into remote socket/console support
-10 070329 - Add authentication for (at least remote) console
-11 070413 - Add dynamic rate adjustment for multicast groups
+8 070329 - Add ssh support into remote socket/console support
+9 070329 - Add authentication for (at least remote) console
+10 070413 - Add dynamic rate adjustment for multicast groups
Futures
LID partitioning ?
Advanced failover
-Management
+Upper Layer Management
Regression tests and automation
Additional pathing algorithms
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] opensm/doc/todo: Minor update
[not found] ` <4E243280.1010006-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2011-07-20 12:04 ` Alex Netes
[not found] ` <20110720115900.GA2107-iQai9MGU/dze+A/uUDamNg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Alex Netes @ 2011-07-20 12:04 UTC (permalink / raw)
To: Hal Rosenstock; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Hi Hal,
On 09:17 Mon 18 Jul , Hal Rosenstock wrote:
>
> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
> ---
> diff --git a/doc/todo b/doc/todo
> index bbb9698..8a5ff14 100644
> --- a/doc/todo
> +++ b/doc/todo
> @@ -8,20 +8,18 @@
> 5 051207 - Client reregistration is indicated before SA is
> ready to accept subscriptions
> 6 060109 - Use LID routing for light sweep to guarantee trap
> - delivery path to the SM.
> + delivery path to the SM
> 7 061201 - Finer grained locking ?
> -8 061201 - Mapping multiple MGIDs on single MLID when characteristics
> - match (PKey, etc.)
Do you mean here consolidate_ipv6_snm_req feature?
Don't we also want to extend this for all MC groups?
There was an attempt to extend MC consolidation also for IPv4:
http://www.spinics.net/lists/linux-rdma/msg05313.html
> -9 070329 - Add ssh support into remote socket/console support
> -10 070329 - Add authentication for (at least remote) console
> -11 070413 - Add dynamic rate adjustment for multicast groups
> +8 070329 - Add ssh support into remote socket/console support
> +9 070329 - Add authentication for (at least remote) console
> +10 070413 - Add dynamic rate adjustment for multicast groups
>
>
> Futures
>
> LID partitioning ?
> Advanced failover
> -Management
> +Upper Layer Management
> Regression tests and automation
> Additional pathing algorithms
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
-- Alex
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] opensm/doc/todo: Minor update
[not found] ` <20110720115900.GA2107-iQai9MGU/dze+A/uUDamNg@public.gmane.org>
@ 2011-07-20 12:34 ` Hal Rosenstock
0 siblings, 0 replies; 3+ messages in thread
From: Hal Rosenstock @ 2011-07-20 12:34 UTC (permalink / raw)
To: Alex Netes; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Hi Alex,
On 7/20/2011 8:04 AM, Alex Netes wrote:
>
> Hi Hal,
>
> On 09:17 Mon 18 Jul , Hal Rosenstock wrote:
>>
>> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>> ---
>> diff --git a/doc/todo b/doc/todo
>> index bbb9698..8a5ff14 100644
>> --- a/doc/todo
>> +++ b/doc/todo
>> @@ -8,20 +8,18 @@
>> 5 051207 - Client reregistration is indicated before SA is
>> ready to accept subscriptions
>> 6 060109 - Use LID routing for light sweep to guarantee trap
>> - delivery path to the SM.
>> + delivery path to the SM
>> 7 061201 - Finer grained locking ?
>> -8 061201 - Mapping multiple MGIDs on single MLID when characteristics
>> - match (PKey, etc.)
>
> Do you mean here consolidate_ipv6_snm_req feature?
Yes.
> Don't we also want to extend this for all MC groups?
Sure, it can be extended for "different collections" of MC groups too so
this item should remain.
I'll make a v2 of this doc patch.
-- Hal
> There was an attempt to extend MC consolidation also for IPv4:
> http://www.spinics.net/lists/linux-rdma/msg05313.html
>> -9 070329 - Add ssh support into remote socket/console support
>> -10 070329 - Add authentication for (at least remote) console
>> -11 070413 - Add dynamic rate adjustment for multicast groups
>> +8 070329 - Add ssh support into remote socket/console support
>> +9 070329 - Add authentication for (at least remote) console
>> +10 070413 - Add dynamic rate adjustment for multicast groups
>>
>>
>> Futures
>>
>> LID partitioning ?
>> Advanced failover
>> -Management
>> +Upper Layer Management
>> Regression tests and automation
>> Additional pathing algorithms
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-20 12:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18 13:17 [PATCH] opensm/doc/todo: Minor update Hal Rosenstock
[not found] ` <4E243280.1010006-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2011-07-20 12:04 ` Alex Netes
[not found] ` <20110720115900.GA2107-iQai9MGU/dze+A/uUDamNg@public.gmane.org>
2011-07-20 12:34 ` Hal Rosenstock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox