Re: [dpdk-dev] [PATCH v2 1/3] build: enable iavf base code to build on windows

2021-03-27 Thread Kadam, Pallavi
On 3/26/2021 4:41 AM, Ferruh Yigit wrote: On 3/11/2021 1:58 AM, Pallavi Kadam wrote: Enable IAVF driver to build on Windows as it is required to build ice PMD. Disable all other drivers from common directory. This patch also includes fix for a macro redefinition warning in the IAVF driver. Si

Re: [dpdk-dev] [PATCH v2 1/3] build: enable iavf base code to build on windows

2021-03-26 Thread Ferruh Yigit
On 3/11/2021 1:58 AM, Pallavi Kadam wrote: Enable IAVF driver to build on Windows as it is required to build ice PMD. Disable all other drivers from common directory. This patch also includes fix for a macro redefinition warning in the IAVF driver. Signed-off-by: Pallavi Kadam Reviewed-by: Ranj

Re: [dpdk-dev] [PATCH v2 1/3] build: enable iavf base code to build on windows

2021-03-25 Thread Jie Zhou
On Wed, Mar 10, 2021 at 05:58:46PM -0800, Pallavi Kadam wrote: > Enable IAVF driver to build on Windows as it is required > to build ice PMD. > Disable all other drivers from common directory. > This patch also includes fix for a macro redefinition warning > in the IAVF driver. > > Signed-off-by:

[dpdk-dev] [PATCH v2 1/3] build: enable iavf base code to build on windows

2021-03-10 Thread Pallavi Kadam
Enable IAVF driver to build on Windows as it is required to build ice PMD. Disable all other drivers from common directory. This patch also includes fix for a macro redefinition warning in the IAVF driver. Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon --- drivers/common/cpt/meson.build