From: Sunil Kumar Kori <skori@marvell.com> To: <jerinj@marvell.com>, <nikhil.rao@intel.com>, <pbhagavatula@marvell.com>, <hemant.agrawal@nxp.com>, <nipun.gupta@nxp.com>, <harry.van.haaren@intel.com>, <mattias.ronnblom@ericsson.com>, <liang.j.ma@intel.com>, John McNamara <john.mcnamara@intel.com>, "Marko Kovacevic" <marko.kovacevic@intel.com> Cc: <dev@dpdk.org>, Sunil Kumar Kori <skori@marvell.com> Subject: [dpdk-dev] [PATCH 1/3] doc: add skeleton for eventdevs feature metrices Date: Thu, 7 Nov 2019 16:42:05 +0530 Message-ID: <20191107111207.17143-1-skori@marvell.com> (raw) Patch adds skeleton for feature metrices for event dev and Rx/Tx adapters. Signed-off-by: Sunil Kumar Kori <skori@marvell.com> --- doc/guides/eventdevs/index.rst | 1 + doc/guides/eventdevs/overview.rst | 19 +++++ .../overview_adptr_feature_table.txt | 76 +++++++++++++++++ .../eventdevs/overview_feature_table.txt | 82 +++++++++++++++++++ 4 files changed, 178 insertions(+) create mode 100644 doc/guides/eventdevs/overview.rst create mode 100644 doc/guides/eventdevs/overview_adptr_feature_table.txt create mode 100644 doc/guides/eventdevs/overview_feature_table.txt diff --git a/doc/guides/eventdevs/index.rst b/doc/guides/eventdevs/index.rst index 570905b81..540ac762c 100644 --- a/doc/guides/eventdevs/index.rst +++ b/doc/guides/eventdevs/index.rst @@ -11,6 +11,7 @@ application trough the eventdev API. :maxdepth: 2 :numbered: + overview dpaa dpaa2 dsw diff --git a/doc/guides/eventdevs/overview.rst b/doc/guides/eventdevs/overview.rst new file mode 100644 index 000000000..6825b9007 --- /dev/null +++ b/doc/guides/eventdevs/overview.rst @@ -0,0 +1,19 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(C) 2019 Marvell International Ltd. + +Event Device Supported Functionality Matrices +============================================= + +Event Device Supported Feature Flags +------------------------------------ + +.. _table_eventdev_pmd_features: + +.. include:: overview_feature_table.txt + +Adapter Supported Feature Flags +------------------------------- + +.. _table_adapter_features: + +.. include:: overview_adptr_feature_table.txt diff --git a/doc/guides/eventdevs/overview_adptr_feature_table.txt b/doc/guides/eventdevs/overview_adptr_feature_table.txt new file mode 100644 index 000000000..4f4887ea8 --- /dev/null +++ b/doc/guides/eventdevs/overview_adptr_feature_table.txt @@ -0,0 +1,76 @@ + +.. raw:: html + + <style> + .wy-nav-content { + opacity: .99; + } + table#id1 { + cursor: default; + overflow: hidden; + } + table#id1 th, table#id1 td { + text-align: center; + } + table#id1 th { + font-size: 72%; + white-space: pre-wrap; + vertical-align: top; + padding: 0.5em 0; + min-width: 0.9em; + width: 2em; + } + table#id1 col:first-child { + width: 0; + } + table#id1 th:first-child { + vertical-align: bottom; + } + table#id1 td { + font-size: 70%; + padding: 1px; + } + table#id1 td:first-child { + padding-left: 1em; + text-align: left; + } + table#id1 tr:nth-child(2n-1) td { + background-color: rgba(210, 210, 210, 0.2); + } + table#id1 th:not(:first-child):hover, + table#id1 td:not(:first-child):hover { + position: relative; + } + table#id1 th:not(:first-child):hover::after, + table#id1 td:not(:first-child):hover::after { + content: ''; + height: 6000px; + top: -3000px; + width: 100%; + left: 0; + position: absolute; + z-index: -1; + background-color: #ffb; + } + table#id1 tr:hover td { + background-color: #ffb; + } + </style> + +.. table:: Features availability for adapters + + ================================ = = = = = = = + Feature d d d o o o s + p p s c c p w + a a w t t d + a a e e l + 2 o o + n n + t t + x x + 2 + ================================ = = = = = = = + Rx/Tx on internal port + Multiple event queues per ethdev + Override flow ID + ================================ = = = = = = = diff --git a/doc/guides/eventdevs/overview_feature_table.txt b/doc/guides/eventdevs/overview_feature_table.txt new file mode 100644 index 000000000..c2e9bd289 --- /dev/null +++ b/doc/guides/eventdevs/overview_feature_table.txt @@ -0,0 +1,82 @@ + +.. raw:: html + + <style> + .wy-nav-content { + opacity: .99; + } + table#id1 { + cursor: default; + overflow: hidden; + } + table#id1 th, table#id1 td { + text-align: center; + } + table#id1 th { + font-size: 72%; + white-space: pre-wrap; + vertical-align: top; + padding: 0.5em 0; + min-width: 0.9em; + width: 2em; + } + table#id1 col:first-child { + width: 0; + } + table#id1 th:first-child { + vertical-align: bottom; + } + table#id1 td { + font-size: 70%; + padding: 1px; + } + table#id1 td:first-child { + padding-left: 1em; + text-align: left; + } + table#id1 tr:nth-child(2n-1) td { + background-color: rgba(210, 210, 210, 0.2); + } + table#id1 th:not(:first-child):hover, + table#id1 td:not(:first-child):hover { + position: relative; + } + table#id1 th:not(:first-child):hover::after, + table#id1 td:not(:first-child):hover::after { + content: ''; + height: 6000px; + top: -3000px; + width: 100%; + left: 0; + position: absolute; + z-index: -1; + background-color: #ffb; + } + table#id1 tr:hover td { + background-color: #ffb; + } + </style> + +.. table:: Features availability in eventdev drivers + + ===================================== = = = = = = = + Feature d d d o o o s + p p s c c p w + a a w t t d + a a e e l + 2 o o + n n + t t + x x + 2 + ===================================== = = = = = = = + Event queue priority based scheduling + Event priority based scheduling + Event device distributed scheduling + Event device non sequential mode + Event queue all types + Burst mode enqueue/dequeue + Event port implicit release disable + Runtime event queue/port linking + Multi queue linking per port + ===================================== = = = = = = = -- 2.17.1
next reply other threads:[~2019-11-07 11:12 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-11-07 11:12 Sunil Kumar Kori [this message] 2019-11-07 11:12 ` [dpdk-dev] [PATCH 2/3] doc: update eventdev feature matrix for octeontx2 Sunil Kumar Kori 2019-11-07 11:12 ` [dpdk-dev] [PATCH 3/3] doc: update eventdev feature matrix for octeontx Sunil Kumar Kori 2019-11-15 7:38 ` [dpdk-dev] [PATCH 1/3] doc: add skeleton for eventdevs feature metrices Jerin Jacob 2019-11-21 7:44 ` [dpdk-dev] [PATCH v2 1/3] doc: add skeleton for eventdevs feature matrices Sunil Kumar Kori 2019-11-21 7:44 ` [dpdk-dev] [PATCH v2 2/3] doc: update eventdev feature matrix for octeontx2 Sunil Kumar Kori 2019-11-21 7:44 ` [dpdk-dev] [PATCH v2 3/3] doc: update eventdev feature matrix for octeontx Sunil Kumar Kori 2019-11-28 15:49 ` [dpdk-dev] [PATCH v2 1/3] doc: add skeleton for eventdevs feature matrices Thomas Monjalon 2019-12-03 6:27 ` [dpdk-dev] [PATCH v3 " Sunil Kumar Kori 2019-12-03 6:27 ` [dpdk-dev] [PATCH v3 2/3] doc: update eventdev feature matrix for octeontx2 Sunil Kumar Kori 2019-12-03 6:27 ` [dpdk-dev] [PATCH v3 3/3] doc: update eventdev feature matrix for octeontx Sunil Kumar Kori 2020-02-27 7:02 ` [dpdk-dev] [PATCH v4 1/3] doc: add skeleton for eventdevs feature matrices Sunil Kumar Kori 2020-02-27 7:03 ` [dpdk-dev] [PATCH v4 2/3] doc: update eventdev feature matrix for octeontx2 Sunil Kumar Kori 2020-02-27 7:03 ` [dpdk-dev] [PATCH v4 3/3] doc: update eventdev feature matrix for octeontx Sunil Kumar Kori 2019-11-07 11:14 [dpdk-dev] [PATCH 1/3] doc: add skeleton for eventdevs feature metrices Sunil Kumar Kori
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=20191107111207.17143-1-skori@marvell.com \ --to=skori@marvell.com \ --cc=dev@dpdk.org \ --cc=harry.van.haaren@intel.com \ --cc=hemant.agrawal@nxp.com \ --cc=jerinj@marvell.com \ --cc=john.mcnamara@intel.com \ --cc=liang.j.ma@intel.com \ --cc=marko.kovacevic@intel.com \ --cc=mattias.ronnblom@ericsson.com \ --cc=nikhil.rao@intel.com \ --cc=nipun.gupta@nxp.com \ --cc=pbhagavatula@marvell.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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ http://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git