[dpdk-dev] [PATCH v9 09/10] eal: replace rte_panic instances in init sequence

Arnon Warshavsky arnon at qwilt.com
Fri Apr 27 00:27:57 CEST 2018


On Fri, Apr 27, 2018 at 1:08 AM, Arnon Warshavsky <arnon at qwilt.com> wrote:

> Hi Kevin
>
>> > +     if (rte_config_init() != 0)
>> > +             return -1;
>> > +
>>
>> I'm confused, is this deliberate? there is now two rte_config_init()
>> calls.
>
>
> Please note that there are 2 eal.c files. One under linux and one under bsd
> There is a copy of rte_config_init() in each.
>
>

My bad here here Kevin. You are right!
Was looking at the patch rather than the file. Will fix
Thanks
/Arnon


More information about the dev mailing list