From owner-freebsd-scsi@freebsd.org Wed Jul 15 04:32:08 2015 Return-Path: Delivered-To: freebsd-scsi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7B0A99BFCF for ; Wed, 15 Jul 2015 04:32:08 +0000 (UTC) (envelope-from alex.burlyga.ietf@gmail.com) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76FCD14CC for ; Wed, 15 Jul 2015 04:32:08 +0000 (UTC) (envelope-from alex.burlyga.ietf@gmail.com) Received: by ykeo3 with SMTP id o3so26543270yke.0 for ; Tue, 14 Jul 2015 21:32:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=e+oJjuGYrPZyX93Y4mCniABxl3w9VEv+56Rtave9GGk=; b=NtAWNN1ugUJDP1hrIAJctfh1by0e83xE2KBV7gWpvlznlLy4HRjiQ0X0lb8r5U/oxx CJReflo9WUJYwCzaEXi79EOdvm2vcHb7j4weo731KLZgcP2ZuZb8ddHj+PGHhcSbJo+U 4W2GBd3clwgYpa39nIsBAbFlEhN6UVqCpRDP13p0jUHV/pNisI2X57zU3lOrIqrDzZi3 oxDwao3oWHpxYzd8EABsgxTQXdGqfz6HUWhygKEyzTgoqlH4vx6YKV0893lyR4hZVQ+T dhaZAQbk6v+AAAKhwztiWVEzFqRgBlvUux8iRi9116rjhJmmdDSX+n7Hwn9w1gMhs95s Xo5w== MIME-Version: 1.0 X-Received: by 10.13.249.3 with SMTP id j3mr2166896ywf.170.1436934727635; Tue, 14 Jul 2015 21:32:07 -0700 (PDT) Received: by 10.13.244.65 with HTTP; Tue, 14 Jul 2015 21:32:07 -0700 (PDT) In-Reply-To: <55A507E6.8060507@dev.mellanox.co.il> References: <55A507E6.8060507@dev.mellanox.co.il> Date: Tue, 14 Jul 2015 21:32:07 -0700 Message-ID: Subject: Re: iSER initiator FreeBSD support [RFC] From: "alex.burlyga.ietf alex.burlyga.ietf" To: Sagi Grimberg Cc: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 04:32:08 -0000 This is pretty cool. One thing is missing on the list is libiscsi which has pretty comprehensive compliance test. You can find source here: https://github.com/sahlberg/libiscsi, and iscsi-test-cu tool which generates XML output for integration with Jenkins. fio for performance or verification is good too an has a bit better output format then iozone. Alex On Tue, Jul 14, 2015 at 6:00 AM, Sagi Grimberg wrote: > Hi All, > > We have updated our iser github repository [1] with the latest iser > driver (beta level) additional support and fixes: > - Full Rebase on top of 11-current (r284921) > - Discovery (over iser) support > - Added spec compliance for iser assisted Login message > - HA support (automatic reconnects, traffic failover) > - Split iser from iscsi module (build as a separate module with > dependancy on iscsi) > - Several stability fixes > > The current version of the iser driver is constantly tested in our > nightly regression systems and seems to pass several tests: > - Traffic tests > - Login/logout: basic functionality, non-existent target error flows, stress > - Compliance/FS: diskinfo, newfs, iozone > - HA: Session recovery, IO with port toggling > - Module load/unload > > We would like to learn about other open-source test suites that we can > run in our labs. > > Edward, > We feel that the code is ready for inclusion. Would you mind reviewing > our code and provide feedback? > > [1] https://github.com/sagigrimberg/iser-freebsd > Branch: iser-rebase-11-current-r284921 > > Thanks, > Max Gurtovoy > Sagi Grimberg > Mellanox Technologies > _______________________________________________ > freebsd-scsi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org"