All of lore.kernel.org
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@nvidia.com>
To: "NBU-Contact-Thomas Monjalon (EXTERNAL)" <thomas@monjalon.net>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: Tal Shnaiderman <talshn@nvidia.com>
Subject: RE: [PATCH v3 0/3] mlx5: fix Windows build with Linux MinGW
Date: Sun, 12 Mar 2023 15:44:24 +0000	[thread overview]
Message-ID: <BYAPR12MB307827BDC79EE6D986CAF3F5CFB89@BYAPR12MB3078.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20230302132150.3330288-1-thomas@monjalon.net>

Hi,

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Thursday, March 2, 2023 3:22 PM
> To: dev@dpdk.org
> Cc: Tal Shnaiderman <talshn@nvidia.com>
> Subject: [PATCH v3 0/3] mlx5: fix Windows build with Linux MinGW
> 
> The result is to make possible to compile mlx5 on Linux for Windows.
> 
> v2: improve mlx5 doc and remove weak attribute from mlx5
> v3: avoid MinGW on Windows - EAL patch already applied
> 
> 
> Thomas Monjalon (3):
>   common/mlx5: get Windows dependency from standard variables
>   net/mlx5: remove weak stub functions
>   net/mlx5: fix Windows build with MinGW GCC 12
> 
>  doc/guides/platform/mlx5.rst                |  11 ++-
>  drivers/common/mlx5/meson.build             |   9 +-
>  drivers/common/mlx5/windows/meson.build     |  28 +++---
>  drivers/common/mlx5/windows/mlx5_win_defs.h | 100 +++++++++++------
> ---
>  drivers/net/mlx5/meson.build                |  13 ++-
>  drivers/net/mlx5/mlx5_rx.c                  |  35 -------
>  drivers/net/mlx5/mlx5_rxtx_vec_null.c       |  38 ++++++++
>  drivers/net/mlx5/windows/mlx5_os.c          |   4 +-
>  8 files changed, 131 insertions(+), 107 deletions(-)  create mode 100644
> drivers/net/mlx5/mlx5_rxtx_vec_null.c
> 
> --
> 2.39.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

      parent reply	other threads:[~2023-03-12 15:44 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05 16:10 [PATCH 0/3] fix mlx5 build with MinGW Thomas Monjalon
2023-01-05 16:10 ` [PATCH 1/3] eal/windows: fix pedantic build Thomas Monjalon
2023-01-05 16:40   ` Tyler Retzlaff
2023-01-05 16:10 ` [PATCH 2/3] common/mlx5: get Windows dependency from standard variables Thomas Monjalon
2023-01-05 16:10 ` [PATCH 3/3] net/mlx5: fix Windows build with MinGW GCC 12 Thomas Monjalon
2023-01-12 20:37 ` [PATCH v2 0/4] fix Windows build with MinGW and mlx5 Thomas Monjalon
2023-01-12 20:37   ` [PATCH v2 1/4] eal/windows: fix pedantic build Thomas Monjalon
2023-03-01 16:33     ` Thomas Monjalon
2023-01-12 20:37   ` [PATCH v2 2/4] common/mlx5: get Windows dependency from standard variables Thomas Monjalon
2023-01-12 20:37   ` [PATCH v2 3/4] net/mlx5: remove weak stub functions Thomas Monjalon
2023-01-23 19:42     ` Dmitry Kozlyuk
2023-01-24 14:42       ` Thomas Monjalon
2023-01-12 20:37   ` [PATCH v2 4/4] net/mlx5: fix Windows build with MinGW GCC 12 Thomas Monjalon
2023-03-02 13:21 ` [PATCH v3 0/3] mlx5: fix Windows build with Linux MinGW Thomas Monjalon
2023-03-02 13:21   ` [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables Thomas Monjalon
2023-03-02 17:17     ` Tyler Retzlaff
2023-03-03 14:12       ` Thomas Monjalon
2023-03-03 21:09         ` Tyler Retzlaff
2023-03-06  8:30           ` Thomas Monjalon
2023-03-06 20:55             ` Tyler Retzlaff
2023-03-08 10:24     ` Tal Shnaiderman
2023-03-02 13:21   ` [PATCH v3 2/3] net/mlx5: remove weak stub functions Thomas Monjalon
2023-03-02 17:19     ` Tyler Retzlaff
2023-03-08 10:26       ` Tal Shnaiderman
2023-03-02 13:21   ` [PATCH v3 3/3] net/mlx5: fix Windows build with MinGW GCC 12 Thomas Monjalon
2023-03-02 17:28     ` Tyler Retzlaff
2023-03-08 10:27       ` Tal Shnaiderman
2023-03-12 15:44   ` Raslan Darawsheh [this message]

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=BYAPR12MB307827BDC79EE6D986CAF3F5CFB89@BYAPR12MB3078.namprd12.prod.outlook.com \
    --to=rasland@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=talshn@nvidia.com \
    --cc=thomas@monjalon.net \
    /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.