Re: [lng-odp] [API-NEXT PATCHv4 1/5] linux-generic: sockets: implement pktio statistics counters

2015-12-15 Thread Stuart Haslam
On Tue, Dec 15, 2015 at 03:25:31PM +0300, Maxim Uvarov wrote: > On 12/03/2015 15:32, Stuart Haslam wrote: > >On Tue, Nov 24, 2015 at 04:10:44PM +0300, Maxim Uvarov wrote: > >>Signed-off-by: Maxim Uvarov > >>--- > >> platform/linux-generic/Makefile.am | 2 + > >> .../linux-generi

Re: [lng-odp] [API-NEXT PATCHv4 1/5] linux-generic: sockets: implement pktio statistics counters

2015-12-15 Thread Maxim Uvarov
Hm, I do not have any hw on that laptop which is supported by netmap. Looks like we need to speed up your VALE patch inclusion. On 15 December 2015 at 15:25, Maxim Uvarov wrote: > On 12/03/2015 15:32, Stuart Haslam wrote: > >> On Tue, Nov 24, 2015 at 04:10:44PM +0300, Maxim Uvarov wrote: >> >>>

Re: [lng-odp] [API-NEXT PATCHv4 1/5] linux-generic: sockets: implement pktio statistics counters

2015-12-15 Thread Maxim Uvarov
On 12/03/2015 15:32, Stuart Haslam wrote: On Tue, Nov 24, 2015 at 04:10:44PM +0300, Maxim Uvarov wrote: Signed-off-by: Maxim Uvarov --- platform/linux-generic/Makefile.am | 2 + .../linux-generic/include/odp_packet_io_internal.h | 11 ++ platform/linux-generic/include/odp

Re: [lng-odp] [API-NEXT PATCHv4 1/5] linux-generic: sockets: implement pktio statistics counters

2015-12-03 Thread Stuart Haslam
On Tue, Nov 24, 2015 at 04:10:44PM +0300, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov > --- > platform/linux-generic/Makefile.am | 2 + > .../linux-generic/include/odp_packet_io_internal.h | 11 ++ > platform/linux-generic/include/odp_packet_socket.h | 6 + > platform/l

[lng-odp] [API-NEXT PATCHv4 1/5] linux-generic: sockets: implement pktio statistics counters

2015-11-24 Thread Maxim Uvarov
Signed-off-by: Maxim Uvarov --- platform/linux-generic/Makefile.am | 2 + .../linux-generic/include/odp_packet_io_internal.h | 11 ++ platform/linux-generic/include/odp_packet_socket.h | 6 + platform/linux-generic/odp_packet_io.c | 53 +++ platform/linux-gen