Re: [lng-odp] [PATCH API-NEXT] api: pktio: remove unused ODP_PKTIO_ANY

2016-01-18 Thread Maxim Uvarov
Subject: [lng-odp] [PATCH API-NEXT] api: pktio: remove unused ODP_PKTIO_ANY ODP_PKTIO_ANY is defined in the API header but there's no description of its intended use and it wouldn't make sense to pass it to the majority of exisitng APIs that take odp_pktio_t handles. It's not

Re: [lng-odp] [PATCH API-NEXT] api: pktio: remove unused ODP_PKTIO_ANY

2016-01-18 Thread Savolainen, Petri (Nokia - FI/Espoo)
Reviewed-by: Petri Savolainen > -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT > Stuart Haslam > Sent: Friday, January 15, 2016 5:18 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [PATCH API-NEXT] api: pk

[lng-odp] [PATCH API-NEXT] api: pktio: remove unused ODP_PKTIO_ANY

2016-01-15 Thread Stuart Haslam
ODP_PKTIO_ANY is defined in the API header but there's no description of its intended use and it wouldn't make sense to pass it to the majority of exisitng APIs that take odp_pktio_t handles. It's not currently used anywhere, so remove it. Signed-off-by: Stuart Haslam --- include/odp/api/packet