File diff d0a14f973771 → 1efda0e3054b
vmkdrivers/src_9/drivers/net/ixgbe/ixgbe_cna.c
Show inline comments
...
 
@@ -107,7 +107,12 @@ int ixgbe_cna_enable(struct ixgbe_adapter *adapter)
 
	cnadev->mtu = netdev->mtu;
 
	cnadev->pdev = netdev->pdev;
 
	cnadev->gso_max_size = GSO_MAX_SIZE;
 
	cnadev->features = netdev->features | NETIF_F_CNA;
 
#ifdef __VMKLNX__
 
	cnadev->features = netdev->features | NETIF_F_CNA |
 
                        NETIF_F_HW_VLAN_FILTER;
 
#else
 
   cnadev->features = netdev->features | NETIF_F_CNA;
 
#endif /*__VMKLNX__*/
 

	
 
	/* set the MAC address to SAN mac address */
 
	if (ixgbe_validate_mac_addr(adapter->hw.mac.san_addr) == 0)