Regards
Sunil Kumar Kori
>-----Original Message-----
>From: Thomas Monjalon <tho...@monjalon.net>
>Sent: Tuesday, November 26, 2019 9:51 PM
>To: dev@dpdk.org
>Cc: Sunil Kumar Kori <sk...@marvell.com>; Jerin Jacob Kollanukkaran
><jer...@marvell.com>; Nithin Kumar Dabilpuram
><ndabilpu...@marvell.com>; Vamsi Krishna Attunuru
><vattun...@marvell.com>; Kiran Kumar Kokkilagadda
><kirankum...@marvell.com>; Satha Koteswara Rao Kottidi
><skotesh...@marvell.com>
>Subject: [EXT] Re: [dpdk-dev] [PATCH v2 1/5] drivers/octeontx2: allow
>experimental symbols
>
>External Email
>
>----------------------------------------------------------------------
>26/11/2019 07:15, Sunil Kumar Kori:
>> Multiple experimental symbols are used. They must be allowed to avoid
>> compilation error.
>
>If there was an error,
>1/ I would see it in my compilation test 2/ There would be some "Fixes:" tag to
>point the root cause
Actually change is part of below series which is started using experimental
symbols in mentioned driver.
Apart of these drivers, FLAGs are already present in other drivers so that
there is no error found.
Error occurs when applying below series.
So I had two options to get it done. Either I can do Makefile changes along
with the corresponding changes or
make them as a separate patch. I have chosen second option.
And because of this is new change, it does not contain any "Fixes" tag.
>
>I guess this patch is not critical.
>Where are patches 2, 3, 4, 5?
Following are the series of patches:
http://patches.dpdk.org/patch/63299/
http://patches.dpdk.org/patch/63271/
http://patches.dpdk.org/patch/63272/
http://patches.dpdk.org/patch/63273/
http://patches.dpdk.org/patch/63274/
Not all the patches are reworked for next versions that's why same is not
reflected in subject line.
>
>>
>> Signed-off-by: Sunil Kumar Kori <sk...@marvell.com>
>> ---
>> drivers/common/octeontx2/Makefile | 2 ++
>> drivers/common/octeontx2/meson.build | 2 ++
>> drivers/net/octeontx2/Makefile | 2 ++
>> drivers/net/octeontx2/meson.build | 2 ++
>> drivers/raw/octeontx2_dma/Makefile | 2 ++
>> drivers/raw/octeontx2_dma/meson.build | 2 ++
>> 6 files changed, 12 insertions(+)
>
>