> > > 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 <[email protected]> > > > --- > > > +* 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 <[email protected]> > > Acked-by: Shahaf Shuler <[email protected]>
Acked-by: Thomas Monjalon <[email protected]> Applied, thanks

