From: Jingjing Wu Date: Wed, 17 Jun 2015 03:36:33 +0000 (+0800) Subject: doc: announce ABI change for flow director in VF X-Git-Tag: spdx-start~8524 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=bbb4cc6c50b27cc32de35acf52e037e5c6085711;p=dpdk.git doc: announce ABI change for flow director in VF It announces the planned ABI change to support flow director filtering in VF on v2.2. Signed-off-by: Jingjing Wu --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 5e8beed7fb..a70769d9bd 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -43,3 +43,7 @@ Deprecation Notices Functions: rte_eth_dev_fdir_*. Structures: rte_fdir_*, rte_eth_fdir. Enums: rte_l4type, rte_iptype. + +* ABI changes are planned for struct rte_eth_fdir_flow_ext in order to support + flow director filtering in VF. The release 2.1 does not contain these ABI + changes, but release 2.2 will, and no backwards compatibility is planned.