> On Dec 8, 2015, at 5:49 PM, Alan Deikman <[email protected]> wrote:
> 
> In this case the tester can send out any packet it wants out of port 1 (eth2) 
> but can only receive untagged packets on port 2 (eth3).  Is there some other 
> configuration that will allow it to work properly?   I have not seen any 
> documentation related to this.   Any help appreciated.

I managed to fix this problem so I will post it here in case someone else needs 
it.

The problem was the ports I were using were SR-IOV enabled ports on the Intel 
82599 NICs.  (aka Niantic) .   You have to disable SR-IOV at the driver level 
in order for OVS to receive promiscuous mode packets.

On Linux to do that you need to edit the /etc/modprobe.d/ixgbe.conf file.  


----------------------------
Alan Deikman
ZNYX Networks, Inc.




------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to