Fixed japi/java/Makefile.am so the JAR for NSH plugin builds as well.
[vpp.git] / build / external / patches / dpdk_18.05 / 0002-ixgbe-link-wait-longer.patch
1 diff --git a/drivers/net/ixgbe/base/ixgbe_common.c b/drivers/net/ixgbe/base/ixgbe_common.c
2 index e7e9256e5..2fb0a072c 100644
3 --- a/drivers/net/ixgbe/base/ixgbe_common.c
4 +++ b/drivers/net/ixgbe/base/ixgbe_common.c
5 @@ -5296,7 +5296,7 @@ s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw,
6                  * Section 73.10.2, we may have to wait up to 500ms if KR is
7                  * attempted.  82599 uses the same timing for 10g SFI.
8                  */
9 -               for (i = 0; i < 5; i++) {
10 +               for (i = 0; i < 10; i++) {
11                         /* Wait for the link partner to also set speed */
12                         msec_delay(100);
13