> > > 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 <step...@networkplumber.org> > > > --- > > > +* ethdev: An ABI change is planned for 17.11 for the structure > > eth_dev_data. > > Isn't it better to use "``rte_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. > > > > Except for the small comment above, > > Acked-by: Yongseok Koh <ys...@mellanox.com> > > Acked-by: Shahaf Shuler <shah...@mellanox.com>
Acked-by: Thomas Monjalon <tho...@monjalon.net> Applied, thanks