On 22/09/2016 13:44, Jianfeng Tan wrote: [..] > > Suggested-by: Yigit, Ferruh <ferruh.yigit at intel.com> > Signed-off-by: Jianfeng Tan <jianfeng.tan at intel.com>
Acked-by: Remy Horton <remy.horton at intel.com> > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -57,3 +57,8 @@ Deprecation Notices > * API will change for ``rte_port_source_params`` and ``rte_port_sink_params`` > structures. The member ``file_name`` data type will be changed from > ``char *`` to ``const char *``. This change targets release 16.11. As an aside I don't think changing a structure entry to const will affect its binary layout, so this ought not be an ABI break..