-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 the ENABLE_SFLOW_DROPMON build flag. Added patches for sflow repo. #10370
Conversation
… hsflowd Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
@padmanarayana, @jeff-yin, could someone review? |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
6a4b930
to
769b1b0
Compare
This reverts commit f4aef7efa6fd65cf6d63960eb312ff662a71fa42.
769b1b0
to
f6ebf35
Compare
@padmanarayana, @jeff-yin kindly reminder to review. |
0808bf1
to
d062643
Compare
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
d062643
to
b8fe833
Compare
Latest comments (discussed in e-mail):
@prsunny to schedule a call with @vadymhlushko-mlnx and @padmanarayana to clarify/discuss. |
The For now, there is no CLI for
The user could change the
|
82b0934
to
f3d3e7e
Compare
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
f3d3e7e
to
586e108
Compare
@padmanarayana, @jeff-yin, kind reminder to review |
Thanks for the clarifications! |
Approved -- please seek additional approval from a reviewer with write access to the repo. Thanks! |
@prsunny could you please merge? |
kind reminder |
…tches for sflow repo. (#10370) * [sflow + dropmon] added INCLUDE_SFLOW_DROPMON flag, added patches for hsflowd *Added a capability of monitoring dropped packets for the sFlow daemon in order to improve network - monitoring, diagnostic, and troubleshooting. The drop monitor service allows the sFlow daemon to export another type of sample - dropped packets as Discard samples alongside Counter samples and Packet Flow samples. Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
…tches for sflow repo. (sonic-net#10370) * [sflow + dropmon] added INCLUDE_SFLOW_DROPMON flag, added patches for hsflowd *Added a capability of monitoring dropped packets for the sFlow daemon in order to improve network - monitoring, diagnostic, and troubleshooting. The drop monitor service allows the sFlow daemon to export another type of sample - dropped packets as Discard samples alongside Counter samples and Packet Flow samples. Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
DEPENDS ON: sonic-linux-kernel/pull/276, sonic-linux-kernel/pull/281, sonic-linux-kernel/pull/284
Why I did it
Added a capability of monitoring dropped packets for the sFlow daemon in order to improve network - monitoring, diagnostic, and troubleshooting. The
drop monitor service
allows the sFlow daemon to export another type of sample - dropped packets asDiscard samples
alongsideCounter samples
andPacket Flow samples
.How I did it
Added the SONiC build flag -
ENABLE_SFLOW_DROPMON
which will allow compile the hsflowd daemon with thedropmon
kernel module.How to verify it
ENABLE_SFLOW_DROPMON=y
flag to the switch.sflowtool
on Host (PTF)scapy
sflowtool
on the Host (PTF)Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)