Skip to content

Commit

Permalink
[Mellanpx] Update SDK Sniffer default folder (sonic-net#3276)
Browse files Browse the repository at this point in the history
- What I did
Change the target path for SDK Sniffer from "/var/log/mellanox/sniffer/" To: "/var/log/sdk_dbg"

- How I did it
Change the default for SDK_SNIFFER_TARGET_PATH

- How to verify it
Run SDK sniffer and make sure the sniffer output file kept in the new location
  • Loading branch information
dprital authored May 7, 2024
1 parent 099d40c commit 7d9e933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/mlnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
ENV_VARIABLE_SX_SNIFFER_TARGET = 'SX_SNIFFER_TARGET'

# SDK sniffer file path and name
SDK_SNIFFER_TARGET_PATH = '/var/log/mellanox/sniffer/'
SDK_SNIFFER_TARGET_PATH = '/var/log/sdk_dbg/'
SDK_SNIFFER_FILENAME_PREFIX = 'sx_sdk_sniffer_'
SDK_SNIFFER_FILENAME_EXT = '.pcap'

Expand Down

0 comments on commit 7d9e933

Please sign in to comment.