Re: [dpdk-dev] [PATCH 2/6] doc: fix typo in virtio in-order Rx function name

2019-09-06 Thread Maxime Coquelin
On 8/13/19 4:07 AM, Tiwei Bie wrote: > The Rx function that will be used when in-order is enabled > should be virtio_recv_mergeable_pkts_inorder() instead of > virtio_xmit_pkts_inorder(). > > Fixes: 8f3bd7e8702d ("net/virtio: add in-order Rx/Tx into selection") > Cc: sta...@dpdk.org > > Signed

[dpdk-dev] [PATCH 2/6] doc: fix typo in virtio in-order Rx function name

2019-08-12 Thread Tiwei Bie
The Rx function that will be used when in-order is enabled should be virtio_recv_mergeable_pkts_inorder() instead of virtio_xmit_pkts_inorder(). Fixes: 8f3bd7e8702d ("net/virtio: add in-order Rx/Tx into selection") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- doc/guides/nics/virtio.rst | 2