The ixgbe driver has vector support for different architectures for a while now.
Fixes: b20971b6cca0 ("net/ixgbe: implement vector driver for ARM") Cc: sta...@dpdk.org Signed-off-by: David Marchand <david.march...@redhat.com> --- doc/guides/nics/ixgbe.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst index b1d77ab7ab..14573b542e 100644 --- a/doc/guides/nics/ixgbe.rst +++ b/doc/guides/nics/ixgbe.rst @@ -47,8 +47,6 @@ The wider register gives space to hold multiple packet buffers so as to save ins There is no change to PMD API. The RX/TX handler are the only two entries for vPMD packet I/O. They are transparently registered at runtime RX/TX execution if all condition checks pass. -1. To date, only an SSE version of IX GBE vPMD is available. - Some constraints apply as pre-conditions for specific optimizations on bulk packet transfers. The following sections explain RX and TX constraints in the vPMD. -- 2.41.0