From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: compute checksum in icmpecho replies Date: Fri, 29 May 2015 18:12:19 +0200 Message-ID: <1665786.Mj1FIiKKyy@xps13> References: <1432292852-15701-2-git-send-email-adrien.mazarguil@6wind.com> <1432314192-17828-1-git-send-email-adrien.mazarguil@6wind.com> <55630A3E.5080708@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 8EC5EBE7C for ; Fri, 29 May 2015 20:41:29 +0200 (CEST) Received: by wivl4 with SMTP id l4so25739572wiv.1 for ; Fri, 29 May 2015 11:41:29 -0700 (PDT) In-Reply-To: <55630A3E.5080708@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-05-25 13:40, Olivier MATZ: > On 05/22/2015 07:03 PM, Adrien Mazarguil wrote: > > ICMP echo replies with invalid checksums may be dropped by network nodes or > > ignored by the ping utility. > > > > Signed-off-by: Adrien Mazarguil > > Acked-by: Ivan Boule > > Acked-by: Olivier Matz Applied, thanks