mbox series

[v2,0/2] Windows bus/vdev support

Message ID 20200707084823.28160-1-talshn@mellanox.com (mailing list archive)
Headers
Series Windows bus/vdev support |

Message

Tal Shnaiderman July 7, 2020, 8:48 a.m. UTC
  From: Tal Shnaiderman <talshn@mellanox.com>

This patchset implements the EAL functions needed for probing PMDs using vdev on Windows.

---
v2: Added missing exports and includes (NarcisaV)
---

Tal Shnaiderman (2):
  eal/windows: add needed calls to detect vdev PMD
  bus/vdev: build on Windows

 drivers/bus/vdev/meson.build       |  6 ------
 lib/librte_eal/common/meson.build  |  1 +
 lib/librte_eal/rte_eal_exports.def |  5 +++++
 lib/librte_eal/windows/eal.c       | 20 ++++++++++++++++++++
 4 files changed, 26 insertions(+), 6 deletions(-)
  

Comments

Kadam, Pallavi July 20, 2020, 7:18 p.m. UTC | #1
On 7/7/2020 1:48 AM, talshn@mellanox.com wrote:
> From: Tal Shnaiderman <talshn@mellanox.com>
> 
> This patchset implements the EAL functions needed for probing PMDs using vdev on Windows.
> 
> ---
> v2: Added missing exports and includes (NarcisaV)
> ---
> 
> Tal Shnaiderman (2):
>    eal/windows: add needed calls to detect vdev PMD
>    bus/vdev: build on Windows
> 
>   drivers/bus/vdev/meson.build       |  6 ------
>   lib/librte_eal/common/meson.build  |  1 +
>   lib/librte_eal/rte_eal_exports.def |  5 +++++
>   lib/librte_eal/windows/eal.c       | 20 ++++++++++++++++++++
>   4 files changed, 26 insertions(+), 6 deletions(-)
> 
Tested-by: Pallavi Kadam <pallavi.kadam@intel.com>
  
Thomas Monjalon Sept. 9, 2020, 12:41 p.m. UTC | #2
20/07/2020 21:18, Kadam, Pallavi:
> 
> On 7/7/2020 1:48 AM, talshn@mellanox.com wrote:
> > From: Tal Shnaiderman <talshn@mellanox.com>
> > 
> > This patchset implements the EAL functions needed for probing PMDs using vdev on Windows.
> > 
> Tested-by: Pallavi Kadam <pallavi.kadam@intel.com>

Applied, thanks