]> git.droids-corp.org - dpdk.git/commit
net/ixgbe: add vector stubs for RISC-V
authorStanislaw Kardach <kda@semihalf.com>
Tue, 7 Jun 2022 10:46:11 +0000 (12:46 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 8 Jun 2022 09:26:34 +0000 (11:26 +0200)
commitd2d9f93046d821ed387ce14ec6ded55e15f0a525
treebbca0a87419b5a5997e3f4395b8e5ef05eef4922
parent3dea1b2693ab8b46f5add0642b08714884634bae
net/ixgbe: add vector stubs for RISC-V

Re-use vector processing stubs in ixgbe PMD defined for PPC for RISC-V.
This enables ixgbe PMD usage in scalar mode on this architecture.

The ixgbe PMD driver was validated with Intel X520-DA2 NIC and the
test-pmd application. Packet transfer checked using all UIO drivers
available for non-IOMMU platforms: uio_pci_generic, vfio-pci noiommu and
igb_uio.

Sponsored-by: Frank Zhao <frank.zhao@starfivetech.com>
Sponsored-by: Sam Grove <sam.grove@sifive.com>
Signed-off-by: Stanislaw Kardach <kda@semihalf.com>
doc/guides/nics/features/ixgbe.ini
drivers/net/ixgbe/ixgbe_rxtx.c
drivers/net/ixgbe/meson.build