[vpp-dev] Ligato VPP container

2019-10-30 Thread Devis Reagan
Dear Team ,



I managed to bring up the ligato/vpp-agent:v2.1.1 container on top of the
contiv-vpp . But it looks while bringing up the it just takes the "core 0"
for main-core , I used the attached yaml file to launch the container . Is
there a way to add our own main-core & corelist-workers while bring up the
ligato vpp ?



Logs from ligato vpp container

===



Below container is the one brought up on top of the contiv-vpp using the
attached yaml file .



vpp# show threads

ID NameTypeLWP Sched Policy (Priority)
lcore  Core   Socket State

0  vpp_main15  other (0)
1  0  0

vpp#

vpp# [root@k8s-master ~]#

[root@k8s-master ~]#

[root@k8s-master ~]# kubectl exec -it vpp-cnf -- vppctl -s :5002

_____   _  ___

__/ __/ _ \  (_)__| | / / _ \/ _ \

_/ _// // / / / _ \   | |/ / ___/ ___/

/_/ /(_)_/\___/   |___/_/  /_/



vpp#

vpp# show ver

vpp v19.08.1-163~g8f4fccab9~b230 built by root on 813e868a84ce at Sun Oct
6 12:54:23 UTC 2019

vpp#

vpp# show interface

  Name   IdxState  MTU (L3/IP4/IP6/MPLS)
Counter  Count

local00 down  0/0/0/0

memif0/1  1  up  9000/0/0/0

memif0/2  2  up  9000/0/0/0

vpp#

vpp# show threads

ID NameTypeLWP Sched Policy (Priority)
lcore  Core   Socket State

0  vpp_main14  other (0)
   1  0  0

vpp#

vpp# show interface rx-placement

Thread 0 (vpp_main):

  node memif-input:

memif0/1 queue 0 (polling)

memif0/2 queue 0 (polling)

vpp#


vpp_pod-v2.3.0-container1.yaml
Description: application/yaml
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14383): https://lists.fd.io/g/vpp-dev/message/14383
Mute This Topic: https://lists.fd.io/mt/39769095/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] Memif or vhost interface

2019-10-18 Thread Devis Reagan
Hi Team ,


I am new to VMs and containers . Planing to use VPP and on top of it wanted
to chose either memif(container based) or virtual interface(vhost based)
for my container based or VM based application. Wanted to know which of
these would give good performance (IPv6/IPv4 traffic) Is there any known
limitations among these two .


To test I am planning to put testpmd as my application on vm/container


Thanks in advance!!
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14242): https://lists.fd.io/g/vpp-dev/message/14242
Mute This Topic: https://lists.fd.io/mt/35075132/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-09-20 Thread Devis Reagan
Hi David ,

Is there any fix or work around for this extended stats issue

Thanks

On Thu, Aug 29, 2019 at 6:58 AM Carlito Nueno 
wrote:

> 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  me@lists.fd.io> wrote:
>
>>
>> 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 at 12:49 PM Devis Reagan via Lists.Fd.Io
>> <http://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 was not change in the configuration but with vpp 19.08 it’s not
>>> showing up .
>>>
>>> When I use dpdk application called testpmd the extended stats just show
>>> up fine . It’s only the vpp not showing it .
>>>
>>> Do we need to configure any thing to get it ?
>>>
>>> Note : In the release note of 19.08 I saw some changes gone in for
>>> extended stats .
>>>
>>> Thanks
>>>
>>>
>>> On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  wrote:
>>>
>>>> did you make sure that you have detailed stats collection enabled for
>>>> the interface?
>>>>
>>>> (see vl_api_collect_detailed_interface_stats_t)
>>>>
>>>> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno 
>>>> wrote:
>>>> >
>>>> > Hi all,
>>>> >
>>>> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed
>>>> Aug 21 18:20:49 UTC 2019
>>>> >
>>>> > When I do sh hardware-interfaces or sh hardware-interfaces detail or
>>>> verbose, extended stats are not showing.
>>>> >
>>>> > On 19.08 I only see stats like below:
>>>> >
>>>> > rss active:none
>>>> > tx burst function: eth_igb_xmit_pkts
>>>> > rx burst function: eth_igb_recv_scattered_pkts
>>>> >
>>>> > tx frames ok   26115
>>>> > tx bytes ok 34203511
>>>> > rx frames ok   12853
>>>> > rx bytes ok  1337944
>>>> >
>>>> > On 19.04 I am able to see:
>>>> >
>>>> > rss active:none
>>>> > tx burst function: eth_igb_xmit_pkts
>>>> > rx burst function: eth_igb_recv_scattered_pkts
>>>> >
>>>> > tx frames ok21535933
>>>> > tx bytes ok  21806938127
>>>> > rx frames ok13773533
>>>> > rx bytes ok   3642009224
>>>> > extended stats:
>>>> >   rx good packets   13773533
>>>> >   tx good packets   21535933
>>>> >   rx good bytes   3642009224
>>>> >   tx good bytes  21806938127
>>>> >   rx size 64 packets 1171276
>>>> >   rx size 65 to 127 packets  8462547
>>>> >   rx size 128 to 255 packets 1506266
>>>> >   rx size 256 to 511 packets  606052
>>>> >   rx size 512 to 1023 packets 560122
>>>> >   rx size 1024 to max packets1467270
>>>> >   rx broadcast packets383890
>>>> >   rx multicast packets291769
>>>> >   rx total packets  13773533
>>>> >   tx total packets  21535933
>>>> >   rx total bytes  3642009224
>>>> >   tx total bytes

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-27 Thread Devis Reagan
Even I am using vpp 19.08 & don’t see the extended stats which I used to
see in other vpp release .
There was not change in the configuration but with vpp 19.08 it’s not
showing up .

