Re: [E1000-devel] [Intel-wired-lan] i40e card Tx resets

2016-03-18 Thread Jesse Brandeburg
On Thu, 17 Mar 2016 14:56:14 -0400 Sowmini Varadhan wrote: > On (03/17/16 10:20), zhuyj wrote: > > 1. modprobe NET_PKTGEN > > > > 2. download the tar file and uncompress to any directory. > > This tar file is from kernel. It is in samples/pktgen/ > > > > 3. cd

[E1000-devel] i40e: source for nvmupdate64e? (to clear module qualification)

2016-03-18 Thread Wesley W. Terpstra
Hi! I have an Intel X710-DA4 and want to use it with a few different SFPs. Unfortunately, out-of-the-box this seems to be disabled. >From poking around, it seems that the x710 firmware rejects SFPs not listed in the NVM qualified database whenever the "Enable Module Qualification" bit is set (see

Re: [E1000-devel] [Intel-wired-lan] Latest dev-queue pull has i40e VFs reporting "Device still in reset"

2016-03-18 Thread Williams, Mitch A
Thanks, Alex. I'll look into it. -Mitch > -Original Message- > From: Intel-wired-lan [mailto:intel-wired-lan-boun...@lists.osuosl.org] On > Behalf Of Alexander Duyck > Sent: Wednesday, March 16, 2016 10:21 AM > To: e1000-devel@lists.sourceforge.net; intel-wired-lan l...@lists.osuosl.org>

Re: [E1000-devel] [Intel-wired-lan] i40e card Tx resets

2016-03-18 Thread Sowmini Varadhan
On (03/17/16 12:28), Jesse Brandeburg wrote: > We can ask on netdev if the driver should defend against this kind of > input to hard_start_xmit (transmit routine), but the driver doesn't > check the maximum length of the skb to see if it is invalid, because > the stack can never build (only pktgen

Re: [E1000-devel] [Intel-wired-lan] i40e card Tx resets

2016-03-18 Thread zhuyj
On 03/18/2016 03:28 AM, Jesse Brandeburg wrote: > On Thu, 17 Mar 2016 14:56:14 -0400 > Sowmini Varadhan wrote: > >> On (03/17/16 10:20), zhuyj wrote: >>> 1. modprobe NET_PKTGEN >>> >>> 2. download the tar file and uncompress to any directory. >>> This tar file is from