DPDK patches and discussions
 help / color / mirror / Atom feed
From: Vincent Li <vincent.mc.li@gmail.com>
To: Yong Wang <yongwang@vmware.com>
Cc: "Xu, Qian Q" <qian.q.xu@intel.com>,
	"Ding, HengX" <hengx.ding@intel.com>,
	 "dev@dpdk.org" <dev@dpdk.org>,
	Stephen Hemminger <stephen@networkplumber.org>
Subject: Re: [dpdk-dev] testpmd could not start up with vmxnet3 port
Date: Wed, 23 Mar 2016 10:27:27 -0700	[thread overview]
Message-ID: <CAK3+h2xt16ji2mXgzW+tO=8MG42fjjiocYn2Q7ZJ7bpX8+BqWw@mail.gmail.com> (raw)
In-Reply-To: <1B45C0A9-35DB-4419-8A35-729B64E1AC56@vmware.com>

> Currently vmxnet3’s default_txconf.txq_flags is set to the following, which is used by testpmd
> as there is no explicit txconf passed when initializing tx queue:
>
>         dev_info->default_txconf.txq_flags = ETH_TXQ_FLAGS_NOMULTSEGS |
>                                                 ETH_TXQ_FLAGS_NOOFFLOADS;
>
> With the referred patch that introduced l4 cksum offload, we should update the default txq
> flags check accordingly.  Heng, can you post the error logs to confirm this is indeed the cause
> of the error you reported?
>
> Related to this, I saw that the check for NOMULTISEGS has been removed and the check for
> NOVLANOFF was never implemented.  Should we just remove the offload flags check as well
> as I don’t see much value of this check.  Basically we know that the device does not support
> certain offload and we have to set those flags to let the device initialize. But doing this does
> nothing to prevent users to request these non-supported offload.  I also saw another thread
> discussing better device capability APIs and hopefully this will not be needed then.

somehow hijack this thread, in my company  ESXi environment, we are
using tagged vlan in ESXi (select "network label" in vsphpere client
when adding VM network adapter. I found the DPDK application packet
running on one ESXi VM can't reach to other ESXi VM, is this because
VLAN offload not implemented in vmxnet3 PMD ? any clue can I address
the tagged vlan in ESXi environment?

Thanks!

Vincent

  reply	other threads:[~2016-03-23 17:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-23  3:27 Ding, HengX
2016-03-23  3:31 ` Xu, Qian Q
2016-03-23  5:52   ` Yong Wang
2016-03-23 17:27     ` Vincent Li [this message]
2016-03-23  5:57   ` Yong Wang
2016-03-23  6:28     ` Ding, HengX
2016-03-23 15:55     ` Thomas Monjalon
2016-03-24  3:38       ` Yong Wang

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='CAK3+h2xt16ji2mXgzW+tO=8MG42fjjiocYn2Q7ZJ7bpX8+BqWw@mail.gmail.com' \
    --to=vincent.mc.li@gmail.com \
    --cc=dev@dpdk.org \
    --cc=hengx.ding@intel.com \
    --cc=qian.q.xu@intel.com \
    --cc=stephen@networkplumber.org \
    --cc=yongwang@vmware.com \
    /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).