Re: [PATCH 00] iscsid compute bound when bouncing many targets, one LUN per target

2014-11-24 Thread The Lee-Man
Okay, I spent most the day yesterday playing with the code in question, i.e. the open-iscsi code that rescans the session list looking for the current session. In particular, I was looking at update_sessions(). One thing I noticed is that this code only gets executed if

Antw: Re: [PATCH 00] iscsid compute bound when bouncing many targets, one LUN per target

2014-11-24 Thread Ulrich Windl
The Lee-Man leeman.dun...@gmail.com schrieb am 24.11.2014 um 18:04 in Nachricht dfb5172f-05e8-4027-867e-8e2b1969f...@googlegroups.com: [...] Here's the problem: the submitted patch makes this particular use case O(1). You can't get much faster Are you sure? You modified the compare function