config_msix_vector is the register that holds the MSI-X vector number for receiving configuration change related interrupts.
It is not "for MSI-X". Hence, replace the confusing text with appropriate one. Reviewed-by: Max Gurtovoy <mgurto...@nvidia.com> Signed-off-by: Parav Pandit <pa...@nvidia.com> --- changelog: v2->v3: - rewrite v1->v2: - rewrote to indicate MSI-X table entry index v0->v1: - added 'here' - dropped 'receiving' --- transport-pci.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport-pci.tex b/transport-pci.tex index 5d98467..396bef7 100644 --- a/transport-pci.tex +++ b/transport-pci.tex @@ -343,7 +343,7 @@ \subsubsection{Common configuration structure layout}\label{sec:Virtio Transport Driver Feature Bits selected by \field{driver_feature_select}. \item[\field{config_msix_vector}] - The driver sets the Configuration Vector for MSI-X. + Set by the driver to the MSI-X vector for configuration change notifications. \item[\field{num_queues}] The device specifies the maximum number of virtqueues supported here. -- 2.26.2 --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscr...@lists.oasis-open.org For additional commands, e-mail: virtio-dev-h...@lists.oasis-open.org