-
Notifications
You must be signed in to change notification settings - Fork 170
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
[sflow + dropmon] added patches for the sFlow + dropmon feature. #276
[sflow + dropmon] added patches for the sFlow + dropmon feature. #276
Conversation
A few comments:
|
Signed-off-by: Vadym Hlushko <[email protected]>
c8b5376
to
0d9597e
Compare
Fixed, could you please review |
@saiarcot895 kindly reminder to review the changes following comments provided. |
struct rcu_head rcu; | ||
}; | ||
|
||
+#define PSAMPLE_MD_EXTENDED_ATTR 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like it was never used - deleted patch
Please add the upstream commit ID in the description for |
…added upstream commit id to description Signed-off-by: Vadym Hlushko <[email protected]>
Fixed |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Update sonic-linux-kernel submodule pointer to include the following: * [Mellanox] Add new kernel patches from HW-MGMT package V.7.0020.3005 ([sonic-net#287](sonic-net/sonic-linux-kernel#287)) * [patch] mlxsw: i2c: Prevent transaction execution for special chip ([sonic-net#279](sonic-net/sonic-linux-kernel#279)) * [sflow + dropmon] added missing patch for the sFlow + dropmon feature. ([sonic-net#281](sonic-net/sonic-linux-kernel#281)) * [sflow + dropmon] added patches for the sFlow + dropmon feature. ([sonic-net#276](sonic-net/sonic-linux-kernel#276)) Signed-off-by: dprital <[email protected]>
…ic-net#276) * [sflow + dropmon] added patches for the sFlow dropmon feature Signed-off-by: Vadym Hlushko <[email protected]> * [sflow + dropmon] fixed review comments - removed unnecessary patch, added upstream commit id to description Signed-off-by: Vadym Hlushko <[email protected]>
…ic-net#276) * [sflow + dropmon] added patches for the sFlow dropmon feature Signed-off-by: Vadym Hlushko <[email protected]> * [sflow + dropmon] fixed review comments - removed unnecessary patch, added upstream commit id to description Signed-off-by: Vadym Hlushko <[email protected]>
…ic-net#276) * [sflow + dropmon] added patches for the sFlow dropmon feature Signed-off-by: Vadym Hlushko <[email protected]> * [sflow + dropmon] fixed review comments - removed unnecessary patch, added upstream commit id to description Signed-off-by: Vadym Hlushko <[email protected]>
* [sflow + dropmon] added patches for the sFlow dropmon feature Signed-off-by: Vadym Hlushko <[email protected]> * [sflow + dropmon] fixed review comments - removed unnecessary patch, added upstream commit id to description Signed-off-by: Vadym Hlushko <[email protected]>
Why I did it
sFlow + dropmon
feature require the patches provided by SDK team Mellanox/Switch-SDK-drivers/tree/sx_sdk_4_5_1200_4.5.1208/kernel_backports/5.10.0How I did it
Added patches.