From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 621EBC622 for ; Fri, 19 Jun 2015 05:49:13 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 18 Jun 2015 20:49:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,642,1427785200"; d="scan'208";a="713694153" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by orsmga001.jf.intel.com with ESMTP; 18 Jun 2015 20:49:11 -0700 Received: from kmsmsx154.gar.corp.intel.com (172.21.73.14) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 19 Jun 2015 11:47:20 +0800 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; Fri, 19 Jun 2015 11:47:20 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Fri, 19 Jun 2015 11:47:18 +0800 From: "Zhang, Helin" To: Marc Sune Thread-Topic: [dpdk-dev] [PATCH v2] kni: ignore double calls to rte_kni_init() Thread-Index: AQHQqkKjAMmyEY4U30C9Wn6QnQnLQQ== Date: Fri, 19 Jun 2015 03:47:17 +0000 Message-ID: References: <1434645288-5753-1-git-send-email-marc.sune@bisdn.de> In-Reply-To: <1434645288-5753-1-git-send-email-marc.sune@bisdn.de> 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 v2] kni: ignore double calls to rte_kni_init() 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: Fri, 19 Jun 2015 03:49:14 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Marc Sune > Sent: Friday, June 19, 2015 12:35 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] kni: ignore double calls to rte_kni_init() >=20 > Prevent double initialization of the KNI subsytem. >=20 > v2: added warning trace >=20 > Signed-off-by: Marc Sune Acked-by: Helin Zhang