[v2,122/148] net/ice/base: add missing files for shared code update

Message ID c000564db7c57d74b3305bd0034ad83b1ebf653e.1718204529.git.anatoly.burakov@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Bruce Richardson
Headers
Series Update net/ice base driver to latest upstream snapshot |

Checks

Context Check Description
ci/checkpatch warning coding style issues

Commit Message

Anatoly Burakov June 12, 2024, 3:01 p.m. UTC
From: Ian Stokes <ian.stokes@intel.com>

Add missing files that are present in shared code update. Although these do not
contain code add them so that shared code update matches like for like.

Signed-off-by: Ian Stokes <ian.stokes@intel.com>
---
 drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} | 0
 drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} | 0
 drivers/net/ice/base/meson.build                   | 1 +
 3 files changed, 1 insertion(+)
 copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} (100%)
 copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} (100%)
  

Comments

Bruce Richardson June 21, 2024, 1:47 p.m. UTC | #1
On Wed, Jun 12, 2024 at 04:01:56PM +0100, Anatoly Burakov wrote:
> From: Ian Stokes <ian.stokes@intel.com>
> 
> Add missing files that are present in shared code update. Although these do not
> contain code add them so that shared code update matches like for like.
> 
> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
> ---
>  drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} | 0
>  drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} | 0
>  drivers/net/ice/base/meson.build                   | 1 +
>  3 files changed, 1 insertion(+)
>  copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} (100%)
>  copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} (100%)
> 
The log empty files were also added in this set (patch 59). Merge this into
that patch.

/Bruce
  

Patch

diff --git a/drivers/net/ice/base/ice_fwlog.h b/drivers/net/ice/base/ice_vf_mbx.c
similarity index 100%
copy from drivers/net/ice/base/ice_fwlog.h
copy to drivers/net/ice/base/ice_vf_mbx.c
diff --git a/drivers/net/ice/base/ice_fwlog.h b/drivers/net/ice/base/ice_vf_mbx.h
similarity index 100%
copy from drivers/net/ice/base/ice_fwlog.h
copy to drivers/net/ice/base/ice_vf_mbx.h
diff --git a/drivers/net/ice/base/meson.build b/drivers/net/ice/base/meson.build
index 5db5675856..38ddde9e8c 100644
--- a/drivers/net/ice/base/meson.build
+++ b/drivers/net/ice/base/meson.build
@@ -28,6 +28,7 @@  sources = [
         'ice_parser_rt.c',
         'ice_ddp.c',
         'ice_fwlog.c',
+        'ice_vf_mbx.c',
 ]
 
 error_cflags = [