Skip to content

Commit 9013e75

Browse files
committed
Move to single port p4
Signed-off-by: Salvatore Daniele <[email protected]>
1 parent 67903eb commit 9013e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpuVendor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def render_dpu_vsp_ds(vsp_ds_manifest: str, ipu_plugin_image: str, outfilename:
4040

4141

4242
class IpuPlugin(VendorPlugin):
43-
P4_IMG = "wsfd-advnetlab217.anl.eng.bos2.dc.redhat.com:5000/intel-ipu-sdk:kubecon-aarch64"
43+
P4_IMG = "wsfd-advnetlab217.anl.eng.bos2.dc.redhat.com:5000/intel-ipu-sdk:single-port-aarch64"
4444

4545
def __init__(self) -> None:
4646
self._p4_manifest = "./manifests/dpu/dpu_p4_ds.yaml.j2"

0 commit comments

Comments
 (0)