[dpdk-dev] [PATCH v6 11/15] net/hinic: add hinic PMD build and doc files

Andrew Rybchenko arybchenko at solarflare.com
Tue Oct 29 17:27:52 CET 2019


On 10/29/19 6:50 PM, Stephen Hemminger wrote:
> On Thu, 27 Jun 2019 16:18:20 +0800
> Ziyang Xuan <xuanziyang2 at huawei.com> wrote:
>
>> +#
>> +# Compile burst-oriented HINIC PMD driver
>> +#
>> +CONFIG_RTE_LIBRTE_HINIC_PMD=n
> The most common naming convention for drivers is:
> CONFIG_RTE_LIBRTE_PMD_XXX
>
> so please use that.

It looks like we really need some conventions for all future PMDs:

$ git grep CONFIG_RTE_LIBRTE_PMD_ config/common_base | wc -l
59
$ git grep CONFIG_RTE_LIBRTE_.*_PMD= config/common_base  | wc -l
40




More information about the dev mailing list