From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98E49C4332D for ; Mon, 4 Jan 2021 16:58:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 64396224DF for ; Mon, 4 Jan 2021 16:58:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727363AbhADQ6t (ORCPT ); Mon, 4 Jan 2021 11:58:49 -0500 Received: from mx2.suse.de ([195.135.220.15]:42282 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727192AbhADQ6t (ORCPT ); Mon, 4 Jan 2021 11:58:49 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id DF085AD57; Mon, 4 Jan 2021 16:58:07 +0000 (UTC) Date: Mon, 4 Jan 2021 17:58:07 +0100 From: Daniel Wagner To: James Smart Cc: linux-scsi@vger.kernel.org, Ram Vegesna , Hannes Reinecke Subject: Re: [PATCH v5 17/31] elx: efct: Data structures and defines for hw operations Message-ID: <20210104165807.kyjawfth5jikmbj6@beryllium.lan> References: <20210103171134.39878-1-jsmart2021@gmail.com> <20210103171134.39878-18-jsmart2021@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210103171134.39878-18-jsmart2021@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Sun, Jan 03, 2021 at 09:11:20AM -0800, James Smart wrote: > This patch starts the population of the efct target mode > driver. The driver is contained in the drivers/scsi/elx/efct > subdirectory. > > This patch creates the efct directory and starts population of > the driver by adding SLI-4 configuration parameters, data structures > for configuring SLI-4 queues, converting from os to SLI-4 IO requests, > and handling async events. > > Co-developed-by: Ram Vegesna > Signed-off-by: Ram Vegesna > Signed-off-by: James Smart > Reviewed-by: Hannes Reinecke Reviewed-by: Daniel Wagner