summaryrefslogtreecommitdiff
path: root/lib/netdev-dpdk.c
diff options
context:
space:
mode:
authorRobin Jarry <rjarry@redhat.com>2022-04-27 10:15:25 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-11-02 16:46:00 +0100
commit97873af3734a9300f5eb29f664513edc839cf88a (patch)
tree89f249a36a904def16c6a25dfcd3f391380a736e /lib/netdev-dpdk.c
parentffcb6f115fe5e00be3ca8fb9a940a3224e687e23 (diff)
downloadopenvswitch-97873af3734a9300f5eb29f664513edc839cf88a.tar.gz
Documentation: Use new syntax for dpdk port representors.
Since DPDK 21.05, the representor identifier now handles a relative VF offset. The legacy representor ID seems only valid in certain cases (first dpdk port). Link: https://github.com/DPDK/dpdk/commit/cebf7f17159a8 Signed-off-by: Robin Jarry <rjarry@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'lib/netdev-dpdk.c')
-rw-r--r--lib/netdev-dpdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index 0dd655507..d2eeb22ae 100644
--- a/lib/netdev-dpdk.c
+++ b/lib/netdev-dpdk.c
@@ -1823,7 +1823,7 @@ static dpdk_port_t netdev_dpdk_get_port_by_devargs(const char *devargs)
}
/*
- * Normally, a PCI id (optionally followed by a representor number)
+ * Normally, a PCI id (optionally followed by a representor identifier)
* is enough for identifying a specific DPDK port.
* However, for some NICs having multiple ports sharing the same PCI
* id, using PCI id won't work then.