Re: [E1000-devel] Patches for building ixgbe-3.11.33 on Linux 3.7.1

2012-12-19 Thread Tantilov, Emil S
>-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

[E1000-devel] Patches for building ixgbe-3.11.33 on Linux 3.7.1

2012-12-19 Thread Junchang Wang
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,

Re: [E1000-devel] epoll with ONESHOT possibly fails to deliver events

2012-12-19 Thread Andreas Voellmy
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

Re: [E1000-devel] when SR-IOV is used with Intel 82599 NIC, multicast packets are dropped and not delivered to VF(Virtual Function)

2012-12-19 Thread Rose, Gregory V
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

Re: [E1000-devel] when SR-IOV is used with Intel 82599 NIC, multicast packets are dropped and not delivered to VF(Virtual Function)

2012-12-19 Thread Alexander Duyck
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