Re: [dpdk-dev] [PATCH RFC] net/virtio: Add virtio support for Windows.

2021-08-17 Thread David Marchand
On Sun, Aug 15, 2021 at 9:50 PM Dmitry Kozlyuk wrote: > > diff --git a/drivers/net/virtio/virtio_pci_ethdev.c > > b/drivers/net/virtio/virtio_pci_ethdev.c > > index 4083853c48..03e9dfab71 100644 > > --- a/drivers/net/virtio/virtio_pci_ethdev.c > > +++ b/drivers/net/virtio/virtio_pci_ethdev.c > >

Re: [dpdk-dev] [PATCH RFC] net/virtio: Add virtio support for Windows.

2021-08-15 Thread Dmitry Kozlyuk
2021-08-15 14:56 (UTC+), William Tu: > I looked at Dmitry's patch [1] a while ago and found > that now it's not much work to enable the virtio support. > Pass build, but I haven't tested it yet. I plan to try it on GCP. 1. Build fails, the reason is `__rte_weak`: there are no weak symbols on W

[dpdk-dev] [PATCH RFC] net/virtio: Add virtio support for Windows.

2021-08-15 Thread William Tu
I looked at Dmitry's patch [1] a while ago and found that now it's not much work to enable the virtio support. Pass build, but I haven't tested it yet. I plan to try it on GCP. [1] http://inbox.dpdk.org/dev/20200228060727.192491-1-dmitry.kozl...@gmail.com/ Signed-off-by: William Tu --- drivers/