Re: [ovs-discuss] ovsdb-idl APIs to access idl->session and idl->state

2018-08-29 Thread Arunkumar Rg
Thanks Numan. I shall send my patch to dev team.

Regards,
Arun

On Wed, Aug 29, 2018 at 6:33 PM Numan Siddique  wrote:

>
>
> On Wed, Aug 29, 2018 at 1:59 PM Arunkumar Rg 
> wrote:
>
>> Hi,
>>
>> I'm developing a ovsdb-client code using ovsdb-idl.
>> I would need an ovsdb-idl API to access the idl->session and idl->state.
>> So I'm planning to add these APIs in ovs github repo.
>>
>> Currently ovsdb-idl is used as a library in my code. So I can go ahead
>> and add the above required APIs in my local library itself, but the issue
>> is whenever I wanted to pick the latest OVS code then I need to add this
>> APIs in the new OVS version as well.
>>
>> So please let me know whether it is fine to add these APIs in ovs's
>> github repo.
>>
>> Thanks,
>> Arun.
>>
>
> Hi Arun,
>
> Please have a look at this -
> http://docs.openvswitch.org/en/latest/internals/contributing/submitting-patches/.
> You can submit your patch to the d...@openvswitch.org.
>
> Thanks
> Numan
>
>
>> ___
>> discuss mailing list
>> disc...@openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
>>
>
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


Re: [ovs-discuss] ovsdb-idl APIs to access idl->session and idl->state

2018-08-29 Thread Numan Siddique
On Wed, Aug 29, 2018 at 1:59 PM Arunkumar Rg  wrote:

> Hi,
>
> I'm developing a ovsdb-client code using ovsdb-idl.
> I would need an ovsdb-idl API to access the idl->session and idl->state.
> So I'm planning to add these APIs in ovs github repo.
>
> Currently ovsdb-idl is used as a library in my code. So I can go ahead and
> add the above required APIs in my local library itself, but the issue is
> whenever I wanted to pick the latest OVS code then I need to add this APIs
> in the new OVS version as well.
>
> So please let me know whether it is fine to add these APIs in ovs's github
> repo.
>
> Thanks,
> Arun.
>

Hi Arun,

Please have a look at this -
http://docs.openvswitch.org/en/latest/internals/contributing/submitting-patches/.
You can submit your patch to the d...@openvswitch.org.

Thanks
Numan


> ___
> discuss mailing list
> disc...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
>
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


[ovs-discuss] ovsdb-idl APIs to access idl->session and idl->state

2018-08-29 Thread Arunkumar Rg
Hi,

I'm developing a ovsdb-client code using ovsdb-idl.
I would need an ovsdb-idl API to access the idl->session and idl->state. So
I'm planning to add these APIs in ovs github repo.

Currently ovsdb-idl is used as a library in my code. So I can go ahead and
add the above required APIs in my local library itself, but the issue is
whenever I wanted to pick the latest OVS code then I need to add this APIs
in the new OVS version as well.

So please let me know whether it is fine to add these APIs in ovs's github
repo.

Thanks,
Arun.
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss