nvethernetrm: Convert OSI core as a static library

Issue:
OSI core needs to be converted as
a static library for the HVRTOS server.

Fix:
Convert OSI core as a static library.

Bug 3691486

Change-Id: Ie1f7fc0c3a722cb7ddab24da8488904ead80ecc4
Signed-off-by: Mohan Thadikamalla <mohant@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2794675
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com>
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com>
Reviewed-by: Mahesh Patil <maheshp@nvidia.com>
Reviewed-by: Bhadram Varka <vbhadram@nvidia.com>
Reviewed-by: Ashutosh Jha <ajha@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Mohan Thadikamalla
2022-10-19 13:21:17 +05:30
committed by Bhadram Varka
parent 9dea491138
commit ae9837f68e
7 changed files with 9 additions and 148 deletions

View File

@@ -35,7 +35,7 @@ static void core_dump_struct(struct osi_core_priv_data *osi_core,
nveu8_t *ptr,
unsigned long size)
{
nveu32_t i = 0, rem, j;
nveu32_t i = 0, rem, j = 0;
unsigned long temp;
if (ptr == OSI_NULL) {