From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas.monjalon@6wind.com> 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 <dev@dpdk.org>; Mon, 22 Jun 2015 18:41:24 +0200 (CEST) Received: by wgbhy7 with SMTP id hy7so146416271wgb.2 for <dev@dpdk.org>; Mon, 22 Jun 2015 09:41:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=wdjwh6n9eMW3Uethm7oBjmmOreihpR91EhUEGn5NEU0=; b=CSCFOWzf6tbsHY9y++UKNhvZznhm1KJU0eV7Am6yCLVUxyw8tAYwUMkoQYbMtsxWaA 1Bk5OllOjl3LqqmU2+qmvhG2nmbpcBMxf5xIet41cNypAoJIRaxo4bZT6dYVQeEfnQlf gy+Xzv7kINgIbfc5HuZF2jnLtDnvBGwaczCRdHbpwRlpNKYyBYAxLd+u5yZPnKSr5vGc VrJdf+wu/3H4LrWlGleUQbj9ni3j3HgLxsZU0MleLEF641eBun9UZ7E7vqoKTsAQ1aoq J0ODriTCVAAumZWlCsDCbexa4sUDtJvqP+6vPeae7OdO9IcB6KvoZS5Vr9Y2ajVpKqEA 7m8g== X-Gm-Message-State: ALoCoQl1IQdCbXl6u7MBrUSBAFt1X+d32qId+doWrlxL/+QpIbOJ8e/Cik42uuJ2CMU/uRseIAMy X-Received: by 10.180.36.4 with SMTP id m4mr33498864wij.34.1434991283849; Mon, 22 Jun 2015 09:41:23 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id f8sm18020155wiy.7.2015.06.22.09.41.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Jun 2015 09:41:22 -0700 (PDT) From: Thomas Monjalon <thomas.monjalon@6wind.com> To: Marc Sune <marc.sune@bisdn.de> Date: Mon, 22 Jun 2015 18:40:21 +0200 Message-ID: <1595346.PNC5GK5tZL@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A88415B@SHSMSX104.ccr.corp.intel.com> References: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A881D02@SHSMSX104.ccr.corp.intel.com> <1434645288-5753-1-git-send-email-marc.sune@bisdn.de> <F35DEAC7BCE34641BA9FAC6BCA4A12E70A88415B@SHSMSX104.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 <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: Mon, 22 Jun 2015 16:41:24 -0000 > > Prevent double initialization of the KNI subsytem. > > > > v2: added warning trace > > > > Signed-off-by: Marc Sune <marc.sune@bisdn.de> > Acked-by: Helin Zhang <helin.zhang@intel.com> Applied, thanks