From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] kni: ignore double calls to rte_kni_init() Date: Mon, 22 Jun 2015 18:40:21 +0200 Message-ID: <1595346.PNC5GK5tZL@xps13> References: <1434645288-5753-1-git-send-email-marc.sune@bisdn.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Marc Sune Return-path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 0771DC728 for ; Mon, 22 Jun 2015 18:41:24 +0200 (CEST) Received: by wgbhy7 with SMTP id hy7so146416271wgb.2 for ; Mon, 22 Jun 2015 09:41:23 -0700 (PDT) In-Reply-To: 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" > > Prevent double initialization of the KNI subsytem. > > > > v2: added warning trace > > > > Signed-off-by: Marc Sune > Acked-by: Helin Zhang Applied, thanks