All of lore.kernel.org
 help / color / mirror / Atom feed
* ixgbevf & i40evf: no Ethernet multicasts on rx
@ 2017-06-21 13:52 Gregory Etelson
  2017-06-21 15:39 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Gregory Etelson @ 2017-06-21 13:52 UTC (permalink / raw)
  To: dev; +Cc: wenzhuo.lu

Hello,

Ethernet frames sent to multicast destination address 01:ff:ff:ff:ff:01
not visible on ixgbe & i40e VF PMDs.

PF PMDs receive multicast frames normally.

Tested with DPDK v17.05.0 and
3566af6be7f968c678a867399ddc644fb762873b (current master) 

Regards,
Gregory

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ixgbevf & i40evf: no Ethernet multicasts on rx
  2017-06-21 13:52 ixgbevf & i40evf: no Ethernet multicasts on rx Gregory Etelson
@ 2017-06-21 15:39 ` Stephen Hemminger
  2017-06-22  6:17   ` Gregory Etelson
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2017-06-21 15:39 UTC (permalink / raw)
  To: Gregory Etelson; +Cc: dev, wenzhuo.lu

On Wed, 21 Jun 2017 16:52:41 +0300
Gregory Etelson <gregory@weka.io> wrote:

> Hello,
> 
> Ethernet frames sent to multicast destination address 01:ff:ff:ff:ff:01
> not visible on ixgbe & i40e VF PMDs.
> 
> PF PMDs receive multicast frames normally.
> 
> Tested with DPDK v17.05.0 and
> 3566af6be7f968c678a867399ddc644fb762873b (current master) 
> 
> Regards,
> Gregory

By default Intel VF's block multicast. To allow multicast you have to do
some configuration on the PF.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ixgbevf & i40evf: no Ethernet multicasts on rx
  2017-06-21 15:39 ` Stephen Hemminger
@ 2017-06-22  6:17   ` Gregory Etelson
  0 siblings, 0 replies; 3+ messages in thread
From: Gregory Etelson @ 2017-06-22  6:17 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev, wenzhuo.lu

On Wednesday, 21 June 2017 18:39:52 IDT Stephen Hemminger wrote:
> On Wed, 21 Jun 2017 16:52:41 +0300
> Gregory Etelson <gregory@weka.io> wrote:
> 
> > Hello,
> > 
> > Ethernet frames sent to multicast destination address 01:ff:ff:ff:ff:01
> > not visible on ixgbe & i40e VF PMDs.
> > 
> > PF PMDs receive multicast frames normally.
> > 
> > Tested with DPDK v17.05.0 and
> > 3566af6be7f968c678a867399ddc644fb762873b (current master) 
> > 
> > Regards,
> > Gregory
> 
> By default Intel VF's block multicast. To allow multicast you have to do
> some configuration on the PF.
> 

Hello Stephen,

I configured 2 VFs on IXBGE v5.1.3  PF,  CentOS-6.7 (2.6.32-573)
VF-0 operated by kernel ixgbevf driver.
It receives Ethernet multicast frames without any additional changes to PF
VF-1 operated by DPDK PMD. It does not receive any multicast frame at all.
I tried to set up DPDK multicast support with rte_eth_allmulticast_enable()
and rte_eth_dev_set_mc_addr_list()

Regards,
Gregory

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-22  6:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21 13:52 ixgbevf & i40evf: no Ethernet multicasts on rx Gregory Etelson
2017-06-21 15:39 ` Stephen Hemminger
2017-06-22  6:17   ` Gregory Etelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.