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:
@ -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,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user