DPDK usage discussions
 help / color / mirror / Atom feed
From: David Christensen <drc@linux.vnet.ibm.com>
To: users@dpdk.org
Subject: Re: [dpdk-users] Problem with dpdk vf pollmode driver - Ethernet controller: Intel Corporation XL710/X710 Virtual Function
Date: Thu, 3 Sep 2020 09:44:53 -0700	[thread overview]
Message-ID: <c9c3fc20-f7e1-e7c0-53ba-1bfb2dafa2d2@linux.vnet.ibm.com> (raw)
In-Reply-To: <CA+i0PGUsjnkGzR_sQDD6=3DsFR8nzBz=w-RU_x1Ew9j=cg_=GQ@mail.gmail.com>

On 9/2/20 10:26 PM, Venumadhav Josyula wrote:
> We have SR-IOV, we have few virtual functions mapped to an vm. We have
> seeing link issues, after we started dpdk based application we are seeing
> following

Ensure that VF link state is set appropriately.  The following "ip" 
command allows you to control whether the VF link follows the physical 
function link state, is always up, or is forced down (your system might 
be configured for the "down" state):

ip link set <pf> vf <vf_index> state auto|enable|disable

Try enabling "auto" or "enable" on the host and see if that helps.

Dave

  reply	other threads:[~2020-09-03 16:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03  5:26 Venumadhav Josyula
2020-09-03 16:44 ` David Christensen [this message]
2020-09-03 16:47   ` Venumadhav Josyula

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=c9c3fc20-f7e1-e7c0-53ba-1bfb2dafa2d2@linux.vnet.ibm.com \
    --to=drc@linux.vnet.ibm.com \
    --cc=users@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).