dpdk: fix description for mlx5_pci driver

This is because mlx5_pci is also compatible with another
series of NICs such as ConnectX-5 and ConnectX-6.

Type: fix
Change-Id: I10f0468bbe36ab61c72fb3dc0aa898f8e2f9e88c
Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp>
This commit is contained in:
Nobuhiro MIKI
2023-09-26 15:39:28 +09:00
parent cfe6462fd2
commit c4d989d6f3

View File

@ -91,7 +91,7 @@ static dpdk_driver_t dpdk_drivers[] = {
.interface_name_prefix = "VhostEthernet", .interface_name_prefix = "VhostEthernet",
}, },
{ {
.drivers = DPDK_DRIVERS ({ "mlx5_pci", "Mellanox ConnectX-4 Family" }, .drivers = DPDK_DRIVERS ({ "mlx5_pci", "Mellanox ConnectX-4/5/6 Family" },
{ "net_enic", "Cisco VIC" }), { "net_enic", "Cisco VIC" }),
.use_intel_phdr_cksum = 1, .use_intel_phdr_cksum = 1,
}, },