mbox series

[API-NEXT,v2,0/6] Queue interface clean up

Message ID 20170704095343.4266-1-petri.savolainen@linaro.org
Headers show
Series Queue interface clean up | expand

Message

Petri Savolainen July 4, 2017, 9:53 a.m. UTC
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

Comments

Bill Fischofer July 7, 2017, 8:08 p.m. UTC | #1
For this series:

Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org>

On Tue, Jul 4, 2017 at 4:53 AM, Petri Savolainen
<petri.savolainen@linaro.org> 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

>