Index: /branches/rel_avx_2_7_2/3rdpartyappliance/centos-ice/enable_set_vf_mac.patch
===================================================================
--- /branches/rel_avx_2_7_2/3rdpartyappliance/centos-ice/enable_set_vf_mac.patch	(revision 0)
+++ /branches/rel_avx_2_7_2/3rdpartyappliance/centos-ice/enable_set_vf_mac.patch	(working copy)
@@ -0,0 +1,14 @@
+diff --git a/src/ice_main.c b/src/ice_main.c
+index dd4ee2b..feb821b 100644
+--- a/src/ice_main.c
++++ b/src/ice_main.c
+@@ -12179,6 +12179,9 @@ static const struct net_device_ops ice_netdev_ops = {
+ #else
+ 	.ndo_set_vf_trust = ice_set_vf_trust,
+ #endif /* HAVE_RHEL7_NET_DEVICE_OPS_EXT */
++#else
++	.ndo_set_vf_mac = ice_set_vf_mac,
++	.ndo_get_vf_config = ice_get_vf_cfg,
+ #endif /* HAVE_NDO_SET_VF_TRUST */
+ #ifdef HAVE_RHEL7_NETDEV_OPS_EXT_NDO_SET_VF_VLAN
+ 	.extended.ndo_set_vf_vlan = ice_set_vf_port_vlan,
Index: /branches/rel_avx_2_7_2/3rdpartyappliance/centos-ice/ice-1.11.17.1.tar.gz
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/x-gzip
Index: /branches/rel_avx_2_7_2/3rdpartyappliance/centos-ice/set_ethtool_warn_to_debug.patch
===================================================================
--- /branches/rel_avx_2_7_2/3rdpartyappliance/centos-ice/set_ethtool_warn_to_debug.patch	(revision 0)
+++ /branches/rel_avx_2_7_2/3rdpartyappliance/centos-ice/set_ethtool_warn_to_debug.patch	(working copy)
@@ -0,0 +1,24 @@
+diff --git a/src/ice_ethtool.c b/src/ice_ethtool.c
+old mode 100644
+new mode 100755
+index 89f58f0..29c87b1
+--- a/src/ice_ethtool.c
++++ b/src/ice_ethtool.c
+@@ -3520,7 +3520,7 @@ ice_get_legacy_settings_link_up(struct ethtool_cmd *ecmd,
+ 	case ICE_PHY_TYPE_LOW_25GBASE_KR_S:
+ 	case ICE_PHY_TYPE_LOW_25GBASE_KR1:
+ 	case ICE_PHY_TYPE_LOW_25G_AUI_AOC_ACC:
+-		netdev_warn(netdev, "25G PHY type detected but this can't be reported to ethtool as your kernel is too old\n");
++		netdev_dbg(netdev, "25G PHY type detected but this can't be reported to ethtool as your kernel is too old\n");
+ 		break;
+ 	case ICE_PHY_TYPE_LOW_100GBASE_CR4:
+ 	case ICE_PHY_TYPE_LOW_100GBASE_SR4:
+@@ -3535,7 +3535,7 @@ ice_get_legacy_settings_link_up(struct ethtool_cmd *ecmd,
+ 	case ICE_PHY_TYPE_LOW_100GBASE_CP2:
+ 	case ICE_PHY_TYPE_LOW_100GBASE_SR2:
+ 	case ICE_PHY_TYPE_LOW_100GBASE_DR:
+-		netdev_warn(netdev, "100G PHY type detected but this can't be reported to ethtool as your kernel is too old\n");
++		netdev_dbg(netdev, "100G PHY type detected but this can't be reported to ethtool as your kernel is too old\n");
+ 		break;
+ 	default:
+ 		/* if we got here and link is up something bad is afoot */
