DPDK patches and discussions
 help / color / mirror / Atom feed
From: Tomasz K <tomasz.kasowicz@gmail.com>
To: dev <dev@dpdk.org>
Subject: [dpdk-dev] testpmd unable to set allmulti for VF
Date: Thu, 10 Jul 2014 13:48:55 +0200	[thread overview]
Message-ID: <CAHJKsGy2KxvYuP2hxju9NGQ9dwx1jyR=LqxLKZNUEXcKGrj+Ug@mail.gmail.com> (raw)

Hi All

I have an Intel 82599 with VFs created using Kernel Driver.
Two of the VFs are bound to DPDK Driver.

I'm trying to enable multicast for both VFs with testpmd app but it doesn't
work.
Output below:
testpmd> show port info 0

********************* Infos for port 0  *********************
MAC address: 02:09:C0:5C:65:18
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 100 Mbps
Link duplex: half-duplex
Promiscuous mode: disabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 128
Maximum number of MAC addresses of hash filtering: 4096
VLAN offload:
  strip on
  filter on
  qinq(extend) off
testpmd>
testpmd>
testpmd>
testpmd> set allmulti 0 on
testpmd>
testpmd>
testpmd> show port info 0

********************* Infos for port 0  *********************
MAC address: 02:09:C0:5C:65:18
Connect to socket: 0
memory allocation on the socket: 0
Link status: up
Link speed: 100 Mbps
Link duplex: half-duplex
Promiscuous mode: disabled
Allmulticast mode: disabled
Maximum number of MAC addresses: 128
Maximum number of MAC addresses of hash filtering: 4096
VLAN offload:
  strip on
  filter on
  qinq(extend) off
testpmd>

I also tried to bind VFs to VFIO driver but this also doesn't work.

So my question is: is it possible to set multicast for VF. If yes then why
testpmd is unable to set it

Setup:
HP Dl380p, Ubuntu 14, Intel 82599

Thanks
Tomasz

                 reply	other threads:[~2014-07-10 11:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHJKsGy2KxvYuP2hxju9NGQ9dwx1jyR=LqxLKZNUEXcKGrj+Ug@mail.gmail.com' \
    --to=tomasz.kasowicz@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).