[lng-odp] [API-NEXT PATCH 7/7] ipc: example app

2015-04-23 Thread Maxim Uvarov
Simple example app creates one packet i/o to external interface and one ipc pktio to other process. Then transfer packet from external interface to other process and back thought ipc queue. Signed-off-by: Maxim Uvarov --- configure.ac| 1 + example/Makefile.am | 2 +- example

Re: [lng-odp] [API-NEXT PATCH 7/7] ipc: example app

2015-04-27 Thread Stuart Haslam
On Thu, Apr 23, 2015 at 08:47:05PM +0300, Maxim Uvarov wrote: > Simple example app creates one packet i/o to external interface > and one ipc pktio to other process. Then transfer packet from > external interface to other process and back thought ipc queue. > > Signed-off-by: Maxim Uvarov > --- >

Re: [lng-odp] [API-NEXT PATCH 7/7] ipc: example app

2015-04-27 Thread Maxim Uvarov
On 04/27/15 15:50, Stuart Haslam wrote: I don't get it, you're receiving packets from the network then overwriting the first few bytes with a timestamp string and forwarding it over the ipc interface. Isn't this corrupting the packet? Yes, that corrupts original packet but it was most visible tes

Re: [lng-odp] [API-NEXT PATCH 7/7] ipc: example app

2015-04-27 Thread Stuart Haslam
On Mon, Apr 27, 2015 at 04:45:44PM +0300, Maxim Uvarov wrote: > On 04/27/15 15:50, Stuart Haslam wrote: > >I don't get it, you're receiving packets from the network then > >overwriting the first few bytes with a timestamp string and forwarding > >it over the ipc interface. Isn't this corrupting the