2015-08-17 17:29, Thomas Monjalon:
> 2015-07-03 21:51, Joongi Kim:
> > * Forward declaration of enum in C++ requires explicit underlying
> >type definitions.
> >
> > * This fixes the issue at:
> >http://dpdk.org/ml/archives/dev/2015-April/017065.html
> >
> > Signed-off-by: Joongi Kim
>
2015-07-03 21:51, Joongi Kim:
> * Forward declaration of enum in C++ requires explicit underlying
>type definitions.
>
> * This fixes the issue at:
>http://dpdk.org/ml/archives/dev/2015-April/017065.html
>
> Signed-off-by: Joongi Kim
Does the problem appear only with rte_hash_crc.h in
* Forward declaration of enum in C++ requires explicit underlying
type definitions.
* This fixes the issue at:
http://dpdk.org/ml/archives/dev/2015-April/017065.html
Signed-off-by: Joongi Kim
---
lib/librte_eal/common/include/arch/x86/rte_cpuflags.h | 4 ++--
lib/librte_eal/common/incl
3 matches
Mail list logo