Re: [vpp-dev] Question about having an application container communicate with VPP container

2018-03-30 Thread Damjan Marion
Hi Zhuo, Yes, that is the scenario memif was build for. Thanks, Damjan On 28 Mar 2018, at 01:59, Zhuo Chen (zchen) mailto:zc...@cisco.com>> wrote: Hi experts, Has anyone had one application container work with vpp in a separate container over memif? For example https://github.com/matfa

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-03-30 Thread Wang
Did you checkout the latest vppsb? There should be a patch merged to fix this issue. 2018-03-30 3:25 GMT-04:00 Hamid Rasool : > Hi, > > I want to enable dynamic routing protocols (using Quagga or FRR as VPP > does not have BGP and IS-IS built-in) to perform routing on my VPP VM > (built using sta

Re: [vpp-dev] VPP+afsocket error:tx frame not ready

2018-03-30 Thread Mohsin Kazmi
Hi, "tx frame not ready"? means VPP didn't find empty queue at linux side. Linux is processing too slow which results in that behavior and VPP drops those packets. While when you use dpdk, you bypass linux kernel (bottleneck), so you don't find such behavior. If you still want to use the vi

[vpp-dev] VPP+afsocket error:tx frame not ready

2018-03-30 Thread michael . jinli . yan
hi, i used VPP+afsocket to run ip4 forward case between pcA and pcB. After i used iperf to send 400Mb/s 64B packets,the iperf server did not show the received bandwidth. So i inputed show error,the result showed many packets were not handled normally because of tx frame not ready. when i used dp

[vpp-dev] VPP+afsocket error:tx frame not ready #vpp #vpp #vpp #vpp

2018-03-30 Thread michael . jinli . yan
hi, i used VPP+afsocket to run ip4 forward case between pcA and pcB. After i used iperf to send 400Mb/s 64B packets,the iperf server did not show the received bandwidth. So i inputed show error,the result showed many packets were not handled normally because of tx frame not ready. when i used dp

Re: [vpp-dev] Some DS Lite Questions

2018-03-30 Thread Jon Loeliger
On Thu, Mar 29, 2018 at 2:58 PM, Jon Loeliger wrote: > Matus, et al, > > Is there no way to remove either the B4 or AFTR tunnel endpoint once it is > set? > So, I see one can use "::". Is that the expectation here? jdl

Re: [vpp-dev] Semantics of field 'link_speed' in 'sw_interface_details' API.

2018-03-30 Thread Dmitry Vakhrushev
Ok. Thank you. Seems 1kbps steps looks fine for me too. Regards, --Dmitry On Thu, Mar 29, 2018 at 10:46 PM, Damjan Marion wrote: > > Yes, but too late for 18.04. We can do that change later after rc1 is out. > I personally prefer that we simply keep speed as numeric value in 1kbps > steps. >