On 8/13/19 4:07 AM, Tiwei Bie wrote: > The simple Tx path in virtio has been removed in below commit. > This patch removes an undefined function declaration of simple > Tx and all related descriptions in the doc. > > Fixes: 57f818963d80 ("net/virtio: remove simple Tx path") > Cc: sta...@dpdk.org > > Signed-off-by: Tiwei Bie <tiwei....@intel.com> > --- > doc/guides/nics/virtio.rst | 15 ++------------- > drivers/net/virtio/virtio_ethdev.h | 3 --- > 2 files changed, 2 insertions(+), 16 deletions(-) > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>