Bug 38

Summary: Does not compile with musl libc: drivers/net/cxgbe/base/common.h
Product: DPDK Reporter: Raph (dpdk)
Component: ethdevAssignee: Rahul Lakkireddy (rahul.lakkireddy)
Status: CONFIRMED ---    
Severity: normal CC: ajit.khaparde, dpdk
Priority: Normal    
Version: 18.05   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Raph 2018-05-03 13:07:13 CEST
Fails because it uses the non-standard integer type `uint` (?instead of `unsigned int`)?

This file also has smatterings of types such as `u64`...
Comment 1 Ajit Khaparde 2018-07-15 06:33:32 CEST
Please take a look.