Re: [dpdk-dev] [PATCH v1 01/15] net/igc: add igc PMD

2020-03-11 Thread Ye Xiaolong
On 03/09, alvinx.zh...@intel.com wrote: >From: Alvin Zhang > >Implement device detection and loading. > >Signed-off-by: Alvin Zhang >--- > MAINTAINERS | 7 + > config/common_base | 7 + > doc/guides/nics/features/igc.ini| 8 + > doc/guid

Re: [dpdk-dev] [PATCH v1 01/15] net/igc: add igc PMD

2020-03-09 Thread Ye Xiaolong
Hi, Alvin Thanks for the patch, before going through the whole series, one comment is that for such big patch set, better to send it with cover letter which can give some background, simple intro about the patch structure and changlog as well for later version. Thanks, Xiaolong On 03/09, alvinx.

[dpdk-dev] [PATCH v1 01/15] net/igc: add igc PMD

2020-03-09 Thread alvinx . zhang
From: Alvin Zhang Implement device detection and loading. Signed-off-by: Alvin Zhang --- MAINTAINERS | 7 + config/common_base | 7 + doc/guides/nics/features/igc.ini| 8 + doc/guides/nics/igc.rst | 39 + doc/g