Re: [vpp-dev] rx out of buffer

2018-03-20 Thread Sirshak Das
Hi Shachar, I am also getting the same nos for my Mellanox card. I am using SRIOV also. 0004:01:00.0 Ethernet controller: Mellanox Technologies MT27700 Family [ConnectX-4] $ ofed_info -s MLNX_OFED_LINUX-4.2-1.2.0.0: Did you find reason for this ? Thank you Sirshak Das From: vpp-dev-boun...@l

Re: [vpp-dev] CSIT rls1801 performance regressions - update

2018-03-20 Thread Ray Kinsella
Hi Maciek, Couple of question. 1. Any idea why the bad plugins are bad - is there anything common in their design that you suspect might be a common thread in the performance regressions. 2. When I compare the CSIT 1710 to the 1801 test report from DPDK, it suggests improved performance of

[vpp-dev] test policer - result query

2018-03-20 Thread wangchuan...@163.com
hi all, How can i get the policer name by sw_if_index when is_show==1 at ‘test_policer_command_fn‘ ? policer : name[mypolicer] cir[1000 kbps] intfc: GigabitEthernet2/6/0 sw_inf_index[1] I can only get the policer_index & 'policer_read_response_type_st' by rx_sw_if_index, but no 's

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-20 Thread Jon Loeliger
On Tue, Mar 20, 2018 at 6:30 AM, Ole Troan wrote: > > I debugged this a bit further and it seems that sometimes when hopping > branches, the json files corresponding to APIs are not regenerated properly. > > What happens in vpp-papi is that if it founds a duplicate, it checks > whether it's the s

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-20 Thread Jon Loeliger
On Mon, Mar 19, 2018 at 5:23 PM, Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) wrote: > Hi Jon, > > > Just to confirm - what's your environment? > > Centos 7.4 jdl@bcc-1 $ uname -a Linux bcc-1 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/L

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-20 Thread Ole Troan
> I debugged this a bit further and it seems that sometimes when hopping > branches, the json files corresponding to APIs are not regenerated properly. > What happens in vpp-papi is that if it founds a duplicate, it checks whether > it's the same message and if so, there is no exception raised. >

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-20 Thread Klement Sekera
I debugged this a bit further and it seems that sometimes when hopping branches, the json files corresponding to APIs are not regenerated properly. What happens in vpp-papi is that if it founds a duplicate, it checks whether it's the same message and if so, there is no exception raised. But I saw