Hi,
I download the latest ixgbe driver from source forge.
for example,
wget http://sourceforge.net/projects/e1000/files/ixgbe%20stable/4.1.1/
ixgbe-4.1.1.tar.gz
<http://sourceforge.net/projects/e1000/files/ixgbe%20stable/4.1.1/ixgbe-4.1.1.tar.gz/download>
then find the ixgbe in your linux kernel, for example, ixgbe is in
drivers/net/intel/ixgbe
Please rename the default ixgbe driver to another name, for example
mv ixgbe ixgbe-default
Then uncompress the latest ixgbe driver 4.1.1 to this
tar -zxvf ixgbe-4.1.1.tar.gz -C drivers/net/intel/
then rename ixgbe-4.1.1 to ixgbe
mv ixgbe-4.1.1 ixgbe
then run make menuconfig
enable ixgbe driver
then, if you compile the kernel in ubuntu,
make-kpkg --initrd --append-to-version=-ixgbe kernel_image kernel-headers
Note: maybe you will fix some errors. Do not give up, all the errors will
be fix soon.
after building successfully, you will get 2 deb files.
run "dpkg -i *.deb"
You will install the latest kernel into your host.
then run "reboot"
select the latest kernel.
Then make tests according my previous mail.
If any problem, please let me know.
Zhu Yanjun
On Tue, Jul 14, 2015 at 1:04 AM, Tantilov, Emil S <emil.s.tanti...@intel.com
> wrote:
>
> >-----Original Message-----
> >From: zhuyj [mailto:zyjzyj2...@gmail.com]
> >Sent: Saturday, July 11, 2015 12:46 AM
> >To: Tantilov, Emil S
> >Cc: Skidmore, Donald C
> >Subject: Re: [E1000-devel] CONFIG_IXGBE_DISABLE_PACKET_SPLIT in ixgbe nic
> >driver
> >
> >hi,
> >
> >Please do not use the ixgbe driver from linux kernel. Please use the ixgbe
> >driver from source forge.
>
> I am using the out-of-tree driver from sourceforge.
>
> >Before making tests, run
> >grep "CONFIG_IXGBE_DISABLE_PACKET_SPLIT " -r ./
> >
> >if there are a lot of "CONFIG_IXGBE_DISABLE_PACKET_SPLIT " in the source
> >code,then use it to compile a new driver.
>
> I'm not sure what you mean here - do you compile the driver by default (as
> in just make) or
> do you make changes to it? Do you use compile options? If so provide the
> exact command you use to build the driver.
>
> >
> >If "CONFIG_IXGBE_DISABLE_PACKET_SPLIT " is not enabled, you will reproduce
> >this problem.
>
> That define is never set.
>
> You did not answer my question - what are the exact versions of the driver
> you are using and the Linux distribution?
>
> Thanks,
> Emil
>
>
>
------------------------------------------------------------------------------
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