[E1000-devel] e1000 tx queue timeout

2015-03-12 Thread Erik Hugne
I got this trace with a recent net-next kernel ( 169bf9121b19 ) running on a KVM host (2 cores). The traffic pattern is low intensity TIPC traffic (and an SSH session). node1 ~ # [ 2099.839503] [ cut here ] [ 2099.840138] WARNING: CPU: 1 PID: 0 at net/sched/sch_generic.c:30

[E1000-devel] Open Enrollment March 12, 2015 : Forgiveness and Discharge Program

2015-03-12 Thread StudentForgiveness.Program
* The Student Forgiveness Program * Thursday Open Enrollment March 12, 2015 Just enacted: Obama Student Loan Forgiveness Public Service Loan Forgiveness (PSLF) Program *Over 5 million Students Forgiven Call Now! (888) 451 8776 *

Re: [E1000-devel] e1000 tx queue timeout

2015-03-12 Thread Fujinaka, Todd
The most likely answer is because you're using a development kernel. Can you try the latest stable kernel? The only recent change to e1000 should only be hit if you're changing the MTU. Todd Fujinaka Software Application Engineer Networking Division (ND) Intel Corporation todd.fujin...@intel.com

Re: [E1000-devel] [PATCH] ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features

2015-03-12 Thread Alexander Duyck
On 03/11/2015 11:00 PM, Hiroshi Shimamoto wrote: >> Subject: [PATCH] ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features >> >> This change makes it so that the HW_VLAN_STAG_FILTER bit is not falsely > s/STAG/CTAG/ right? > > thanks, > Hiroshi > Yeah, I I'm not sure where the S came from.

[E1000-devel] [PATCH v2] ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features

2015-03-12 Thread Alexander Duyck
This change makes it so that the HW_VLAN_CTAG_FILTER bit is not falsely advertised as being a feature that can be toggled on ixgbe parts. The driver was setting the bit in features and letting it be inherited by hw_features, however the driver was actually ignoring the value of the bit and just as

Re: [E1000-devel] ixgbe: kernel BUG at include/linux/mm.h

2015-03-12 Thread Ronciak, John
> You are right, I think I already found the root cause which was exist in block > layer. > Thanks again for all your help! NP Bob, glad you got it working. Cheers, John > -Original Message- > From: Bob Liu [mailto:lliu...@gmail.com] > Sent: Wednesday, March 11, 2015 6:00 PM > To: Ronciak

Re: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-12 Thread Alexander Duyck
On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: >> On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: >>> From: Hiroshi Shimamoto >>> >>> Disable hardware VLAN filtering if netdev->features VLAN flag is dropped. >>> >>> In SR-IOV case, there is a use case which needs to disable VLAN filter. >>> Fo