From: Nelio Laranjeiro Date: Mon, 9 Nov 2015 16:48:20 +0000 (+0100) Subject: doc: announce ABI change for RETA configuration X-Git-Tag: spdx-start~7726 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=bd3cea78abd8dbfa0ce3f271b1238f8e1bb0a514;p=dpdk.git doc: announce ABI change for RETA configuration Signed-off-by: Nelio Laranjeiro Acked-by: Thomas Monjalon Acked-by: Olga Shern Acked-by: Wenzhuo Lu --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 54d46168c2..45c64d9ea6 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -12,6 +12,11 @@ Deprecation Notices ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss, tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff +* ABI changes is planned for the reta field in struct rte_eth_rss_reta_entry64 + which handles at most 256 entries (8 bits) while newer NICs support larger + tables (512 entries). + It should be integrated in release 2.3. + * The scheduler statistics structure will change to allow keeping track of RED actions.