computing-offload/LingYaoSNIC/HW/config/smart_nic_init.cfg
Jintao 50c46e6857 Add LingYao
Change-Id: Iae6634ce565940904ee320c678d0f77473bebb90
2025-01-03 16:08:55 +08:00

29 lines
576 B
INI

{
"vswitch_cfg": {
"flow_merge_enable": 1,
"bond_info": {
"bus_name": "pci",
"prefix": "jmnd",
"linux-device": [],
"dpdk-device": "b1:00.0"
},
"vport_info": {
"bus_name": "vdev",
"prefix": "jmnd_vdpa_net_"
},
"upcall-queue": {
"vm-queue-total-num": 1020
},
"reinject-queue": {
"vm-queue-total-num": 1020
}
},
"global_cfg": {
"nic_type": "smart_nic",
"vnic_max_num": 255,
"vnic_queue_num": 2040,
"nic_driver_path": "/usr/lib64/librte_jmnd.so",
"vdpa_status": 2
}
}