From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 0E1827F34 for ; Fri, 7 Nov 2014 13:39:18 +0100 (CET) Received: by mail-wg0-f49.google.com with SMTP id x13so3595722wgg.22 for ; Fri, 07 Nov 2014 04:48:49 -0800 (PST) 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=h0ppRpjlfo0T1+baQ+xCuLI7M/I1fYh8kOWUt09FuTI=; b=QLxmjxWXgoQu+LwWs/yvBX3OqQ8O7NAb1G4pb+22NhWWYBs7AeAPSaFcIPRPPUqyHZ 9p2vC129aIL2cImW3dRgvnGlFVLWjLf8H3IvQialFZijgMvEKrLfVJ4vK67tX5BCyM+R 0F4LOrKbRerdkbaGxeRNMN0GONQxpN2nz0cFveqD4+CocwJ8pxHvylcDf5LmGr1vJtWL pX4Q+52jsVRarWLlUQwH5zpbOASaOP/u1lGsZ9BDT2LaD0sACrGGl9VPNs/0DqWgsT6F a8liPpXAeBcg5FUMEk4Bm8J8Y49oJDNArsmZwQHR0XZJXHs4YAQ4wXMujJPmiIkoLXF4 xTUg== X-Gm-Message-State: ALoCoQkwSOIj5JhMmV3k+8Hxybtnneti5d5U3QBsMNFdL/LZmvoO3mt2DwY69CejZAqy/qRRLwdj X-Received: by 10.180.101.102 with SMTP id ff6mr4938351wib.0.1415364527886; Fri, 07 Nov 2014 04:48:47 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id s2sm1952574wia.3.2014.11.07.04.48.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Nov 2014 04:48:47 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Fri, 07 Nov 2014 13:48:28 +0100 Message-ID: <2198476.pCE1W7mTMz@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1404374093-29710-1-git-send-email-helin.zhang@intel.com> References: <1404374093-29710-1-git-send-email-helin.zhang@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] i40e: warnings should include i40e in some example applications 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, 07 Nov 2014 12:39:18 -0000 2014-07-03 15:54, Helin Zhang: > As i40e introduced recently in DPDK, the warnings should include > i40e when no supported NIC port found during initialization at > least in below example applications. > * app/testpmd > * exception_path > * kni > > Signed-off-by: Helin Zhang I think it's better to remove these warnings. I am going to send a patch. Please ack if you agree. -- Thomas