Dear Mr Sky,
> I want use vpp_api_test with socket address,so I use commond like this:
> ./vpp_api_test socket-name 192.168.1.16:5002
> and I modify startup.conf like this:
> unix {
>
> cli-listen 192.168.1.16:5002
> }
> socksvr{
> socket-name 192.168.1.16:5002
> }
>
>
> but it can't conne
[Edited Message Follows]
I want to use vpp_api_test with socket address,so I use commond like this:
./vpp_api_test socket-name 192.168.1.16:5002
and I modify startup.conf like this:
unix {
cli-listen 192.168.1.16:5002
}
socksvr{
socket-name 192.168.1.16:5002
}
VPP run on PC which IP is 192.1
[Edited Message Follows]
I want use vpp_api_test with socket address,so I use commond like this:
./vpp_api_test socket-name 192.168.1.16:5002
and I modify startup.conf like this:
unix {
cli-listen 192.168.1.16:5002
}
socksvr{
socket-name 192.168.1.16:5002
}
but it can't connect,why?
Thank y
I want use vpp_api_test with socket address,so I use commond like this:
./vpp_api_test socket-name 192.168.1.16:5002
and I modify startup.conf like this:
unix {
cli-listen 192.168.1.16:5002
}
socksvr{
socket-name 192.168.1.16:5002
}
but it can't connect,why?
Thank you !
-=-=-=-=-=-=-=-=-=-=-
Hi David,
I tried "vppctl interface collect detailed-stats enable" but it doesn't
work.
I will git bisect as Damjan mentioned and try to see what changed.
Thanks
On Wed, Aug 28, 2019 at 8:00 AM Damjan Marion via Lists.Fd.Io wrote:
>
> It is not intentional so somebody needs to debug it… "git
[Edited Message Follows]
it seems kernel-vpp fail loading
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13868): https://lists.fd.io/g/vpp-dev/message/13868
Mute This Topic: https://lists.fd.io/mt/27868658/21656
Group Owner: vpp-dev+ow...@lists.fd.
u should load kernel-vpp too
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13868): https://lists.fd.io/g/vpp-dev/message/13868
Mute This Topic: https://lists.fd.io/mt/27868658/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.
On Wed, Aug 28, 2019 at 9:42 AM Damjan Marion wrote:
>
>
>
> > On 28 Aug 2019, at 18:23, William Tu wrote:
> >
> > On Wed, Aug 28, 2019 at 7:58 AM Damjan Marion wrote:
> >>
> >>
> >> Havre you bound NIC to vfio-pci or uio_pci_generic?
> >>
> > I'm using uio_pci_generic.
> > Should I use vfio-pci
> On 28 Aug 2019, at 21:06, Satya Murthy wrote:
>
> Hi,
>
> We are seeing one strange issue when we use memif.
>
> We have vpp with 2 workers. This VPP is running as memif-server.
> worker-0 ==> rx-placement with memif
> worker-1 ==> rx-placement with an IP interface ( dpdk based )
>
> As
The issue appears to be hardware related at our cloud provider, we are
working with them to come up with a solution. In the mean time, service
appears to be tentatively restored and we are monitoring the situation
On 08/28/2019 02:16 PM, Vanessa Valderrama wrote:
> We're investigating an issue ca
We're investigating an issue causing instability with cloud disks. I'll
send updates as they are available or you can check the status at
https://status.linuxfoundation.org/incidents/3f31vqs63095?utm_source=slack
Thank you,
Vanessa
On 08/28/2019 02:14 PM, Vanessa Valderrama wrote:
> We are curren
We are currently experiencing issues with Nexus. We're investigating the
issue and will have it resolved as quickly as possible.
Thank you,
Vanessa
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13863): https://lists.fd.io/g/vpp-dev/message/13863
M
Hi,
We are seeing one strange issue when we use memif.
We have vpp with 2 workers. This VPP is running as memif-server.
worker-0 ==> rx-placement with memif
worker-1 ==> rx-placement with an IP interface ( dpdk based )
As soon as we have the memif client connected to VPP, we see degradation in
> On 28 Aug 2019, at 18:23, William Tu wrote:
>
> On Wed, Aug 28, 2019 at 7:58 AM Damjan Marion wrote:
>>
>>
>> Havre you bound NIC to vfio-pci or uio_pci_generic?
>>
> I'm using uio_pci_generic.
> Should I use vfio-pci?
Yes, uio_pci_generic doesn’t work when IOMMU is enabled.
-=-=-=-=-=-
On Wed, Aug 28, 2019 at 7:58 AM Damjan Marion wrote:
>
>
> Havre you bound NIC to vfio-pci or uio_pci_generic?
>
I'm using uio_pci_generic.
Should I use vfio-pci?
Thanks
William
>
> > On 27 Aug 2019, at 23:32, William Tu wrote:
> >
> > Hi,
> >
> > I'm new to vpp and hit an error when receiving n
It is not intentional so somebody needs to debug it… "git bisect" might be good
choice here.
> On 28 Aug 2019, at 13:50, Devis Reagan wrote:
>
> Can any one help on this ? Extended stats not shown in vpp 19.08 via ‘show
> hardware-interfaces’ command
>
> Thanks
>
> On Tue, Aug 27, 2019 a
Havre you bound NIC to vfio-pci or uio_pci_generic?
> On 27 Aug 2019, at 23:32, William Tu wrote:
>
> Hi,
>
> I'm new to vpp and hit an error when receiving no packet from PCI
> device. My setup is below:
>
> /etc/vpp# cat startup.conf
> unix {
> nodaemon
> log /var/log/vpp/vpp.log
> full
Thanks john for the quick inputs. That helps.
--
Thanks & Regards,
Murthy
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13857): https://lists.fd.io/g/vpp-dev/message/13857
Mute This Topic: https://lists.fd.io/mt/33050491/21656
Group Owner: vpp-dev
Hi Balaji,
I see that the problem is in icmp_responder app, as it isn't refilling queues
after connecting. It should call 'memif_refill_queue' in 'on_connect' callback.
However, another issue
appeared after I refilled the queues. I'll be looking into this. Meanwhile I
encourage you to take a
Can any one help on this ? Extended stats not shown in vpp 19.08 via ‘show
hardware-interfaces’ command
Thanks
On Tue, Aug 27, 2019 at 12:49 PM Devis Reagan via Lists.Fd.Io
wrote:
> Even I am using vpp 19.08 & don’t see the extended stats which I used to
> see in other vpp release .
> There wa
Hello All,
I am using *VPP 19.04* version. As per my analysis icmp_responder
application is receiving interrupts but memif_rx_burst API is always giving
number of buffers as 0.
Below are logs collected on icmp_responder.
root@balaji:~# ./icmp_responder
INFO: tx qid: 0
LIBMEMIF EXAMPLE APP: ICMP_
21 matches
Mail list logo