Re: [dpdk-dev] [PATCH v2 09/62] net/cnxk: add build infra and common probe

2021-06-13 Thread Jerin Jacob
On Mon, Jun 7, 2021 at 11:34 PM Nithin Dabilpuram wrote: > > Add build infrastructure and common probe and remove for cnxk driver > which is used by both CN10K and CN9K SoC. > > Signed-off-by: Nithin Dabilpuram > --- > MAINTAINERS | 3 + > doc/guides/nics/cnxk.rst

Re: [dpdk-dev] [PATCH v2 09/62] net/cnxk: add build infra and common probe

2021-06-09 Thread Nithin Dabilpuram
On Wed, Jun 09, 2021 at 09:38:04AM +0800, Huisong Li wrote: > > 在 2021/6/8 1:58, Nithin Dabilpuram 写道: > > Add build infrastructure and common probe and remove for cnxk driver > > which is used by both CN10K and CN9K SoC. > > > > Signed-off-by: Nithin Dabilpuram > > --- > > MAINTAINERS

Re: [dpdk-dev] [PATCH v2 09/62] net/cnxk: add build infra and common probe

2021-06-08 Thread Huisong Li
在 2021/6/8 1:58, Nithin Dabilpuram 写道: Add build infrastructure and common probe and remove for cnxk driver which is used by both CN10K and CN9K SoC. Signed-off-by: Nithin Dabilpuram --- MAINTAINERS | 3 + doc/guides/nics/cnxk.rst | 29 + doc/

[dpdk-dev] [PATCH v2 09/62] net/cnxk: add build infra and common probe

2021-06-07 Thread Nithin Dabilpuram
Add build infrastructure and common probe and remove for cnxk driver which is used by both CN10K and CN9K SoC. Signed-off-by: Nithin Dabilpuram --- MAINTAINERS | 3 + doc/guides/nics/cnxk.rst | 29 + doc/guides/nics/features/cnxk.ini | 9 ++ do