Hi I'm using ethtool -L to change the number of RX channels. I see that it doesn't work on my ixgbe 82598 controllers. The problem is in ixgbe_setup_tc() if (tc > adapter->dcb_cfg.num_tcs.pg_tcs || (hw->mac.type == ixgbe_mac_82598EB && tc < IXGBE_DCB_MAX_TRAFFIC_CLASS)) { return -EINVAL; }
The value of tc is 0 (< 8 (IXGBE_DCB_MAX_TRAFFIC_CLASS)) because DCB is disabled. Why is that ? Is it safe to disable this piece of code ? Thanks ! -- Best regards, Tal Abudi ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired