Re: [vpp-dev] Memory region shows empty for vhost interface

2022-08-04 Thread Xiaodong Xu
option. What does your qemu launch command look like? > > > > Steven > > > > *From: * on behalf of Chinmaya Aggarwal < > chinmaya.agar...@hsc.com> > *Reply-To: *"vpp-dev@lists.fd.io" > *Date: *Thursday, July 14, 2022 at 3:31 AM > *To: *"vpp-dev

Re: [vpp-dev] Memory region shows empty for vhost interface

2022-08-04 Thread steven luong via lists.fd.io
; Subject: [vpp-dev] Memory region shows empty for vhost interface Hi, We are running VPP v22.02. We found a link stating how to connect a VM to VPP (running on base machine). https://fd.io/docs/vpp/v2101/usecases/vhost/index.html As per the link, on VPP, we created a vhost interface:- vpp# create vh

[vpp-dev] Memory region shows empty for vhost interface

2022-07-14 Thread Chinmaya Aggarwal
Hi, We are running VPP v22.02. We found a link stating how to connect a VM to VPP (running on base machine). https://fd.io/docs/vpp/v2101/usecases/vhost/index.html As per the link, on VPP, we created a vhost interface:- vpp# create vhost socket /tmp/vm00.sock VirtualEthernet0/0/0 Also, we hav