From: Haiyue Wang <haiyue.wang@intel.com>
To: dev@dpdk.org, qi.z.zhang@intel.com, wenzhuo.lu@intel.com,
liang-min.wang@intel.com, daniels@research.att.com
Cc: Haiyue Wang <haiyue.wang@intel.com>
Subject: [dpdk-dev] [PATCH 2/2] doc: add the description for option pflink_fullchk in ixgbevf
Date: Fri, 7 Jun 2019 11:10:42 +0800 [thread overview]
Message-ID: <1559877042-95011-4-git-send-email-haiyue.wang@intel.com> (raw)
In-Reply-To: <1559877042-95011-1-git-send-email-haiyue.wang@intel.com>
Add the detail description for this pflink_fullchk option, when it will
be used, and it is used for fixing what kind of issue.
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
doc/guides/nics/ixgbe.rst | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst
index 975143f..33812a5 100644
--- a/doc/guides/nics/ixgbe.rst
+++ b/doc/guides/nics/ixgbe.rst
@@ -82,6 +82,24 @@ To guarantee the constraint, capabilities in dev_conf.rxmode.offloads will be ch
fdir_conf->mode will also be checked.
+VF Runtime Options
+^^^^^^^^^^^^^^^^^^
+
+The following ``devargs`` options can be enabled at runtime. They must
+be passed as part of EAL arguments. For example,
+
+.. code-block:: console
+
+ testpmd -w af:10.0,pflink_fullchk=1 -- -i
+
+- ``pflink_fullchk`` (default **0**)
+
+ Toggle behavior to get ixgbevf link status quickly by checking the
+ mailbox status or not. If set, the VF will check the PF's link status
+ and the PF's mailbox running status, which will trigger PF's mailbox
+ interrupt generation. Otherwise, just check PF's link status, then no
+ mailbox interrupt in PF.
+
RX Burst Size
^^^^^^^^^^^^^
--
2.7.4
next prev parent reply other threads:[~2019-06-07 3:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-07 3:10 [dpdk-dev] [PATCH v1 1/2] net/ixgbevf: add an option pflink_fullchk to get link status quickly Haiyue Wang
2019-06-07 3:10 ` [dpdk-dev] [PATCH v1 2/2] doc: add the description for option pflink_fullchk in ixgbevf Haiyue Wang
2019-06-07 3:10 ` [dpdk-dev] [PATCH 1/2] net/ixgbevf: add an option pflink_fullchk to get link status quickly Haiyue Wang
2019-06-07 3:10 ` Haiyue Wang [this message]
2019-06-07 11:31 ` [dpdk-dev] [PATCH 2/2] doc: add the description for option pflink_fullchk in ixgbevf Scott Daniels
2019-06-07 12:25 ` Kevin Traynor
2019-06-07 13:55 ` Wang, Haiyue
2019-06-07 14:38 ` Kevin Traynor
2019-06-07 15:10 ` Wang, Haiyue
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=1559877042-95011-4-git-send-email-haiyue.wang@intel.com \
--to=haiyue.wang@intel.com \
--cc=daniels@research.att.com \
--cc=dev@dpdk.org \
--cc=liang-min.wang@intel.com \
--cc=qi.z.zhang@intel.com \
--cc=wenzhuo.lu@intel.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).