Re: [dpdk-dev] [PATCH v2 3/3] net/ice: disable ice DDP package on Windows

2021-03-27 Thread Kadam, Pallavi
On 3/26/2021 4:53 AM, Ferruh Yigit wrote: On 3/11/2021 1:58 AM, Pallavi Kadam wrote: Disable loading of external DDP package as it is not supported on Windows. Should this be documented in driver documentation as Windows support limitation? We have mentioned about it in Windows prerequis

Re: [dpdk-dev] [PATCH v2 3/3] net/ice: disable ice DDP package on Windows

2021-03-26 Thread Ferruh Yigit
On 3/11/2021 1:58 AM, Pallavi Kadam wrote: Disable loading of external DDP package as it is not supported on Windows. Should this be documented in driver documentation as Windows support limitation? Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon <...>

Re: [dpdk-dev] [PATCH v2 3/3] net/ice: disable ice DDP package on Windows

2021-03-25 Thread Jie Zhou
On Wed, Mar 10, 2021 at 05:58:48PM -0800, Pallavi Kadam wrote: > Disable loading of external DDP package as it is not > supported on Windows. > > Signed-off-by: Pallavi Kadam > Reviewed-by: Ranjit Menon Acked-by: Jie Zhou > --- > drivers/net/ice/ice_ethdev.c | 6 ++ > 1 file changed, 6 i

[dpdk-dev] [PATCH v2 3/3] net/ice: disable ice DDP package on Windows

2021-03-10 Thread Pallavi Kadam
Disable loading of external DDP package as it is not supported on Windows. Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon --- drivers/net/ice/ice_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c index d22bc92f