]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/base/i40e_type.h
net/i40e/base: retry AQC to overcome IRCRead hangs
[dpdk.git] / drivers / net / i40e / base / i40e_type.h
index d049509a2fa3fd1e011f81c6b1d1a84502f0eb3b..438e70678e3a797e2ccfd345b19a06ab6c6ac26f 100644 (file)
@@ -77,6 +77,9 @@ POSSIBILITY OF SUCH DAMAGE.
 /* Max default timeout in ms, */
 #define I40E_MAX_NVM_TIMEOUT           18000
 
+/* Max timeout in ms for the phy to respond */
+#define I40E_MAX_PHY_TIMEOUT           500
+
 /* Check whether address is multicast. */
 #define I40E_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01))