On 7/6/21 12:55 PM, Jiawen Wu wrote: > Register to handle device interrupt. > > Signed-off-by: Jiawen Wu <jiawe...@trustnetic.com>
Please, fix below errors. ### net/ngbe: support link update ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #548: FILE: drivers/net/ngbe/ngbe_ethdev.h:10: +#define NGBE_FLAG_NEED_LINK_UPDATE (uint32_t)(1 << 0) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #549: FILE: drivers/net/ngbe/ngbe_ethdev.h:11: +#define NGBE_FLAG_MAILBOX (uint32_t)(1 << 1) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #550: FILE: drivers/net/ngbe/ngbe_ethdev.h:12: +#define NGBE_FLAG_PHY_INTERRUPT (uint32_t)(1 << 2) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #551: FILE: drivers/net/ngbe/ngbe_ethdev.h:13: +#define NGBE_FLAG_MACSEC (uint32_t)(1 << 3) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #552: FILE: drivers/net/ngbe/ngbe_ethdev.h:14: +#define NGBE_FLAG_NEED_LINK_CONFIG (uint32_t)(1 << 4) total: 5 errors, 0 warnings, 0 checks, 545 lines checked