DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] doc/eth: update document for functional limitation
@ 2018-05-23 10:05 Vipin Varghese
  2018-05-24 17:06 ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Vipin Varghese @ 2018-05-23 10:05 UTC (permalink / raw)
  To: dev, qi.z.zhang, marko.kovacevic; +Cc: deepak.k.jain, Vipin Varghese

ETH APIs dev_attach and dev_dettach can be exercised from primary
process only. Secondary process only maps the resource and does
not have access to internal device list. Hence updating documentation
to reflect the same.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
---
 lib/librte_ethdev/rte_ethdev.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
index 36e3984..6afcf9f 100644
--- a/lib/librte_ethdev/rte_ethdev.h
+++ b/lib/librte_ethdev/rte_ethdev.h
@@ -1479,6 +1479,9 @@ int rte_eth_dev_attach(const char *devargs, uint16_t *port_id);
  * This function must be called when the device is in the
  * closed state.
  *
+ * Note:
+ * - Currently supported for primary process only.
+ *
  * @param port_id
  *   The port identifier of the device to detach.
  * @param devname
@@ -1493,6 +1496,9 @@ int rte_eth_dev_detach(uint16_t port_id, char *devname);
  * Convert a numerical speed in Mbps to a bitmap flag that can be used in
  * the bitmap link_speeds of the struct rte_eth_conf
  *
+ * Note:
+ * - Currently supported for primary process only.
+ *
  * @param speed
  *   Numerical speed value in Mbps
  * @param duplex
-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-25  9:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-23 10:05 [dpdk-dev] [PATCH v1] doc/eth: update document for functional limitation Vipin Varghese
2018-05-24 17:06 ` Thomas Monjalon
2018-05-25  0:44   ` Zhang, Qi Z
2018-05-25  8:34     ` Ferruh Yigit
2018-05-25  9:08       ` Zhang, Qi Z
2018-05-25  9:12         ` Ferruh Yigit

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).