]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Revert "ixgbe: make a workaround to tx hang issue under dom"
authorBrian Maly <brian.maly@oracle.com>
Wed, 31 Aug 2016 21:50:48 +0000 (17:50 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 9 Sep 2016 06:07:14 +0000 (23:07 -0700)
Orabug: 24574722

This reverts commit 885bb302d5bb06d7f26427133a3b8afb2115a53a.

Need to revert this commit as it causes a tx hang on dom0 for OVM

Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c

index 78048295236d163c2e62336f06d8451d77eb82ed..74f2ed8a8da8b74142c38c6ba16d16aaa192ff7f 100644 (file)
@@ -51,7 +51,6 @@
 #include <linux/prefetch.h>
 #include <scsi/fc/fc_fcoe.h>
 #include <net/vxlan.h>
-#include <xen/xen.h>
 
 #ifdef CONFIG_OF
 #include <linux/of_net.h>
@@ -6085,7 +6084,7 @@ int ixgbe_open(struct net_device *netdev)
        else
                queues = adapter->num_tx_queues;
 
-       err = netif_set_real_num_tx_queues(netdev, xen_initial_domain() ? 1 : queues);
+       err = netif_set_real_num_tx_queues(netdev, queues);
        if (err)
                goto err_set_queues;