Re: [EXTERNAL] Re: [vpp-dev] VPP sequential policy command execution giving error

2020-06-11 Thread Pablo via lists.fd.io
Chinmaya, Please see https://docs.fd.io/vpp/20.09/df/d96/sr__api_8c.html Regards, Pablo. From: vpp-dev@lists.fd.io On Behalf Of Chinmaya Aggarwal Sent: miércoles, 10 de junio de 2020 6:33 To: vpp-dev@lists.fd.io Subject: Re: [EXTERNAL] Re: [vpp-dev] VPP sequential policy command execution givi

Re: [EXTERNAL] Re: [vpp-dev] VPP sequential policy command execution giving error

2020-06-11 Thread Chinmaya Aggarwal
We have been following this approach. But, we got doubtful of this approach because we found few API level difference between VPP v20.01 and VPP v20.05. We have raised our concern yesterday in a separate post https://lists.fd.io/g/vpp-dev/topic/vpp_c_api_difference_between/74796193?p=,,,20,0,0,0

Re: [vpp-dev] VPP C API difference between VPP v20.05 and v 20.01

2020-06-11 Thread Ole Troan
> We are trying to use VPP C API in our C application to call VPP functionality > in our system. Our system has different sub systems running different VPP > versions. We want to have single C application interacting with different > versions of VPP. We started with reading SRv6 policy and steer

Re: [EXTERNAL] Re: [vpp-dev] VPP sequential policy command execution giving error

2020-06-11 Thread Chinmaya Aggarwal
We also found one more issue while reading sr policies having multiple sid list using VPP C API. Suppose we have a sr policy having: - BSID : C1::999:3 SID List 1 : 2001:db8:1:c1::1, 2001:db8:1:c2::1 SID List 2 : 2001:db8:1:c3::1, 2001:db8:1:c4::1 While parsing SID List 1, we get 2001:db8:1:c1::

Re: [EXTERNAL] Re: [vpp-dev] VPP sequential policy command execution giving error

2020-06-11 Thread Chinmaya Aggarwal
[Edited Message Follows] We also found one more issue while reading sr policies having multiple sid list using VPP C API. Suppose we have a sr policy having: - BSID : C1::999:3 SID List 1 : 2001:db8:1:c1::1, 2001:db8:1:c2::1 SID List 2 : 2001:db8:1:c3::1, 2001:db8:1:c4::1 While parsing SID List

Re: [EXTERNAL] Re: [vpp-dev] VPP sequential policy command execution giving error

2020-06-11 Thread Chinmaya Aggarwal
[Edited Message Follows] We also found one more issue while reading sr policies having multiple sid list using VPP C API. Suppose we have a sr policy having: - BSID : C1::999:3 SID List 1 : 2001:db8:1:c1::1, 2001:db8:1:c2::1 SID List 2 : 2001:db8:1:c3::1, 2001:db8:1:c4::1 While parsing SID List