Skip to content

Commit 91e7852

Browse files
stephenxsliat-grozovik
authored andcommitted
[Mellanox] remove mlnx-sfpd (#3609)
* [platform/mellanox] remove mlnx-sfpd * [platform/mellanox] remove mlnx-sfpd source files
1 parent 2e3fb90 commit 91e7852

File tree

7 files changed

+0
-350
lines changed

7 files changed

+0
-350
lines changed

platform/mellanox/docker-syncd-mlnx.mk

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ DOCKER_SYNCD_PLATFORM_CODE = mlnx
44
include $(PLATFORM_PATH)/../template/docker-syncd-base.mk
55

66
$(DOCKER_SYNCD_BASE)_DEPENDS += $(SYNCD) $(PYTHON_SDK_API)
7-
$(DOCKER_SYNCD_BASE)_PYTHON_DEBS += $(MLNX_SFPD)
87

98
$(DOCKER_SYNCD_BASE)_DBG_DEPENDS += $(SYNCD_DBG) \
109
$(LIBSWSSCOMMON_DBG) \

platform/mellanox/docker-syncd-mlnx/start.sh

-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ supervisorctl start rsyslogd
66

77
supervisorctl start syncd
88

9-
supervisorctl start mlnx-sfpd
10-

platform/mellanox/docker-syncd-mlnx/supervisord.conf

-8
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ autostart=false
2626
autorestart=false
2727
stdout_logfile=syslog
2828
stderr_logfile=syslog
29-
30-
[program:mlnx-sfpd]
31-
command=/usr/bin/mlnx-sfpd
32-
priority=4
33-
autostart=false
34-
autorestart=false
35-
stdout_logfile=syslog
36-
stderr_logfile=syslog

platform/mellanox/mlnx-sfpd.mk

-5
This file was deleted.

platform/mellanox/mlnx-sfpd/scripts/mlnx-sfpd

-305
This file was deleted.

platform/mellanox/mlnx-sfpd/setup.py

-28
This file was deleted.

platform/mellanox/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ include $(PLATFORM_PATH)/docker-saiserver-mlnx.mk
1010
include $(PLATFORM_PATH)/one-image.mk
1111
include $(PLATFORM_PATH)/libsaithrift-dev.mk
1212
include $(PLATFORM_PATH)/docker-ptf-mlnx.mk
13-
include $(PLATFORM_PATH)/mlnx-sfpd.mk
1413
include $(PLATFORM_PATH)/mlnx-ffb.mk
1514
include $(PLATFORM_PATH)/issu-version.mk
1615

0 commit comments

Comments
 (0)