Skip to content

Commit 350cf84

Browse files
committed
add portMux vsi in ipu-plugin container args
add portMux vsi in ipu-plugin container args and add enp0s1f0d3 in device plugin excluson list. Signed-off-by: Halim, Abdul <[email protected]>
1 parent 656a7b4 commit 350cf84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/artefacts/k8s/vsp-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
securityContext:
3030
privileged: true
3131
command: [ "/usr/bin/ipuplugin" ]
32-
args: [ "--bridgeType=linux", "--interface=enp0s1f0d3", "--ovsCliDir=/opt/p4/p4-cp-nws", "-v=debug"]
32+
args: [ "--bridgeType=linux", "--interface=enp0s1f0d3", "--portMuxVsi=0x0b", "--ovsCliDir=/opt/p4/p4-cp-nws", "-v=debug"]
3333
volumeMounts:
3434
- name: vendor-plugin-sock
3535
mountPath: /var/run/dpu-daemon/

ipu-plugin/pkg/ipuplugin/deviceplugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type DevicePluginService struct {
1717
}
1818

1919
var (
20-
exclude = []string{"enp0s1f0", "enp0s1f0d1", "enp0s1f0d2"}
20+
exclude = []string{"enp0s1f0", "enp0s1f0d1", "enp0s1f0d2", "enp0s1f0d3"}
2121
sysClassNet = "/sys/class/net"
2222
deviceCode = "0x1452"
2323
)

0 commit comments

Comments
 (0)