Re: [lng-odp] [PATCH 1/2] linux-generic: packet: hide frame_len behind accessor

2016-01-21 Thread Bala Manoharan
ehalf Of EXT >> Zoltan Kiss >> Sent: Wednesday, January 20, 2016 6:37 PM >> To: lng-odp@lists.linaro.org >> Subject: [lng-odp] [PATCH 1/2] linux-generic: packet: hide frame_len >> behind accessor >> >> The classification code accesses this variable directly, w

Re: [lng-odp] [PATCH 1/2] linux-generic: packet: hide frame_len behind accessor

2016-01-21 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT > Zoltan Kiss > Sent: Wednesday, January 20, 2016 6:37 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [PATCH 1/2] linux-generic: packet: hide frame_len

Re: [lng-odp] [PATCH 1/2] linux-generic: packet: hide frame_len behind accessor

2016-01-21 Thread Zoltan Kiss
On 21/01/16 08:21, Savolainen, Petri (Nokia - FI/Espoo) wrote: -Original Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT Zoltan Kiss Sent: Wednesday, January 20, 2016 6:37 PM To: lng-odp@lists.linaro.org Subject: [lng-odp] [PATCH 1/2] linux-generic

Re: [lng-odp] [PATCH 1/2] linux-generic: packet: hide frame_len behind accessor

2016-01-21 Thread Zoltan Kiss
g Subject: [lng-odp] [PATCH 1/2] linux-generic: packet: hide frame_len behind accessor The classification code accesses this variable directly, which prevents reusing that code e.g. in ODP-DPDK. Signed-off-by: Zoltan Kiss <zoltan.k...@linaro.org> --- platform/linux-

[lng-odp] [PATCH 1/2] linux-generic: packet: hide frame_len behind accessor

2016-01-20 Thread Zoltan Kiss
The classification code accesses this variable directly, which prevents reusing that code e.g. in ODP-DPDK. Signed-off-by: Zoltan Kiss --- platform/linux-generic/include/odp_classification_inlines.h | 5 +++-- platform/linux-generic/include/odp_packet_internal.h|