From: Tom Barbette <barbette@kth.se>
To: dev@dpdk.org
Cc: thomas@monjalon.net, ferruh.yigit@intel.com,
arybchenko@solarflare.com, Tom Barbette <barbette@kth.se>
Subject: [dpdk-dev] [PATCH v2] reta_query: Doc requirements on reta_conf
Date: Fri, 5 Apr 2019 15:13:37 +0200 [thread overview]
Message-ID: <20190405131337.32589-1-barbette@kth.se> (raw)
Message-ID: <20190405131337.kNBqPNcNcGeeBpxMEuL8vqcJCvs_vEjPtDIJBPNMEH4@z> (raw)
Clarify the fact that mask bits should be set in rte_eth_reta_query.
v2:
- Change documentation string as suggested by Ferruh
Signed-off-by: Tom Barbette <barbette@kth.se>
---
lib/librte_ethdev/rte_ethdev.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
index e254da8b1..2a49fd2e2 100644
--- a/lib/librte_ethdev/rte_ethdev.h
+++ b/lib/librte_ethdev/rte_ethdev.h
@@ -2941,7 +2941,8 @@ int rte_eth_dev_rss_reta_update(uint16_t port_id,
* @param port_id
* The port identifier of the Ethernet device.
* @param reta_conf
- * RETA to query.
+ * RETA to query. For each requested reta entry, corresponding bit
+ * in mask must be set.
* @param reta_size
* Redirection table size. The table size can be queried by
* rte_eth_dev_info_get().
--
2.17.1
next reply other threads:[~2019-04-05 13:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-05 13:13 Tom Barbette [this message]
2019-04-05 13:13 ` Tom Barbette
2019-04-05 13:44 ` Ferruh Yigit
2019-04-05 13:44 ` Ferruh Yigit
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=20190405131337.32589-1-barbette@kth.se \
--to=barbette@kth.se \
--cc=arybchenko@solarflare.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=thomas@monjalon.net \
/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).