Re: [dpdk-dev] [PATCH v3 2/3] lib/net: fix support of random

2021-09-30 Thread Kadam, Pallavi
On 9/30/2021 9:46 AM, Thomas Monjalon wrote: 10/09/2021 01:23, Pallavi Kadam: IAVF PMD needs to generate a random MAC address if it is not configured by host. 'random' is now supported on Windows. This patch can be the first of this series to respect the dependency order. Fixes: 16f0d03098c

Re: [dpdk-dev] [PATCH v3 2/3] lib/net: fix support of random

2021-09-30 Thread Thomas Monjalon
10/09/2021 01:23, Pallavi Kadam: > IAVF PMD needs to generate a random MAC address if it is not configured > by host. > 'random' is now supported on Windows. This patch can be the first of this series to respect the dependency order. > Fixes: 16f0d03098cb ("net: build on Windows") > Cc: f...@mell

Re: [dpdk-dev] [PATCH v3 2/3] lib/net: fix support of random

2021-09-22 Thread Shukla, Shivanshu
Ack-by: Shivanshu Shukla -Original Message- From: Kadam, Pallavi Sent: Thursday, September 9, 2021 4:23 PM To: dev@dpdk.org Cc: tho...@monjalon.net; Zhang, Qi Z ; f...@mellanox.com; narcisa.vas...@microsoft.com; dmitry.kozl...@gmail.com; Yigit, Ferruh ; Wu, Jingjing ; Xing, Beilei ;

[dpdk-dev] [PATCH v3 2/3] lib/net: fix support of random

2021-09-09 Thread Pallavi Kadam
IAVF PMD needs to generate a random MAC address if it is not configured by host. 'random' is now supported on Windows. Fixes: 16f0d03098cb ("net: build on Windows") Cc: f...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon --- lib/net/rte_ether.c | 4