Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marvell rpc api update #22

Merged
merged 2 commits into from
Nov 21, 2022
Merged

Marvell rpc api update #22

merged 2 commits into from
Nov 21, 2022

Conversation

VaibhavJMarvell
Copy link
Contributor

Fixed redefinition error for flags rpc_sock and port. Updated the flag names to mrvl_rpc_sock and mrvl_port.

Updated JSON arguments as per Marvell api update.

1. Added explicit pf_id , vf_id argument in place of is_pf
2. Replaced instance_id argument with ctrl_id
3. Added sqes and  cqes argument

@VaibhavJMarvell VaibhavJMarvell requested a review from a team as a code owner November 18, 2022 11:32
Copy link
Member

@glimchb glimchb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!
please fix CI errors

Error: ./frontend.go:181:3: unknown field 'IsPf' in struct literal of type MrvlNvmSubsysCreateCtrlrParams
Error: ./frontend.go:182:3: unknown field 'InstanceID' in struct literal of type MrvlNvmSubsysCreateCtrlrParams
Error: ./frontend.go:249:3: unknown field 'IsPf' in struct literal of type MrvlNvmSubsysCreateCtrlrParams
Error: ./frontend.go:250:3: unknown field 'InstanceID' in struct literal of type MrvlNvmSubsysCreateCtrlrParams

and we good to merge

@glimchb glimchb requested review from glimchb, mkalderon and a team November 18, 2022 13:55
Updated the flag names to mrvl_rpc_sock and mrvl_port.

Signed-off-by: Vaibhav Jain <vaibhavj@marvell.com>
Signed-off-by: Michal Kalderon <mkalderon@marvell.com>
1. Added explicit pf_id , vf_id argument inplace of is_pf
2. Replaced instance_id argument with ctrl_id
3. Added sqes and  cqes argument

Signed-off-by: Vaibhav Jain <vaibhavj@marvell.com>
Signed-off-by: Michal Kalderon <mkalderon@marvell.com>
Copy link
Member

@glimchb glimchb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, looks great now

@glimchb glimchb merged commit b0253d0 into opiproject:main Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants