From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yong.liu@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id C64582B84
 for <dev@dpdk.org>; Fri, 14 Apr 2017 08:04:46 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 13 Apr 2017 23:04:45 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.37,197,1488873600"; d="scan'208";a="956031694"
Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201])
 by orsmga003.jf.intel.com with ESMTP; 13 Apr 2017 23:04:45 -0700
Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by
 FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Thu, 13 Apr 2017 23:04:38 -0700
Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by
 FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Thu, 13 Apr 2017 23:04:38 -0700
Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by
 SHSMSX152.ccr.corp.intel.com ([169.254.6.217]) with mapi id 14.03.0319.002;
 Fri, 14 Apr 2017 14:04:29 +0800
From: "Liu, Yong" <yong.liu@intel.com>
To: "Hunt, David" <david.hunt@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "Hunt, David" <david.hunt@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v1] lib/distributor: fix segfaults in flush
Thread-Index: AQHStGupavxDP0BsZ0m1Nj7G653HgKHEYMsA
Date: Fri, 14 Apr 2017 06:04:28 +0000
Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62DBCC62@SHSMSX103.ccr.corp.intel.com>
References: <1492072587-121343-1-git-send-email-david.hunt@intel.com>
In-Reply-To: <1492072587-121343-1-git-send-email-david.hunt@intel.com>
Accept-Language: zh-CN, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
dlp-product: dlpe-windows
dlp-version: 10.0.102.7
dlp-reaction: no-action
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v1] lib/distributor: fix segfaults in flush
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://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: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Apr 2017 06:04:47 -0000

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt
> Sent: Thursday, April 13, 2017 4:36 PM
> To: dev@dpdk.org
> Cc: Hunt, David <david.hunt@intel.com>
> Subject: [dpdk-dev] [PATCH v1] lib/distributor: fix segfaults in flush
>=20
> A segfault when flushing packets has been revealed by further testing
> when using distributor in single packet mode. This patch resolves that.
>=20
> Fixes: 775003ad2f96 ("distributor: add new burst-capable library")
>=20
> Reported-by: Yong Liu <yong.liu@intel.com>
> Signed-off-by: David Hunt <david.hunt@intel.com>
> ---

Tested-by: Yong Liu <yong.liu@intel.com>=09