drivers: remove warning with Meson 0.59Since meson 0.59.0 version, the extract_all_objects() APIneed to pass explicit boolean value.To remove the following warning[1], added explicit `true` for
drivers: remove warning with Meson 0.59Since meson 0.59.0 version, the extract_all_objects() APIneed to pass explicit boolean value.To remove the following warning[1], added explicit `true` forextract_all_objects() use in codebase whever there isno argument.[1]WARNING: extract_all_objects called without setting recursivekeyword argument. Meson currently defaults tonon-recursive to maintain backward compatibility butthe default will be changed in the future.Signed-off-by: Jerin Jacob <[email protected]>Acked-by: Bruce Richardson <[email protected]>
show more ...
drivers: change indentation in build filesSwitch from using tabs to 4 spaces for meson.build indentation.Signed-off-by: Bruce Richardson <[email protected]>
net/igc: fix build with gcc optimization level 0GCC build with '-O0' failed for: ../drivers/net/igc/base/igc_api.c Assembler messages:29: Error: selected processor does not support `casp x0,x1,x
net/igc: fix build with gcc optimization level 0GCC build with '-O0' failed for: ../drivers/net/igc/base/igc_api.c Assembler messages:29: Error: selected processor does not support `casp x0,x1,x2,x3,[x4]'82: Error: selected processor does not support `caspa x0,x1,x2,x3,[x4]'135: Error: selected processor does not support `caspl x0,x1,x2,x3,[x4]'188: Error: selected processor does not support `caspal x0,x1,x2,x3,[x4]'This is due to c_args not been passed to meson.Fixes: 8cb7c57d9b3c ("net/igc: support device initialization")Cc: [email protected]Reported-by: Feifei Wang <[email protected]>Signed-off-by: Ruifeng Wang <[email protected]>Tested-by: Jerin Jacob <[email protected]>Acked-by: Haiyue Wang <[email protected]>
net/igc/base: update copyrightClarify Intel copyright and update the date to 2020.Fixes: 8cb7c57d9b3c ("net/igc: support device initialization")Cc: [email protected]Signed-off-by: Xiaoyun Li <xi
net/igc/base: update copyrightClarify Intel copyright and update the date to 2020.Fixes: 8cb7c57d9b3c ("net/igc: support device initialization")Cc: [email protected]Signed-off-by: Xiaoyun Li <[email protected]>Reviewed-by: Ferruh Yigit <[email protected]>
net/igc: support device initializationUpdate base codes, add readme.Add OS specific functions and definitions.Add device initialization codes.Signed-off-by: Alvin Zhang <[email protected]>
net/igc: support device initializationUpdate base codes, add readme.Add OS specific functions and definitions.Add device initialization codes.Signed-off-by: Alvin Zhang <[email protected]>Reviewed-by: Ferruh Yigit <[email protected]>