Merged,
Thanks,
Maxim.

On 01/11/2016 12:48, Ilya Maximets wrote:
On 11.01.2016 12:13, ion.grig...@freescale.com wrote:
From: Grigore Ion <ion.grig...@freescale.com>

This patch fixes the following problems:
- checksum computation for LE platforms
- checksum computation for packets having the UDP length not a
multiple of 2
- checksum computation in the test and the example applications

Signed-off-by: Grigore Ion <ion.grig...@freescale.com>
---
v9:
- Fix comments (Ilya Maximets)
v8:
- Checksum in BE endianness (Ilya Maximets)
v7:
- Make code simpler and more understandable as it was
sugessted by Ilya Maximets
v6:
- Make code more understandable. Not done as it was
sugessted by Ilya Maximets.
v5:
- Checksum in CPU endianness fix added (Ilya Maximets)
v4:
- Verify checksum in CPU endianness in the associated test
(Ilya Maximets)
v3:
- fix the UDP checksum computation in the associated test
(Maxim Uvarov)
v2:
- patch updated to the last master (Maxim Uvarov)
v1:
- Move variables declaration on top of block. (Maxim Uvarov)
- Check patch with checkpatch script.  (Maxim Uvarov)
- L3 header presence is tested twice. (Alexandru Badicioiu)
- Remove unnecessary check for L3 header presence. (Bill Fischofer)

  example/generator/odp_generator.c |  2 +-
  helper/include/odp/helper/udp.h   | 66 ++++++++++++++++++++-------------------
  helper/test/odp_chksum.c          |  4 +--
  test/validation/pktio/pktio.c     |  2 +-
  4 files changed, 38 insertions(+), 36 deletions(-)
Reviewed-by: Ilya Maximets <i.maxim...@samsung.com>

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to