Re: [vpp-dev] Classify session weird behavior

2019-03-28 Thread Michal Cmarada via Lists.Fd.Io
t 12:08, Michal Cmarada via Lists.Fd.Io mailto:mcmarada=cisco@lists.fd.io>> wrote: Hi VPP devs, Raj, We had an issue when configuring classify session for classify table, where the n_skip_vector value is more than zero. The same issue happens when I am creating the configuration over A

[vpp-dev] Classify session weird behavior

2019-03-28 Thread Michal Cmarada via Lists.Fd.Io
Hi VPP devs, Raj, We had an issue when configuring classify session for classify table, where the n_skip_vector value is more than zero. The same issue happens when I am creating the configuration over API or via vppctl. The match "k: " value is always all zeros

[vpp-dev] IpSec API call ikev2_set_profile_auth causes VPP to crash

2019-01-18 Thread Michal Cmarada via Lists.Fd.Io
Hi, I was testing IpSec API via honeycomb and when we called ikev2_set_profile_auth with "data" and "data_length" set, vpp crashed. When investigating we found out that "data_length" is not processed correctly. I prepared a patch that fixes this error. It was verified using HC via api call. Mas

[vpp-dev] RPM for vpp and vpp plugins

2018-12-11 Thread Michal Cmarada via Lists.Fd.Io
Hi, I was trying to generate Java APIs based on VPP DEB and RPM packages. With Debian everything works. With RPM packages I have some difficulties. In Debian packages I am able to distinguish between Core API files and plugin API files because VPP debian package contains only core api.json and

[vpp-dev] DHCP relay issues

2018-11-23 Thread Michal Cmarada via Lists.Fd.Io
Hi vpp devs, After this patch in VPP: https://gerrit.fd.io/r/#/c/15759/ our DHCP relay tests started to fail. The configuration seems to be written correctly (same as before, commands for VPP on DUT1 in attachment), but when actual packet is received the vpp seems to crash. Sometimes there are

Re: [vpp-dev] Interface dump - link speed value

2018-11-20 Thread Michal Cmarada via Lists.Fd.Io
] Interface dump - link speed value Michal, At least one bug. Can you verify if https://gerrit.fd.io/r/16046 Fixes your problem? Best regards, Ole > On 20 Nov 2018, at 10:58, Michal Cmarada via Lists.Fd.Io > wrote: > > Hi VPP-devs, > > I was recently testing interface dump and

[vpp-dev] Interface dump - link speed value

2018-11-20 Thread Michal Cmarada via Lists.Fd.Io
Hi VPP-devs, I was recently testing interface dump and I noticed that it returns weird value for link_speed. I tested both Java API and Python API for VPP together with console output. When I called sudo vppctl sh hardware in console I get: NameIdx Link Hardware

[vpp-dev] 18.10 release artifacts

2018-10-30 Thread Michal Cmarada via Lists.Fd.Io
Hi vpp-devs, I was preparing honeycomb release and while building it I found out that there are some artifacts missing in nexus repository for 18.10. https://nexus.fd.io/content/repositories/fd.io.release/io/fd/vpp/ . most of them were deployed ok, but some of them are missing e.g. jvpp-ioampot

Re: [vpp-dev] bug in api for tapv2

2018-10-17 Thread Michal Cmarada via Lists.Fd.Io
for Company Registration Information. From: Marco Varlese Sent: Wednesday, October 17, 2018 2:16 PM To: Michal Cmarada -X (mcmarada - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] bug in api for tapv2 Hi Michal, On Wed, 2018-10-17 at 11:49 +0000, Michal

[vpp-dev] bug in api for tapv2

2018-10-17 Thread Michal Cmarada via Lists.Fd.Io
Hi VPP devs, I found a bug in API for tapv2. I prepared a fix but I need someone to check it. gerrit patch: https://gerrit.fd.io/r/#/c/15341/ also it will probably need a cherry-pick to stable 18.10 Thanks Michal [https://www.cisco.com/c/dam/m/en_us/signaturetool/images/banners/standard/06_sta

[vpp-dev] Delete IPv6 VXLAN fails

2018-10-11 Thread Michal Cmarada via Lists.Fd.Io
Hi, I was trying to setup and delete IPV6 vxlan tunel using vpp_api_test: vat# vxlan_tunnel_dump sw_if_index instance src_address dst_address encap_vrf_id decap_next_index vni mcast_sw_if_index vat# vxlan_add_del_tunnel src 10::10 dst 10::11 vni 88 encap-vrf-