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

Reply via email to