> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Tuesday, May 2, 2017 7:23 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: API change notice for librte_table > > Signed-off-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index a3e7c72..ae937f5 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -81,3 +81,9 @@ Deprecation Notices > > - ``rte_crpytodev_scheduler_mode_get``, replaced by > ``rte_cryptodev_scheduler_mode_get`` > - ``rte_crpytodev_scheduler_mode_set``, replaced by > ``rte_cryptodev_scheduler_mode_set`` > + > +* librte_table: The “key_mask” parameter will be added to all the hash > tables > + that currently do not have it, as well as to the hash compute function > + prototype. The non-“do-sig” versions of the hash tables will be removed > + (including the “signature_offset” parameter) and the “do-sig” versions > renamed > + accordingly. > -- > 2.7.4
Acked-by: Reshma Pattan <reshma.pat...@intel.com>