From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3BB1C567E for ; Thu, 6 Aug 2015 00:21:41 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 05 Aug 2015 15:21:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,620,1432623600"; d="scan'208";a="536734450" Received: from kmsmsx154.gar.corp.intel.com ([172.21.73.14]) by FMSMGA003.fm.intel.com with ESMTP; 05 Aug 2015 15:21:16 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 6 Aug 2015 06:21:15 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.45]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.143]) with mapi id 14.03.0224.002; Thu, 6 Aug 2015 06:21:14 +0800 From: "Zhang, Helin" To: Hyun Yoo Thread-Topic: [PATCH] examples/kni: Fix segmentation fault at program exit Thread-Index: AQHQz8noislX8ckTWUWWVquEM5Y48J39+igQ Date: Wed, 5 Aug 2015 22:21:13 +0000 Message-ID: References: <1438811889-7439-1-git-send-email-easetheworld@gmail.com> In-Reply-To: <1438811889-7439-1-git-send-email-easetheworld@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] examples/kni: Fix segmentation fault at program exit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 22:21:42 -0000 > -----Original Message----- > From: Hyun Yoo [mailto:easetheworld@gmail.com] > Sent: Wednesday, August 5, 2015 2:58 PM > To: Zhang, Helin > Cc: dev@dpdk.org > Subject: [PATCH] examples/kni: Fix segmentation fault at program exit >=20 > In kni_free_kni(), p[i] should be p[port_id] >=20 > Signed-off-by: Hyun Yoo Acked-by: Helin Zhang