X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_20_11.rst;h=3faafa4107ebb28fdf5ca4ed5d4fc5f1161d1278;hb=f985387e444b52d34f828651edaa4e4c84b59f95;hp=6c72e5ec3585162d70f6e6033e6d39edc6904bcd;hpb=47909357a0697fe9aaf4f0f27939f4edcdbb5e22;p=dpdk.git diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 6c72e5ec35..3faafa4107 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -55,6 +55,28 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Updated Cisco enic driver.** + + * Added support for VF representors with single-queue Tx/Rx and flow API + * Added support for egress PORT_ID action + * Added support for non-zero priorities for group 0 flows + +* **Extended flow-perf application.** + + * Started supporting user order instead of bit mask: + Now the user can create any structure of rte_flow + using flow performance application with any order, + moreover the app also now starts to support inner + items matching as well. + * Added header modify actions. + * Added flag action. + * Added raw encap/decap actions. + * Added VXLAN encap/decap actions. + * Added ICMP and ICMP6 matching items. + * Added option to set port mask for insertion/deletion: + ``--portmask=N`` + where N represents the hexadecimal bitmask of ports used. + Removed Items ------------- @@ -126,6 +148,11 @@ API Changes * ethdev: ``rte_eth_rx_descriptor_done()`` API has been deprecated. +* Renamed internal ethdev APIs: + + * ``_rte_eth_dev_callback_process()`` -> ``rte_eth_dev_callback_process()`` + * ``_rte_eth_dev_reset`` -> ``rte_eth_dev_internal_reset()`` + * rawdev: Added a structure size parameter to the functions ``rte_rawdev_queue_setup()``, ``rte_rawdev_queue_conf_get()``, ``rte_rawdev_info_get()`` and ``rte_rawdev_configure()``, @@ -166,6 +193,8 @@ ABI Changes * ``struct eth_dev_ops`` is no more accessible by applications, which was already internal data structure. + * ``ethdev`` internal functions are marked with ``__rte_internal`` tag. + Known Issues ------------