dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ethdev: add notice for planned name size change
@ 2017-07-06 15:07 Stephen Hemminger
  2017-08-07 22:19 ` Yongseok Koh
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2017-07-06 15:07 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

VMBUS support will use GUID in eth_dev_data name field which requires
at least 37 characters. Plan for increase in size now.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 2e708dbe0deb..d5b70c50064a 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -95,3 +95,7 @@ Deprecation Notices
   The non-"do-sig" versions of the hash tables will be removed
   (including the ``signature_offset`` parameter)
   and the "do-sig" versions renamed accordingly.
+
+* ethdev: An ABI change is planned for 17.11 for the structure eth_dev_data.
+  The size of the unique name will increase RTE_ETH_NAME_MAX_LEN from 32 to
+  64 characters to allow using a globally unique identifier (GUID) in this field.
-- 
2.11.0

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

end of thread, other threads:[~2017-08-08  9:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 15:07 [PATCH] ethdev: add notice for planned name size change Stephen Hemminger
2017-08-07 22:19 ` Yongseok Koh
2017-08-08  4:56   ` Shahaf Shuler
2017-08-08  9:47     ` Thomas Monjalon

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