Index: /branches/rel_avx_2_7_5/3rdpartyappliance/centos-i40e/SOURCES/fix_pf_reset_failed.patch
===================================================================
--- /branches/rel_avx_2_7_5/3rdpartyappliance/centos-i40e/SOURCES/fix_pf_reset_failed.patch	(revision 0)
+++ /branches/rel_avx_2_7_5/3rdpartyappliance/centos-i40e/SOURCES/fix_pf_reset_failed.patch	(working copy)
@@ -0,0 +1,13 @@
+diff --git a/src/i40e/i40e_common.c b/src/i40e/i40e_common.c
+index f2e94e2..89e216f 100644
+--- a/src/i40e/i40e_common.c
++++ b/src/i40e/i40e_common.c
+@@ -1262,7 +1262,7 @@ static enum i40e_media_type i40e_get_media_type(struct i40e_hw *hw)
+ 	return media;
+ }
+ 
+-#define I40E_PF_RESET_WAIT_COUNT	200
++#define I40E_PF_RESET_WAIT_COUNT	1000
+ /**
+  * i40e_pf_reset - Reset the PF
+  * @hw: pointer to the hardware structure

Property changes on: 3rdpartyappliance/centos-i40e/SOURCES/fix_pf_reset_failed.patch
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: /branches/rel_avx_2_7_5/3rdpartyappliance/centos-i40e/SPECS/i40e.spec
===================================================================
--- /branches/rel_avx_2_7_5/3rdpartyappliance/centos-i40e/SPECS/i40e.spec	(revision 9120)
+++ /branches/rel_avx_2_7_5/3rdpartyappliance/centos-i40e/SPECS/i40e.spec	(working copy)
@@ -1,7 +1,7 @@
 Name: i40e
 Summary: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver
 Version: 1.4.25
-Release: 12
+Release: 13
 Source: %{name}-%{version}.tar.gz
 Vendor: Intel Corporation
 License: GPL
@@ -34,6 +34,7 @@
 Patch999011: allow_vlan0_work.patch
 Patch999012: 25G_support.patch
 Patch999013: add_link_down_on_close_feature.patch
+Patch999014: fix_pf_reset_failed.patch
 
 ####
 %description
@@ -54,6 +55,7 @@
 %patch999011 -p1
 %patch999012 -p1
 %patch999013 -p0
+%patch999014 -p1
 
 %build
 make -C src clean
Index: /branches/rel_avx_2_7_5/update/avxsystem.ks
===================================================================
--- /branches/rel_avx_2_7_5/update/avxsystem.ks	(revision 9120)
+++ /branches/rel_avx_2_7_5/update/avxsystem.ks	(working copy)
@@ -109,7 +109,7 @@
 vte3-0.36.4-1.el7.x86_64
 bind-libs-lite-9.9.4-29.el7.x86_64
 httpd-tools-2.4.6-40.el7.centos.4.1.x86_64
-i40e-1.4.25-12.x86_64
+i40e-1.4.25-13.x86_64
 flac-libs-1.3.0-5.el7_1.x86_64
 ipmitool-1.8.13-8.el7_1.x86_64
 file-5.11-31.el7.x86_64
