>-Original Message-
>From: Junchang Wang [mailto:junchangw...@gmail.com]
>Sent: Wednesday, December 19, 2012 11:57 AM
>To: e1000-devel@lists.sourceforge.net
>Cc: Andreas Voellmy
>Subject: [E1000-devel] Patches for building ixgbe-3.11.33 on Linux 3.7.1
>
>Dear list,
>
>We were trying to bu
Dear list,
We were trying to build ixgbe-3.11.33 on Linux 3.7.1 and encountered
several problems. We fixed them and hope the following patch help your
releasing of new version.
--Junchang
diff --git a/Makefile b/Makefile
index 1e490fe..51c7ea9 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,
We (i.e. I together with my colleague Jason Wang, cc'ed) installed the latest
stable kernel (3.7.1) and verified that the bug still occurs. The bug occurs
when testing the program across a network link and when testing on the loopback
interface.
We also noticed that when testing across the n
We do not enable multicast promiscuous. The VF drivers do not support any form
of promiscuous receive behavior. If you want to enable multicast promiscuous
for VFs then you'll have to customize the driver for your own use and then
carry the patch that does so locally.
This command:
promisc o
Hi Chen,
I have tried to answer your questions as best I can below. However I am
not the maintainer for the ixgbe SR-IOV functionality. It is Greg Rose
who is the maintainer so I have added him and the e1000-devel mailing
list to this email.
Thanks,
Alex
On 12/19/2012 07:08 AM, Rugang Chen wr