On Mon, Dec 22, 2025 at 1:45 AM Stephen Hemminger <[email protected]> wrote: > > If PMD is statically linked, all global variables are visible and > can clash with application or other drivers and therefore should > have a consistent prefix. > > Signed-off-by: Stephen Hemminger <[email protected]> > --- > drivers/net/virtio/virtio_pci.c | 8 ++++---- > drivers/net/virtio/virtio_pci.h | 4 ++-- > drivers/net/virtio/virtio_pci_ethdev.c | 4 ++-- > drivers/net/virtio/virtio_user/vhost_kernel.c | 14 +++++++------- > drivers/net/virtio/virtio_user/vhost_kernel_tap.c | 10 +++++----- > drivers/net/virtio/virtio_user/vhost_kernel_tap.h | 10 +++++----- > 6 files changed, 25 insertions(+), 25 deletions(-) >
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

