X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_21_11.rst;h=157b623036e53804d61fc0c5f8c6ace3e614cec9;hb=8edb6bc0263e8e7f068a65ea58491c0083aa6332;hp=d434e3334e68760d8095a3edc730748f719c3f47;hpb=f9bdee267ab84fd12dc288419aba341310b6ae08;p=dpdk.git diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst index d434e3334e..157b623036 100644 --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst @@ -294,6 +294,9 @@ API Changes * net: Renamed ``s_addr`` and ``d_addr`` fields of ``rte_ether_hdr`` structure to ``src_addr`` and ``dst_addr``, respectively. +* ethdev: Added items ``PORT_REPRESENTOR``, ``REPRESENTED_PORT`` and action + ``PORT_REPRESENTOR`` to flow API. + * cryptodev: The API rte_cryptodev_pmd_is_valid_dev is modified to rte_cryptodev_is_valid_dev as it can be used by the application as well as PMD to check whether the device is valid or not.