From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id CBFBE7E1B for ; Mon, 29 Sep 2014 13:00:11 +0200 (CEST) Received: by mail-we0-f182.google.com with SMTP id x48so1574059wes.41 for ; Mon, 29 Sep 2014 04:06:47 -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:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=GwgKkcWCC11DvODc3AVhN3eAnsB5jzg4kzeiH5CAAi4=; b=YkO7cIdBs1qBkFx1B1LWYeBh4T5k9T/xClX+Me7sPCwKyhRk+tu5OWnyYvMAVMACZH 8doutIPTX+lOxu+9c5UpMHcvOy+y63FPzyEZIj2JFUHdpBIMg1wsgtGEm+Ne1CGcyF75 iCS6H7VmCvTovSfGBm8FagmDZyUdDE3KQyZnRRw867rqX49L0qvUgc58OcqvPntom34H S0ocyCJW0d4ZhZ/TjyVxm2eqk9hBbhJYeo2bxoLtgHSxOQH2odDNJueqCCgZ6FMVmKxL hpQGhgufUxMANuwqV9zZmEScjhb2y3IG2DqW8K6Q0btD90rgG+AeQTADaJ9DnKFO/+Bp 6p/A== X-Gm-Message-State: ALoCoQliyuo3bxYuVb5eCKxNFze60/D8U4osU4nCAK+AqZY8NZDfh6X9evr4GLZkj/4imfTT/sYS X-Received: by 10.194.143.5 with SMTP id sa5mr5973888wjb.38.1411988807500; Mon, 29 Sep 2014 04:06:47 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hy9sm15334004wjb.27.2014.09.29.04.06.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Sep 2014 04:06:46 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 29 Sep 2014 13:06:36 +0200 Message-ID: <2469096.hEJTvIHZxZ@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1411735574-3703-1-git-send-email-thomas.monjalon@6wind.com> References: <1411735574-3703-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ixgbe: allow unsupported SFP 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: Mon, 29 Sep 2014 11:00:12 -0000 > No need to restrict usage of non Intel SFP. > If (hw->phy.type == ixgbe_phy_sfp_intel) is false, > a warning will be logged. > It was disabled for ixgbe and enabled but unused for i40e. > > Signed-off-by: Thomas Monjalon Applied -- Thomas