From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: allow unsupported SFP Date: Mon, 29 Sep 2014 13:06:36 +0200 Message-ID: <2469096.hEJTvIHZxZ@xps13> References: <1411735574-3703-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1411735574-3703-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > 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