Skip to content

Commit

Permalink
doc: remove restriction on ixgbe vector support
Browse files Browse the repository at this point in the history
[ upstream commit 0e26c9eb6b783aa2914c2a2b7ef0918bd82856be ]

The ixgbe driver has vector support for different architectures for a
while now.

Fixes: b20971b ("net/ixgbe: implement vector driver for ARM")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
david-marchand authored and kevintraynor committed Dec 5, 2023
1 parent fab24e7 commit f8a3dcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/guides/nics/ixgbe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,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.

Expand Down

0 comments on commit f8a3dcb

Please sign in to comment.