97a5b5dfba
- Updated to 16.11.2 which provide bug fixes as below(fate#321541): * mbuf: fix missing includes in exported header * eal: fix debug macro redefinition * net/nfp: fix packet/data length conversion * net/i40e: fix setup when bulk is disabled * pci: fix device registration on FreeBSD * net/i40e: ensure vector mode is not used with QinQ * nic_uio: fix device binding at boot * net/bnx2x: fix transmit queue free threshold * net/vmxnet3: fix queue size changes * kni: fix build with kernel 4.11 * kni: fix possible memory leak * kni: fix crash caused by freeing mempool * net/i40e: fix allocation check * net/virtio: fix crash when closing twice * net/ixgbevf: set xstats id values * net/i40e: fix hash input set on X722 * eal/linux: fix build with glibc 2.25 * net/i40e: fix incorrect packet index reference * net/thunderx: fix 32-bit build * net/thunderx: fix build on FreeBSD * net/thunderx: fix deadlock in Rx path * net/ixgbe: fix setting MTU on stopped device * vfio: fix secondary process start * net/virtio-user: fix address on 32-bit system * net/virtio: fix MSI-X for modern devices * net/virtio: fix link status always down * net/ixgbe: fix multi-queue mode check in SRIOV mode * net/i40e/base: fix potential out of bound array access * vhost: fix false sharing OBS-URL: https://build.opensuse.org/request/show/505232 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=51
14 lines
462 B
Diff
14 lines
462 B
Diff
diff --git a/lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h b/lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h
|
|
index d077b49e9..8667f29ca 100644
|
|
--- a/lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h
|
|
+++ b/lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h
|
|
@@ -607,7 +607,7 @@ struct igb_adapter {
|
|
int int_mode;
|
|
u32 rss_queues;
|
|
u32 vmdq_pools;
|
|
- char fw_version[32];
|
|
+ char fw_version[43];
|
|
u32 wvbr;
|
|
struct igb_mac_addr *mac_table;
|
|
#ifdef CONFIG_IGB_VMDQ_NETDEV
|