From: Shahaf Shuler Date: Wed, 14 Feb 2018 12:32:44 +0000 (+0200) Subject: doc: announce ethdev API change for VF representors X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6790f48e661d9efe40ed35c05dba311908a0416b;p=dpdk.git doc: announce ethdev API change for VF representors This is following the RFC being discussed and targets 18.05 http://dpdk.org/ml/archives/dev/2018-January/085716.html Signed-off-by: Shahaf Shuler Acked-by: Thomas Monjalon Acked-by: Declan Doherty Acked-by: Remy Horton Acked-by: Luca Boccassi Acked-by: Alex Zelezniak Acked-by: Jerin Jacob --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 05436b2149..e931a243c4 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -128,6 +128,12 @@ Deprecation Notices - Members ``uint16_t rx_burst``, ``uint16_t tx_burst``, ``uint16_t rx_ring``, and ``uint16_t tx_ring`` would be added to ``struct preferred_size``. +* ethdev: A work is being planned for 18.05 to expose VF port representors + as a mean to perform control and data path operation on the different VFs. + As VF representor is an ethdev port, new fields are needed in order to map + between the VF representor and the VF or the parent PF. Those new fields + are to be included in ``rte_eth_dev_info`` struct. + * i40e: The default flexible payload configuration which extracts the first 16 bytes of the payload for RSS will be deprecated starting from 18.02. If required the previous behavior can be configured using existing flow