Re: [lng-odp] [API-NEXT RFC 1/2] api: pktio: added input hash parameters

2015-11-03 Thread Bill Fischofer
On Tue, Nov 3, 2015 at 8:29 AM, Petri Savolainen wrote: > Added parameters for setting up input hashing during pktio_open > and odp_pktio_input_hash_queues to query queue handles. > > Signed-off-by: Petri Savolainen > --- > include/odp/api/packet_io.h | 60 >

[lng-odp] [API-NEXT RFC 1/2] api: pktio: added input hash parameters

2015-11-03 Thread Petri Savolainen
Added parameters for setting up input hashing during pktio_open and odp_pktio_input_hash_queues to query queue handles. Signed-off-by: Petri Savolainen --- include/odp/api/packet_io.h | 60 + 1 file changed, 60 insertions(+) diff --git a/include/odp/a