Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-05 Thread Neale Ranns via Lists.Fd.Io
sh.gu...@gmail.com" Date : mercredi 5 décembre 2018 à 15:56 À : "vpp-dev@lists.fd.io" Objet : Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf ) Thanks Ole. We can use option (1). But, Only thing is, on the CP side, we have some restrictions to have

Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-05 Thread Ole Troan
Satish, > We can use option (1). > But, Only thing is, on the CP side, we have some restrictions to have a > format either as google protobuf (or) JSON format. > Do we have builtin Json serialize/deserialize support in VPP for JSON > messages into C structures . > If so, can you please point me

Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-05 Thread satish . gundu
Thanks Ole. We can use option (1). But, Only thing is, on the CP side, we have some restrictions to have a format either as google protobuf (or) JSON format. Do we have builtin Json serialize/deserialize support in VPP for JSON messages into C structures . If so, can you please point me to some

Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-05 Thread Ole Troan
Satish, > Thanks Ole for the quick response. > > We are trying to send messages from a control plane process to VPP process > via memif channel. > This is to program the VPP dataplane tables for our product. > > I see some serialize functions in vppinfra/serialize.h file. Are these the > on

Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-04 Thread satish . gundu
Thanks Ole for the quick response. We are trying to send messages from a control plane process  to VPP process via memif channel. This is to program the VPP dataplane tables for our product.  I see some serialize functions in vppinfra/serialize.h  file. Are these the ones you were referring tha

Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-04 Thread Ole Troan
Satish, > > Is there any VPP plugin for message serilize/deserialization ( like asn.1 / > google protobuf ) ? > We would like to use this for messaging with a control plane module over > MemIf channel. > > Appreciate any inputs on this. What is it you want to serialize? E.g for the binary

[vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-04 Thread satish . gundu
Hi All, Is there any VPP plugin for message serilize/deserialization ( like asn.1  / google protobuf )   ? We would like to use this for messaging with a control plane module over MemIf channel. Appreciate any inputs on this. Thanks & Regards, Satish -=-=-=-=-=-=-=-=-=-=-=- Links: You receive