All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	Andrew Bowers <andrewx.bowers@intel.com>,
	Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Subject: [net-next 16/16] ice: Bump version number
Date: Wed, 31 Jul 2019 13:41:47 -0700	[thread overview]
Message-ID: <20190731204147.8582-17-jeffrey.t.kirsher@intel.com> (raw)
In-Reply-To: <20190731204147.8582-1-jeffrey.t.kirsher@intel.com>

From: Tony Nguyen <anthony.l.nguyen@intel.com>

Update driver version to 0.7.5

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/ethernet/intel/ice/ice_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c
index 8a8f9170e219..c26e6a102dac 100644
--- a/drivers/net/ethernet/intel/ice/ice_main.c
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
@@ -9,7 +9,7 @@
 #include "ice_lib.h"
 #include "ice_dcb_lib.h"
 
-#define DRV_VERSION	"0.7.4-k"
+#define DRV_VERSION	"0.7.5-k"
 #define DRV_SUMMARY	"Intel(R) Ethernet Connection E800 Series Linux Driver"
 const char ice_drv_ver[] = DRV_VERSION;
 static const char ice_driver_string[] = DRV_SUMMARY;
-- 
2.21.0


  parent reply	other threads:[~2019-07-31 20:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31 20:41 [net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2019-07-31 Jeff Kirsher
2019-07-31 20:41 ` [net-next 01/16] ice: add lp_advertising flow control support Jeff Kirsher
2019-07-31 20:41 ` [net-next 02/16] ice: track hardware stat registers past rollover Jeff Kirsher
2019-07-31 20:41 ` [net-next 03/16] ice: Move vector base setup to PF VSI Jeff Kirsher
2019-07-31 20:41 ` [net-next 04/16] ice: Always set prefena when configuring an Rx queue Jeff Kirsher
2019-07-31 20:41 ` [net-next 05/16] ice: separate out control queue lock creation Jeff Kirsher
2019-07-31 20:41 ` [net-next 06/16] ice: Do not configure port with no media Jeff Kirsher
2019-07-31 20:41 ` [net-next 07/16] ice: Disable VFs until reset is completed Jeff Kirsher
2019-07-31 20:41 ` [net-next 08/16] ice: Only bump Rx tail and release buffers once per napi_poll Jeff Kirsher
2019-07-31 20:41 ` [net-next 09/16] ice: Set up Tx scheduling tree based on alloc VSI Tx queues Jeff Kirsher
2019-07-31 20:41 ` [net-next 10/16] ice: Update number of VF queue before setting VSI resources Jeff Kirsher
2019-07-31 20:41 ` [net-next 11/16] ice: Add stats for Rx drops at the port level Jeff Kirsher
2019-07-31 20:41 ` [net-next 12/16] ice: Remove duplicate code in ice_alloc_rx_bufs Jeff Kirsher
2019-07-31 20:41 ` [net-next 13/16] ice: Don't return error for disabling LAN Tx queue that does exist Jeff Kirsher
2019-07-31 20:41 ` [net-next 14/16] ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA Jeff Kirsher
2019-07-31 20:41 ` [net-next 15/16] ice: Remove flag to track VF interrupt status Jeff Kirsher
2019-07-31 20:41 ` Jeff Kirsher [this message]
2019-08-01 17:42 ` [net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2019-07-31 David Miller

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=20190731204147.8582-17-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=andrewx.bowers@intel.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=sassmann@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.