lkml.org 
[lkml]   [2006]   [May]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    Subject[PATCH 0/6] iSER (iSCSI Extensions for RDMA) initiator
    Roland,

    The patch series that follows contains the iSER code which we want to submit
    upstream for 2.6.18, fixed with the comments which we got in the previous post.

    LKML reviewers are reminded to CC openib-general@openib.org on your responses.

    Below is a log and diffstat over the changes from the previous post which is
    archived @ http://openib.org/pipermail/openib-general/2006-April/020616.html

    To have this code compiled you would need to get the iscsi updates for 2.6.18
    into your source tree, that is pull/sync with include/scsi and drivers/scsi of
    the scsi-misc-2.6 git tree.

    There's one patch which is not yet merged there and without it iser's
    compilation fails. The patch is named "iscsi: add transport end point callbacks"
    and i will send it to you offlist.

    + use direct BUG_ON & BUG calls instead of the iser_bug macro

    + removed usage of SVN keywords such as $LastChangedDate and $Rev

    + few fixes related to the managment of the ib conn list

    + two fixes for checks done at the ib conn state machine flow

    + changed iser ib conn state management to be done with an int variable keeping
    the state and a lock. When a related race is possible the lock is used to check
    (comp) or change (comp_exch) the state. When no race can happen the state is
    just examined or changed.

    + always call rdma_disconnect in iser_conn_terminate such the CMA will move the
    QP state to ERROR and we will get the FLUSHES on all the pending RX/TX WRs

    + make iser_free_device_ib_res void, change the out goto label name of
    iser_device_find_by_ib_device

    + some whitespacing cleanups

    Makefile | 4 -
    iscsi_iser.c | 18 ++----
    iscsi_iser.h | 21 +++----
    iser_initiator.c | 24 ++++-----
    iser_memory.c | 12 +---
    iser_verbs.c | 145 +++++++++++++++++++++++++++++++------------------------
    6 files changed, 120 insertions(+), 104 deletions(-)

    Or.



    -
    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/

    \
     
     \ /
      Last update: 2006-05-10 15:24    [W:4.386 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site