All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
To: William Tu <u9012063@gmail.com>
Cc: dpdk-dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] [RFC PATCH 5/5] mk/windows: add virtio-net PMD
Date: Sat, 14 Aug 2021 20:00:57 +0300	[thread overview]
Message-ID: <20210814200057.35207d86@sovereign> (raw)
In-Reply-To: <CALDO+SYAcJRjPqmXbtDFCD+o=VE5f4kzvzCX=JaKAwMrr1jnRA@mail.gmail.com>

2021-08-14 08:55 (UTC-0700), William Tu:
> Hi Dmitry,
> 
> I'm looking at this patch and have some questions.
> 
> On Thu, Feb 27, 2020 at 10:08 PM Dmitry Kozlyuk
> <dmitry.kozliuk@gmail.com> wrote:
> >
> > Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
> > ---
> >  drivers/net/virtio/virtio_ethdev.c            |   4 +
> >  kernel/windows/netuio/netuio.inf              |   6 +
> >  lib/librte_eal/windows/eal/eal.c              |   4 +  
> 
> Why do we need these change below?

1. At the time of the patch there was no dpdk-kmods repo.

2. The patch is for dpdk-draft-windows repo,
   which was using Vistual Studio projects instead of meson.

> I thought to add a new Windows driver support, we only need to
> compile the drivers/net/xxx, and add the device ID to netuio.inf,
> at the dpdk-kmod repo?

Yes.
Particularly for virtio it would also be required to support reading PCI
config space in bus/pci/windows (netuio already provides the support).

> 
> >  mk/exec-env/windows/dpdk.sln                  | 754 +++++++++---------
> >  mk/exec-env/windows/l2fwd/l2fwd.vcxproj       | 242 +++---
> >  mk/exec-env/windows/l3fwd/l3fwd.vcxproj       | 292 +++----
> >  .../librte_pmd_i40e.vcxproj.filters           | 198 +++++
> >  .../librte_pmd_net_virtio.vcxproj             | 129 +++
> >  8 files changed, 989 insertions(+), 640 deletions(-)
> >  create mode 100644 mk/exec-env/windows/librte_pmd_net_virtio/librte_pmd_i40e.vcxproj.filters
> >  create mode 100644 mk/exec-env/windows/librte_pmd_net_virtio/librte_pmd_net_virtio.vcxproj  
> 
> Thanks
> William


  reply	other threads:[~2021-08-14 17:01 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-08  8:45 [dpdk-dev] Windows Draft Build Dmitry Kozlyuk
2020-02-10  5:03 ` Ranjit Menon
2020-02-10  6:14   ` Dmitry Kozlyuk
2020-02-17  1:14     ` Dmitry Kozlyuk
2020-02-18 21:44       ` Ranjit Menon
2020-02-25  2:37         ` Dmitry Kozlyuk
2020-02-25  9:06           ` Ranjit Menon
2020-02-26  6:22             ` Dmitry Kozlyuk
2020-02-27  4:11               ` Dmitry Kozlyuk
2020-02-27 15:25                 ` William Tu
2020-02-27 15:42                   ` David Marchand
2020-02-28  6:07                 ` [dpdk-dev] [RFC PATCH 0/5] virtio-net support for Windows draft Dmitry Kozlyuk
2020-02-28  6:07                   ` [dpdk-dev] [RFC PATCH 1/5] pci/windows: add stubs for port IO Dmitry Kozlyuk
2020-02-28  6:07                   ` [dpdk-dev] [RFC PATCH 2/5] net: add stub for RARP packet generation on Windows Dmitry Kozlyuk
2020-02-28  6:07                   ` [dpdk-dev] [RFC PATCH 3/5] pci/windows: split config I/O into series of fixed-size operations Dmitry Kozlyuk
2020-02-28  6:07                   ` [dpdk-dev] [RFC PATCH 4/5] netuio: change class for Net to custom Dmitry Kozlyuk
2020-02-28  6:07                   ` [dpdk-dev] [RFC PATCH 5/5] mk/windows: add virtio-net PMD Dmitry Kozlyuk
2021-08-14 15:55                     ` William Tu
2021-08-14 17:00                       ` Dmitry Kozlyuk [this message]
2021-08-15 14:28                         ` William Tu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210814200057.35207d86@sovereign \
    --to=dmitry.kozliuk@gmail.com \
    --cc=dev@dpdk.org \
    --cc=u9012063@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.