diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-11-16 13:18:21 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-11-16 13:19:21 +0000 |
commit | 169a9de21e263aa6599cdc2d87a45ae158d9f509 (patch) | |
tree | 54b453b237bd1606b0811b4312155441cc99f017 /doc/guides/rel_notes/deprecation.rst | |
parent | 976be7358289d46cd5ed8131bbf2e2c5a6838d3c (diff) |
New upstream version 17.11
Change-Id: Iee75c1267695faa05f289fe9bb512945507a4c45
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'doc/guides/rel_notes/deprecation.rst')
-rw-r--r-- | doc/guides/rel_notes/deprecation.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 6d9517ef..13e85432 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -45,5 +45,11 @@ Deprecation Notices Target release for removal of the legacy API will be defined once most PMDs have switched to rte_flow. +* 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 + director APIs. There is no ABI/API break. This change will just remove a + global configuration setting and require explicit configuration. + * librte_meter: The API will change to accommodate configuration profiles. Most of the API functions will have an additional opaque parameter. |