[lng-odp] [API-NEXT PATCH v2 0/6] Queue interface clean up

2017-07-04 Thread Petri Savolainen
APPLIES ON TOP OF: [API-NEXT PATCH 0/4] Clean up scheduler interface

Clean up queue interface definitions and usage. Remove unneccesary conversions,
functions and file. Don't use qentry as a variable name when type is queue_t.
Don't let TM to change queue type, since current API specifies only plain and 
sched queues as queue types.

v2:
  * Rebased on top of latest api-next and "Clean up scheduler interface"
patch set

Petri Savolainen (6):
  linux-gen: cls: avoid queue conversions
  linux-gen: pktio: dont use qentry for queue_t
  linux-gen: pktio: convert queue handle only once
  linux-gen: pktio: remove unused header file
  linux-gen: queue: combine queue interface set functions
  linux-gen: queue: remove type set from interface

 platform/linux-generic/Makefile.am |   1 -
 .../linux-generic/include/odp_packet_internal.h|   3 +-
 .../linux-generic/include/odp_packet_io_internal.h |   2 +
 .../linux-generic/include/odp_packet_io_queue.h|  48 
 platform/linux-generic/include/odp_queue_if.h  |  20 ++-
 platform/linux-generic/odp_classification.c|  10 +-
 platform/linux-generic/odp_packet_io.c | 137 +++--
 platform/linux-generic/odp_queue.c |  39 +++---
 platform/linux-generic/odp_queue_scalable.c|  39 +++---
 platform/linux-generic/odp_traffic_mngr.c  |  10 +-
 10 files changed, 118 insertions(+), 191 deletions(-)
 delete mode 100644 platform/linux-generic/include/odp_packet_io_queue.h

-- 
2.13.0



Re: [lng-odp] [API-NEXT PATCH v2 0/6] Queue interface clean up

2017-07-07 Thread Bill Fischofer
For this series:

Reviewed-and-tested-by: Bill Fischofer 

On Tue, Jul 4, 2017 at 4:53 AM, Petri Savolainen
 wrote:
> APPLIES ON TOP OF: [API-NEXT PATCH 0/4] Clean up scheduler interface
>
> Clean up queue interface definitions and usage. Remove unneccesary 
> conversions,
> functions and file. Don't use qentry as a variable name when type is queue_t.
> Don't let TM to change queue type, since current API specifies only plain and
> sched queues as queue types.
>
> v2:
>   * Rebased on top of latest api-next and "Clean up scheduler interface"
> patch set
>
> Petri Savolainen (6):
>   linux-gen: cls: avoid queue conversions
>   linux-gen: pktio: dont use qentry for queue_t
>   linux-gen: pktio: convert queue handle only once
>   linux-gen: pktio: remove unused header file
>   linux-gen: queue: combine queue interface set functions
>   linux-gen: queue: remove type set from interface
>
>  platform/linux-generic/Makefile.am |   1 -
>  .../linux-generic/include/odp_packet_internal.h|   3 +-
>  .../linux-generic/include/odp_packet_io_internal.h |   2 +
>  .../linux-generic/include/odp_packet_io_queue.h|  48 
>  platform/linux-generic/include/odp_queue_if.h  |  20 ++-
>  platform/linux-generic/odp_classification.c|  10 +-
>  platform/linux-generic/odp_packet_io.c | 137 
> +++--
>  platform/linux-generic/odp_queue.c |  39 +++---
>  platform/linux-generic/odp_queue_scalable.c|  39 +++---
>  platform/linux-generic/odp_traffic_mngr.c  |  10 +-
>  10 files changed, 118 insertions(+), 191 deletions(-)
>  delete mode 100644 platform/linux-generic/include/odp_packet_io_queue.h
>
> --
> 2.13.0
>