X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_16_11.rst;h=ada852ce8d7ea9bc3366be3574a6abf33cb0817c;hb=5842289a546ceb0072bd7faccb93821e21848e07;hp=723479d20a16a43db0fdf7bb21b24d25c2a9f3a9;hpb=c442fed81bb9f6e6af5d37d55a626d725ed1a69b;p=dpdk.git diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst index 723479d20a..ada852ce8d 100644 --- a/doc/guides/rel_notes/release_16_11.rst +++ b/doc/guides/rel_notes/release_16_11.rst @@ -49,6 +49,9 @@ New Features * Added a new function ``rte_raw_cksum_mbuf()`` to process the checksum of data embedded in an mbuf chain. + * Added new Rx checksum flags in mbufs to describe more states: unknown, + good, bad, or not present (useful for virtual drivers). This modification + was done for IP and L4. * **Added vhost-user dequeue zero copy support**