Re: [dpdk-dev] [dpdk-stable] [PATCH] crypto/caam_jr: fix caam sec era invalid issue

2020-10-19 Thread Thomas Monjalon
19/10/2020 14:49, Akhil Goyal: > > > > 19/10/2020 12:33, Akhil Goyal: > > > > Subject: [PATCH] crypto/caam_jr: fix caam sec era invalid issue > > > > > > > > of_init() should be called before using any of_* APIs to retrieve > > > > information from the device tree and if reading integer value > >

Re: [dpdk-dev] [dpdk-stable] [PATCH] crypto/caam_jr: fix caam sec era invalid issue

2020-10-19 Thread Akhil Goyal
> > 19/10/2020 12:33, Akhil Goyal: > > > Subject: [PATCH] crypto/caam_jr: fix caam sec era invalid issue > > > > > > of_init() should be called before using any of_* APIs to retrieve > > > information from the device tree and if reading integer value > > > that must be converted to cpu endianness

Re: [dpdk-dev] [dpdk-stable] [PATCH] crypto/caam_jr: fix caam sec era invalid issue

2020-10-19 Thread Thomas Monjalon
19/10/2020 12:33, Akhil Goyal: > > Subject: [PATCH] crypto/caam_jr: fix caam sec era invalid issue > > > > of_init() should be called before using any of_* APIs to retrieve > > information from the device tree and if reading integer value > > that must be converted to cpu endianness before using.