merged

I fixed the following checkpatch issues, please dont forget to run
checkpatch.

Using patch:
lng-odp_PATCH_v2_1-3_linux-generic_classification_release_the_packet_as_soon_as_an_error_happens.mbox
  Trying to apply patch
  Patch applied
WARNING: Possible unwrapped commit description (prefer a maximum 75 chars
per line)
#10:
The only exception is when cos == NULL or odp_packet_copy() fails, in that
case

Using patch:
lng-odp_PATCH_v2_2-3_linux-generic_pktio_classification_error_handling_fixes_for_loop.mbox
  Trying to apply patch
  Patch applied
WARNING: Missing a blank line after declarations
#40: FILE: platform/linux-generic/pktio/loop.c:76:
+ int failed = 0, discarded = 0;
+ for (i = 0; i < nbr; i++) {


0002-linux-generic-pktio-classification-error-handling-fi.patch has no
obvious style problems and is ready for submission.
WARNING: Missing a blank line after declarations
#52: FILE: platform/linux-generic/pktio/dpdk.c:716:
+ int ret;
+ ret = _odp_packet_cls_enq(pktio_entry,

On 6 May 2016 at 06:23, Bala Manoharan <[email protected]> wrote:

> For the series: Reviewed-by: Balasubramanian Manoharan <
> [email protected]>
>
> On 5 May 2016 at 21:05, Zoltan Kiss <[email protected]> wrote:
>
>> Fixing up things in error handling, and harmonizing different codebases.
>>
>> Zoltan Kiss (3):
>>   linux-generic: classification: release the packet as soon as an error
>>     happens
>>   linux-generic: pktio: classification error handling fixes for loop
>>   linux-generic: pktio: don't return packet after failed enqueue
>>
>>  .../linux-generic/include/odp_packet_io_internal.h |  3 +-
>>  platform/linux-generic/odp_classification.c        | 41
>> ++++++++++++++++------
>>  platform/linux-generic/pktio/dpdk.c                | 10 +++---
>>  platform/linux-generic/pktio/loop.c                | 34
>> +++++++++++-------
>>  platform/linux-generic/pktio/netmap.c              |  8 ++---
>>  platform/linux-generic/pktio/pktio_common.c        | 36
>> ++++++++++++++-----
>>  platform/linux-generic/pktio/socket.c              |  9 +++--
>>  platform/linux-generic/pktio/socket_mmap.c         |  7 ++--
>>  8 files changed, 99 insertions(+), 49 deletions(-)
>>
>> --
>> 1.9.1
>>
>>
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> https://lists.linaro.org/mailman/listinfo/lng-odp
>
>


-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to