On Mon, Sep 30, 2019 at 6:45 PM Ciara Loftus <ciara.lof...@intel.com> wrote: > diff --git a/doc/guides/rel_notes/release_19_11.rst > b/doc/guides/rel_notes/release_19_11.rst > index 06bf57c42..22369107c 100644 > --- a/doc/guides/rel_notes/release_19_11.rst > +++ b/doc/guides/rel_notes/release_19_11.rst > @@ -62,6 +62,8 @@ New Features > > * Support for pinning netdev queue IRQs to cores specified by the user. > Available for ixgbe, i40e and mlx5 drivers. > + * Enabled zero copy between application mempools and UMEM by enabling the > + XDP_UMEM_UNALIGNED_CHUNKS UMEM flag. > > > Removed Items > @@ -85,6 +87,8 @@ Removed Items > "port config <port_id> rx_offload > crc_strip|scatter|ipv4_cksum|udp_cksum|tcp_cksum| > timestamp|vlan_strip|vlan_filter|vlan_extend on|off" > > + * Removed AF_XDP pmd_zero copy vdev argument. Support is now > auto-detected. > + >
Caught by Maxime, this part is indented and interpreted as a comment when generating the doc. Ferruh, how do you want to deal with this? I can merge http://patchwork.dpdk.org/patch/60798/ in master for testpmd. Or you merge it and fix the AF_XDP issue in next-net. Thanks. -- David Marchand