Re: [lng-odp] [PATCH] validation:pktio : Fix UDP checksum computation

2015-10-02 Thread Ion Grigore
-Original Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Maxim Uvarov Sent: Wednesday, September 23, 2015 8:37 PM To: lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH] validation:pktio : Fix UDP checksum computation On 09/21/15 08:57, ion.grig

Re: [lng-odp] [PATCH] validation:pktio : Fix UDP checksum computation

2015-09-23 Thread Maxim Uvarov
On 09/21/15 08:57, ion.grig...@freescale.com wrote: From: Grigore Ion The UDP checksum is computed in the CPU endianess. The returned result must be converted to the BE ordering when it is used to update the UDP checksum in a packet. Signed-off-by: Grigore Ion --- test/validation/pktio/p

[lng-odp] [PATCH] validation:pktio : Fix UDP checksum computation

2015-09-21 Thread ion.grigore
From: Grigore Ion The UDP checksum is computed in the CPU endianess. The returned result must be converted to the BE ordering when it is used to update the UDP checksum in a packet. Signed-off-by: Grigore Ion --- test/validation/pktio/pktio.c |2 +- 1 files changed, 1 insertions(+), 1 del