From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <konstantin.ananyev@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 402A41C78B
 for <dev@dpdk.org>; Mon, 14 May 2018 13:05:26 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga008.fm.intel.com ([10.253.24.58])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 14 May 2018 04:05:25 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.49,399,1520924400"; d="scan'208";a="39730323"
Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31])
 by fmsmga008.fm.intel.com with ESMTP; 14 May 2018 04:05:24 -0700
Received: from irsmsx105.ger.corp.intel.com ([169.254.7.214]) by
 IRSMSX106.ger.corp.intel.com ([169.254.8.125]) with mapi id 14.03.0319.002;
 Mon, 14 May 2018 12:05:23 +0100
From: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>
To: Li Han <han.li1@zte.com.cn>
CC: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH] lib/librte_ip_frag:fix ip frag process log
Thread-Index: AQHT1vX1zha1EWhP10CtzAx1U+eB3aQvOMpw
Date: Mon, 14 May 2018 11:05:23 +0000
Message-ID: <2601191342CEEE43887BDE71AB977258AEDC7148@irsmsx105.ger.corp.intel.com>
References: <1524041497-25309-1-git-send-email-han.li1@zte.com.cn>
In-Reply-To: <1524041497-25309-1-git-send-email-han.li1@zte.com.cn>
Accept-Language: en-IE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTNlOTRmNTMtZDgxOC00MzI2LWJlYTYtNzcxMmI1ZDVlNzRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IklSYVhuMEU0M25WNk1YRlNTTmpwQjU3K2g3NjlEYTc0SzJVZk5LRGxjWTQ9In0=
x-ctpclassification: CTP_NT
dlp-product: dlpe-windows
dlp-version: 11.0.200.100
dlp-reaction: no-action
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH] lib/librte_ip_frag:fix ip frag process log
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 14 May 2018 11:05:26 -0000



> -----Original Message-----
> From: Li Han [mailto:han.li1@zte.com.cn]
> Sent: Wednesday, April 18, 2018 9:52 AM
> To: Ananyev, Konstantin <konstantin.ananyev@intel.com>
> Cc: dev@dpdk.org; Li Han <han.li1@zte.com.cn>
> Subject: [PATCH] lib/librte_ip_frag:fix ip frag process log
>=20
> in ip_frag_process,some IP_FRAG_LOG content is wrong
>=20
> Signed-off-by: Li Han <han.li1@zte.com.cn>
> ---

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>