Re: [dpdk-dev] [PATCH v5] net/iavf/base: change the base as driver common

2020-01-12 Thread Ye Xiaolong
On 01/10, Haiyue Wang wrote: >Change the iavf base code as driver common library, it is used by iavf >PMD now, and it can be used by other Intel SR-IOV PMDs in the future. > >Signed-off-by: Haiyue Wang >Acked-by: Qi Zhang >--- Applied to dpdk-next-net-intel, Thanks.

[dpdk-dev] [PATCH v5] net/iavf/base: change the base as driver common

2020-01-09 Thread Haiyue Wang
Change the iavf base code as driver common library, it is used by iavf PMD now, and it can be used by other Intel SR-IOV PMDs in the future. Signed-off-by: Haiyue Wang Acked-by: Qi Zhang --- v5: update the MAINTAINERS v4: keep the iavf spinlock & memmory function prototype in osdep.h v3: updat