-
Notifications
You must be signed in to change notification settings - Fork 300
[vslib]: hostif enum capability query API support #1586
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
base: master
Are you sure you want to change the base?
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
please add unittests to satisfy code coverage |
5fb557c
to
c54eb01
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
c54eb01
to
6563625
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
could you also add unittests to cover this case ? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@kcudnik I added missing UT also for DEBUG_COUNTER. Can you please check now? |
6c7d3de
to
62df57d
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-sairedis |
Commenter does not have sufficient privileges for PR 1586 in repo sonic-net/sonic-sairedis |
/azpw run Azure.sonic-sairedis |
/AzurePipelines run Azure.sonic-sairedis |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-sairedis |
/AzurePipelines run Azure.sonic-sairedis |
Azure Pipelines successfully started running 1 pipeline(s). |
@kcudnik Some of the PR checks are getting cancelled. All checks were passing a few days ago on this PR, but they started failing after I rebased the branch. Could you please help look into this? PR checks cancellation reason:
|
this is due image ubuntu 20.04 is not available any more, i fixed it here:#1603 |
62df57d
to
10bcf67
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
1. vslib support for SAI_OBJECT_TYPE_HOSTIF_TRAP, attribute - SAI_HOSTIF_TRAP_ATTR_TRAP_TYPE 2. Added UT for SAI_OBJECT_TYPE_HOSTIF_TRAP 3. Added UT for SAI_OBJECT_TYPE_DEBUG_COUNTER HLD: sonic-net/SONiC#1943 Signed-off-by: Ravi Minnikanti <rminnikanti@marvell.com>
Added unittest comments to satisfy PR checks. Signed-off-by: Ravi Minnikanti <rminnikanti@marvell.com>
10bcf67
to
9d7c7b3
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
What I did
vslib support for hostif trap object - SAI_OBJECT_TYPE_HOSTIF_TRAP,
attribute - SAI_HOSTIF_TRAP_ATTR_TRAP_TYPE
Implementation returns all trap types as supported.
Why I did
Details in HLD: sonic-net/SONiC#1943
How I verified it
Verified with UT and DVS
Signed-off-by: Ravi Minnikanti rminnikanti@marvell.com