Re: [lng-odp] [PATCHv2] validation: pktio: test batch receive

2015-12-18 Thread Stuart Haslam
On Fri, Dec 18, 2015 at 01:43:18PM +0300, Maxim Uvarov wrote: > One comment bellow, other things look good. > > Maxim. > > On 12/11/2015 20:10, Stuart Haslam wrote: > >Modify the tests that currently transmit packets in batches to also > >receive packets in batches. This adds coverage of odp_queu

Re: [lng-odp] [PATCHv2] validation: pktio: test batch receive

2015-12-18 Thread Maxim Uvarov
One comment bellow, other things look good. Maxim. On 12/11/2015 20:10, Stuart Haslam wrote: Modify the tests that currently transmit packets in batches to also receive packets in batches. This adds coverage of odp_queue_deq_multi() and odp_schedule_multi() specifically against a packet input q

Re: [lng-odp] [PATCHv2] validation: pktio: test batch receive

2015-12-17 Thread Stuart Haslam
On Fri, Dec 11, 2015 at 05:10:51PM +, Stuart Haslam wrote: > Modify the tests that currently transmit packets in batches to also > receive packets in batches. This adds coverage of odp_queue_deq_multi() > and odp_schedule_multi() specifically against a packet input queue, > as this doesn't get

[lng-odp] [PATCHv2] validation: pktio: test batch receive

2015-12-11 Thread Stuart Haslam
Modify the tests that currently transmit packets in batches to also receive packets in batches. This adds coverage of odp_queue_deq_multi() and odp_schedule_multi() specifically against a packet input queue, as this doesn't get tested anywhere else in the validation suite. Signed-off-by: Stuart Ha