Re: [vpp-dev] cryptodev scheduler issue

2018-09-03 Thread bindiya Kurle
Hi Prahasur , mode=multi-core, corelist= is missing in configuration. But still it will not work as it needs some code changes in VPP. Regards, Bindiya On Sun, Sep 2, 2018 at 6:37 PM wrote: > Hi, > I configured the VPP startup.conf to bringup a crypto scheduler (the > snippet of the

Re: [vpp-dev] VAT command map_add_domain failing on centos7

2018-09-03 Thread Ole Troan
Hi Jan, I will take a look. Cheers, Ole > On 3 Sep 2018, at 10:10, Jan Gelety via Lists.Fd.Io > wrote: > > Dear vpp-dev, > > During csit-semiweekly job [0] (used vpp build: > 18.10-rc0~315_gc6c0246~b4907.x86_64) > > we observed 100% failure rate of VAT command map_add_domain on centos7:

Re: [vpp-dev] vlib_buffer_t clone operation

2018-09-03 Thread Eason Chen
Thanks Neale for the quick pointers! Eason -- From:Neale Ranns via Lists.Fd.Io Time:2018 Sep 3 (Mon) 15:54 To:Eason Chen ; vpp-dev Cc:vpp-dev Subject:Re: [vpp-dev] vlib_buffer_t clone operation Hi Eason, There’s

[vpp-dev] VAT command map_add_domain failing on centos7

2018-09-03 Thread Jan Gelety via Lists.Fd.Io
Dear vpp-dev, During csit-semiweekly job [0] (used vpp build: 18.10-rc0~315_gc6c0246~b4907.x86_64) we observed 100% failure rate of VAT command map_add_domain on centos7: Exectuting command in VAT terminal: map_add_domain ip4-pfx 20.0.0.1/32 ip6-pfx 2001:1::/64 ip6-src 2001:1::1 ea-bits-len 0

Re: [vpp-dev] vlib_buffer_t clone operation

2018-09-03 Thread Neale Ranns via Lists.Fd.Io
Hi Eason, There’s vlib_buffer_clone() it’s use in IP multicast can be found here: replicate_inline (…) and in L2 multicast here: l2flood_node_fn(…) /neale -Original Message- From: on behalf of Eason Chen Reply-To: Eason Chen Date: Monday, 3 September 2018 at 04:12 To:

Re: [vpp-dev] vl_api_sw_interface_dump problem

2018-09-03 Thread sadjad
Hi Dear VPP I tried to solve this problem. so i changed device.c in dpdk plugin as you can see below: On branch stable/1807 Your branch is up-to-date with 'origin/stable/1807'. Changes not staged for commit: modified: src/plugins/dpdk/device/device.c diff --git