From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
Cc: linux-scsi@vger.kernel.org, mchristi@redhat.com
Subject: Re: [PATCH v2 00/29] be2iscsi: driver update 11.2.0.0
Date: Tue, 23 Aug 2016 22:44:08 -0400 [thread overview]
Message-ID: <yq14m6aevif.fsf@sermon.lab.mkp.net> (raw)
In-Reply-To: <1471600226-22055-1-git-send-email-jitendra.bhivare@broadcom.com> (Jitendra Bhivare's message of "Fri, 19 Aug 2016 15:19:57 +0530")
>>>>> "Jitendra" == Jitendra Bhivare <jitendra.bhivare@broadcom.com> writes:
Jitendra Bhivare (29):
be2iscsi: Fix to use correct configuration values
be2iscsi: Replace _bh version for mcc_lock spinlock
be2iscsi: Reduce driver load/unload time
be2iscsi: Set and return right iface v4/v6 states
be2iscsi: Fix gateway APIs to support IPv4 & IPv6
be2iscsi: Fix release of DHCP IP in static mode
be2iscsi: Move VLAN code to common iface_set_param
be2iscsi: Update iface handle before any set param
be2iscsi: Rename iface get/set/create/destroy APIs
be2iscsi: Handle only NET_PARAM in iface_get_param
be2iscsi: Check all zeroes IP before issuing IOCTL
be2iscsi: Remove alloc_mcc_tag & beiscsi_pci_soft_reset
be2iscsi: Remove isr_lock and dead code
be2iscsi: Fix checks for HBA in error state
be2iscsi: Fix to make boot discovery non-blocking
be2iscsi: Fix to add timer for UE detection
be2iscsi: Add IOCTL to check UER supported
be2iscsi: Move functions to right files
be2iscsi: Fix POST check and reset sequence
be2iscsi: Add V1 of EPFW cleanup IOCTL
be2iscsi: Add TPE recovery feature
be2iscsi: Fail the sessions immediately after TPE
be2iscsi: Add FUNCTION_RESET during driver unload
be2iscsi: Fix async PDU handling path
be2iscsi: Fix bad WRB index error
be2iscsi: Fix queue and connection parameters
be2iscsi: Update copyright information
be2iscsi: Update the driver version
MAINTAINERS: Update be2iscsi contact info
Applied to 4.9/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
prev parent reply other threads:[~2016-08-24 3:04 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-19 9:49 [PATCH v2 00/29] be2iscsi: driver update 11.2.0.0 Jitendra Bhivare
2016-08-19 9:49 ` [PATCH v2 01/29] be2iscsi: Fix to use correct configuration values Jitendra Bhivare
2016-08-19 9:49 ` [PATCH v2 02/29] be2iscsi: Replace _bh version for mcc_lock spinlock Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 03/29] be2iscsi: Reduce driver load/unload time Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 04/29] be2iscsi: Set and return right iface v4/v6 states Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 05/29] be2iscsi: Fix gateway APIs to support IPv4 & IPv6 Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 06/29] be2iscsi: Fix release of DHCP IP in static mode Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 07/29] be2iscsi: Move VLAN code to common iface_set_param Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 08/29] be2iscsi: Update iface handle before any set param Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 09/29] be2iscsi: Rename iface get/set/create/destroy APIs Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 10/29] be2iscsi: Handle only NET_PARAM in iface_get_param Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 11/29] be2iscsi: Check all zeroes IP before issuing IOCTL Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 12/29] be2iscsi: Remove alloc_mcc_tag & beiscsi_pci_soft_reset Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 13/29] be2iscsi: Remove isr_lock and dead code Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 14/29] be2iscsi: Fix checks for HBA in error state Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 15/29] be2iscsi: Fix to make boot discovery non-blocking Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 16/29] be2iscsi: Fix to add timer for UE detection Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 17/29] be2iscsi: Add IOCTL to check UER supported Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 18/29] be2iscsi: Move functions to right files Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 19/29] be2iscsi: Fix POST check and reset sequence Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 20/29] be2iscsi: Add V1 of EPFW cleanup IOCTL Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 21/29] be2iscsi: Add TPE recovery feature Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 22/29] be2iscsi: Fail the sessions immediately after TPE Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 23/29] be2iscsi: Add FUNCTION_RESET during driver unload Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 24/29] be2iscsi: Fix async PDU handling path Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 25/29] be2iscsi: Fix bad WRB index error Jitendra Bhivare
2016-09-14 13:25 ` Hannes Reinecke
2016-08-19 9:50 ` [PATCH v2 26/29] be2iscsi: Fix queue and connection parameters Jitendra Bhivare
2016-09-14 13:26 ` Hannes Reinecke
2016-08-19 9:50 ` [PATCH v2 27/29] be2iscsi: Update copyright information Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 28/29] be2iscsi: Update the driver version Jitendra Bhivare
2016-08-19 9:50 ` [PATCH v2 29/29] MAINTAINERS: Update be2iscsi contact info Jitendra Bhivare
2016-08-24 2:44 ` Martin K. Petersen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yq14m6aevif.fsf@sermon.lab.mkp.net \
--to=martin.petersen@oracle.com \
--cc=jitendra.bhivare@broadcom.com \
--cc=linux-scsi@vger.kernel.org \
--cc=mchristi@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).