[E1000-devel] Rasteiras a partir de 19.99! Aproveite!

2015-02-19 Thread Marisa
[http://teddasvendas.com.br/newapp/link.php?M=18274N=34L=351F=T natilde;o esteja visualizando este e-mail, acesse aqui. [http://teddasvendas.com.br/newapp/link.php?M=18274N=34L=352F=T] [http://teddasvendas.com.br/newapp/link.php?M=18274N=34L=353F=T]

Re: [E1000-devel] FCoE on ixgbe failing

2015-02-19 Thread Fujinaka, Todd
There are multiple errors in the system log that are usually related to a mismatch in the DCB version of the switch and host. Syslog reports the following: Feb 18 15:03:54 h6 fcoemon: fcm_process_ieee_msg: Unexpected command type 9 Feb 18 15:03:54 h6 fcoemon: fcm_process_ieee_msg:

Re: [E1000-devel] [PATCH v2 2/3] if_link: Add VF multicast promiscuous control

2015-02-19 Thread Or Gerlitz
On Fri, Feb 20, 2015, Hiroshi Shimamoto h-shimam...@ct.jp.nec.com wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Add netlink directives and ndo entry to allow VF multicast promiscuous mode. The administrator wants to allow dedicatedly multicast promiscuous per VF. Jeff, Hiroshi, I

Re: [E1000-devel] [PATCH v2 3/3] ixgbe: Add new ndo to allow VF multicast promiscuous mode

2015-02-19 Thread Jeff Kirsher
On Fri, 2015-02-20 at 01:01 +, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Implements the new netdev op to allow VF multicast promiscuous mode. The administrator can allow to VF multicast promiscuous mode for only trusted VM. After allowing multicast

Re: [E1000-devel] [PATCH v2 1/3] ixgbe, ixgbevf: Add new mbox API to enable MC promiscuous mode

2015-02-19 Thread Jeff Kirsher
On Fri, 2015-02-20 at 00:59 +, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com The limitation of the number of multicast address for VF is not enough for the large scale server with SR-IOV feature. IPv6 requires the multicast MAC address for each IP address to

Re: [E1000-devel] [PATCH v2 2/3] if_link: Add VF multicast promiscuous control

2015-02-19 Thread Jeff Kirsher
On Fri, 2015-02-20 at 01:00 +, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Add netlink directives and ndo entry to allow VF multicast promiscuous mode. The administrator wants to allow dedicatedly multicast promiscuous per VF. Signed-off-by: Hiroshi

Re: [E1000-devel] [PATCH v2 3/3] ixgbe: Add new ndo to allow VF multicast promiscuous mode

2015-02-19 Thread Or Gerlitz
On Fri, Feb 20, 2015 at 3:01 AM, Hiroshi Shimamoto h-shimam...@ct.jp.nec.com wrote: The administrator can allow to VF multicast promiscuous mode for only trusted VM. # ./ip link set dev eth0 vf 1 mc_promisc on When disallowing multicast promiscuous mode, we can only use 30 IPv6 addresses.

[E1000-devel] [PATCH v2 2/3] if_link: Add VF multicast promiscuous control

2015-02-19 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Add netlink directives and ndo entry to allow VF multicast promiscuous mode. The administrator wants to allow dedicatedly multicast promiscuous per VF. Signed-off-by: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Reviewed-by: Hayato Momma

[E1000-devel] [PATCH v2 3/3] ixgbe: Add new ndo to allow VF multicast promiscuous mode

2015-02-19 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Implements the new netdev op to allow VF multicast promiscuous mode. The administrator can allow to VF multicast promiscuous mode for only trusted VM. After allowing multicast promiscuous mode from the host, we can use over 30 IPv6 addresses on

[E1000-devel] i40e PF driver hang in i40e_get_capabilities

2015-02-19 Thread Santosh Jodh
We are running version 1.1.23 of i40e driver from sourceforge.net. NICs have following firmware version: f4.22 a1.2 n04.25. During a simple reboot test, 1 out of 5 times, the driver fails to enumerate the interface. Some initial instrumentation indicates that the driver is stuck in a loop in

[E1000-devel] [PATCH v2 1/3] ixgbe, ixgbevf: Add new mbox API to enable MC promiscuous mode

2015-02-19 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com The limitation of the number of multicast address for VF is not enough for the large scale server with SR-IOV feature. IPv6 requires the multicast MAC address for each IP address to handle the Neighbor Solicitation message. We couldn't assign over