Linux SCSI subsystem development
 help / color / mirror / Atom feed
From: Karan Tilak Kumar <kartilak@cisco.com>
To: sebaddel@cisco.com
Cc: arulponn@cisco.com, djhawar@cisco.com, gcboffa@cisco.com,
	mkai2@cisco.com, satishkh@cisco.com, aeasi@cisco.com,
	jejb@linux.ibm.com, martin.petersen@oracle.com,
	linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Karan Tilak Kumar <kartilak@cisco.com>
Subject: [PATCH v7 15/15] scsi: fnic: Increment driver version
Date: Wed, 11 Dec 2024 18:03:12 -0800	[thread overview]
Message-ID: <20241212020312.4786-16-kartilak@cisco.com> (raw)
In-Reply-To: <20241212020312.4786-1-kartilak@cisco.com>

Increment driver version to 1.8.0.0

Reviewed-by: Sesidhar Baddela <sebaddel@cisco.com>
Reviewed-by: Arulprabhu Ponnusamy <arulponn@cisco.com>
Reviewed-by: Gian Carlo Boffa <gcboffa@cisco.com>
Tested-by: Karan Tilak Kumar <kartilak@cisco.com>
Signed-off-by: Karan Tilak Kumar <kartilak@cisco.com>
---
 drivers/scsi/fnic/fnic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h
index b9b0a4f0b78c..0feea9557934 100644
--- a/drivers/scsi/fnic/fnic.h
+++ b/drivers/scsi/fnic/fnic.h
@@ -30,7 +30,7 @@
 
 #define DRV_NAME		"fnic"
 #define DRV_DESCRIPTION		"Cisco FCoE HBA Driver"
-#define DRV_VERSION		"1.7.0.0"
+#define DRV_VERSION		"1.8.0.0"
 #define PFX			DRV_NAME ": "
 #define DFX                     DRV_NAME "%d: "
 
-- 
2.47.0


  parent reply	other threads:[~2024-12-12  2:15 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12  2:02 [PATCH v7 00/15] Introduce support for Fabric Discovery and Karan Tilak Kumar
2024-12-12  2:02 ` [PATCH v7 01/15] scsi: fnic: Replace shost_printk with dev_info/dev_err Karan Tilak Kumar
2024-12-12  2:02 ` [PATCH v7 02/15] scsi: fnic: Add headers and definitions for FDLS Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 03/15] scsi: fnic: Add support for fabric based solicited requests and responses Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 04/15] scsi: fnic: Add support for target " Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 05/15] scsi: fnic: Add support for unsolicited " Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 06/15] scsi: fnic: Add Cisco hardware model names Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 07/15] scsi: fnic: Add and integrate support for FDMI Karan Tilak Kumar
2025-01-07 12:30   ` Dan Carpenter
2025-01-08 21:47     ` Karan Tilak Kumar (kartilak)
2025-01-13 17:35     ` John Meneghini
2025-01-13 20:28       ` Karan Tilak Kumar (kartilak)
2025-01-14  9:59       ` Dan Carpenter
2025-01-14 15:15         ` John Meneghini
2025-01-15  1:03           ` Karan Tilak Kumar (kartilak)
2025-01-16  6:29           ` Dan Carpenter
2024-12-12  2:03 ` [PATCH v7 08/15] scsi: fnic: Add and integrate support for FIP Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 09/15] scsi: fnic: Add functionality in fnic to support FDLS Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 10/15] scsi: fnic: Modify IO path to use FDLS Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 11/15] scsi: fnic: Modify fnic interfaces " Karan Tilak Kumar
2025-01-07 13:18   ` Dan Carpenter
2025-01-08 21:40     ` Karan Tilak Kumar (kartilak)
2025-01-09  8:23       ` Dan Carpenter
2025-01-10  9:37         ` Karan Tilak Kumar (kartilak)
2024-12-12  2:03 ` [PATCH v7 12/15] scsi: fnic: Add stats and related functionality Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 13/15] scsi: fnic: Code cleanup Karan Tilak Kumar
2024-12-12  2:03 ` [PATCH v7 14/15] scsi: fnic: Add support to handle port channel RSCN Karan Tilak Kumar
2024-12-12  2:03 ` Karan Tilak Kumar [this message]
2025-01-02 21:09 ` [PATCH v7 00/15] Introduce support for Fabric Discovery and Martin K. Petersen

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=20241212020312.4786-16-kartilak@cisco.com \
    --to=kartilak@cisco.com \
    --cc=aeasi@cisco.com \
    --cc=arulponn@cisco.com \
    --cc=djhawar@cisco.com \
    --cc=gcboffa@cisco.com \
    --cc=jejb@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=mkai2@cisco.com \
    --cc=satishkh@cisco.com \
    --cc=sebaddel@cisco.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