When I use dpdk application called testpmd the extended stats just show up
fine . It’s only the vpp not showing it .

Do we need to configure any thing to get it ?

Note : In the release note of 19.08 I saw some changes gone in for extended
stats .

Thanks


On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  wrote:

> did you make sure that you have detailed stats collection enabled for
> the interface?
>
> (see vl_api_collect_detailed_interface_stats_t)
>
> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno 
> wrote:
> >
> > Hi all,
> >
> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed Aug
> 21 18:20:49 UTC 2019
> >
> > When I do sh hardware-interfaces or sh hardware-interfaces detail or
> verbose, extended stats are not showing.
> >
> > On 19.08 I only see stats like below:
> >
> > rss active:none
> > tx burst function: eth_igb_xmit_pkts
> > rx burst function: eth_igb_recv_scattered_pkts
> >
> > tx frames ok   26115
> > tx bytes ok 34203511
> > rx frames ok   12853
> > rx bytes ok  1337944
> >
> > On 19.04 I am able to see:
> >
> > rss active:none
> > tx burst function: eth_igb_xmit_pkts
> > rx burst function: eth_igb_recv_scattered_pkts
> >
> > tx frames ok21535933
> > tx bytes ok  21806938127
> > rx frames ok13773533
> > rx bytes ok   3642009224
> > extended stats:
> >   rx good packets   13773533
> >   tx good packets   21535933
> >   rx good bytes   3642009224
> >   tx good bytes  21806938127
> >   rx size 64 packets 1171276
> >   rx size 65 to 127 packets  8462547
> >   rx size 128 to 255 packets 1506266
> >   rx size 256 to 511 packets  606052
> >   rx size 512 to 1023 packets 560122
> >   rx size 1024 to max packets1467270
> >   rx broadcast packets383890
> >   rx multicast packets291769
> >   rx total packets  13773533
> >   tx total packets  21535933
> >   rx total bytes  3642009224
> >   tx total bytes 21806938127
> >   tx size 64 packets  397270
> >   tx size 65 to 127 packets  3649953
> >   tx size 128 to 255 packets 1817099
> >   tx size 256 to 511 packets  976902
> >   tx size 512 to 1023 packets 773963
> >   tx size 1023 to max packets   13920746
> >   tx multicast packets   893
> >   tx broadcast packets356966
> >   rx sent to host packets 59
> >   tx sent by host packets 81
> >
> > Any advice on how to show extended stats on 19.08?
> >
> > Thanks!
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> >
> > View/Reply Online (#13846): https://lists.fd.io/g/vpp-dev/message/13846
> > Mute This Topic: https://lists.fd.io/mt/33041221/675628
> > Group Owner: vpp-dev+ow...@lists.fd.io
> > Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [d...@dogwood.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
> --
> Kailua, Hawaiʻi
> US +1 (808) 728-3050
> UK +44 (020) 3286 2808
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#13847): https://lists.fd.io/g/vpp-dev/message/13847
> Mute This Topic: https://lists.fd.io/mt/33041221/1865918
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [devisreaga...@gmail.com
> ]
> -=-=-=-=-=-=-=-=-=-=-=-
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13850): https://lists.fd.io/g/vpp-dev/message/13850
Mute This Topic: https://lists.fd.io/mt/33041221/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] Show running configuration #vpp

2019-07-01 Thread Devis Reagan
Dear Team ,

is there any command available to show the running configuration of the VPP ? 
Like we have in Cisco ‘show run’

Thanks,
Devis Reagan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13417): https://lists.fd.io/g/vpp-dev/message/13417
Mute This Topic: https://lists.fd.io/mt/32278582/21656
Mute #vpp: https://lists.fd.io/mk?hashtag=vpp=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] VPP CSIT robot framework #automation

2019-06-19 Thread Devis Reagan
Team , Could you help on this query

Thanks ,
Devis Reagan

On Tue, Jun 18, 2019 at 11:47 AM Devis Reagan via Lists.Fd.Io
 wrote:

> Dear Team ,
>
>  I could see with the current VPP CSIT framework we have traffic generator
> support using trex . Do we have IXIA support API's ?
>  If any private git branch for IXIA support , could you pls point to me ?
>
>
> https://docs.fd.io/csit/master/report/csit_framework_documentation/csit_design.html
> https://wiki.fd.io/view/Project_Proposals/CSIT
>
> Thanks,
> Devis Reagan -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#13314): https://lists.fd.io/g/vpp-dev/message/13314
> Mute This Topic: https://lists.fd.io/mt/32104144/1865918
> Mute #automation: https://lists.fd.io/mk?hashtag=automation=4038075
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [devisreaga...@gmail.com
> ]
> -=-=-=-=-=-=-=-=-=-=-=-
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13328): https://lists.fd.io/g/vpp-dev/message/13328
Mute This Topic: https://lists.fd.io/mt/32104144/21656
Mute #automation: https://lists.fd.io/mk?hashtag=automation=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] VPP CSIT robot framework #automation

2019-06-18 Thread Devis Reagan
Dear Team ,

I could see with the current VPP CSIT framework we have traffic generator 
support using trex . Do we have IXIA support API's ?
If any private git branch for IXIA support , could you pls point to me ?

https://docs.fd.io/csit/master/report/csit_framework_documentation/csit_design.html
https://wiki.fd.io/view/Project_Proposals/CSIT

Thanks,
Devis Reagan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13314): https://lists.fd.io/g/vpp-dev/message/13314
Mute This Topic: https://lists.fd.io/mt/32104144/21656
Mute #automation: https://lists.fd.io/mk?hashtag=automation=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-