Message ID | 20200114112945.39375-6-reshma.pattan@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | xiaolong ye |
Headers | |
Series | net/ixgbe: improvements to ixgbe driver | |
Checks
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/Intel-compilation | fail | Compilation issues |
ci/travis-robot | success | Travis build: passed |
Commit Message
diff --git a/drivers/net/ixgbe/meson.build b/drivers/net/ixgbe/meson.build index 6667af634..06cf42a4a 100644 --- a/drivers/net/ixgbe/meson.build +++ b/drivers/net/ixgbe/meson.build @@ -26,6 +26,8 @@ deps += ['hash', 'security'] if arch_subdir == 'x86' sources += files('ixgbe_rxtx_vec_sse.c') +elif arch_subdir == 'arm' + sources += files('ixgbe_rxtx_vec_neon.c') endif includes += include_directories('base')