From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ixgbe: Fix for 82599 Bypass NIC, getting incorrect media type Date: Tue, 17 Jun 2014 11:58:23 +0200 Message-ID: <2911412.mu6nWGPa7z@xps13> References: <1402412388-12580-1-git-send-email-pablox.de.lara.guarch@intel.com> <1402436007-25730-1-git-send-email-pablox.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Pablo de Lara Return-path: In-Reply-To: <1402436007-25730-1-git-send-email-pablox.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@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" > Function ixgbe_get_media_type_82599 returns media_type = > ixgbe_media_type_unknown, when using an 82599 Bypass NIC, > so that causes link status interrupt not to work properly. > > change in v2: Fixed compilation error when RTE_NIC_BYPASS=n > > Signed-off-by: Pablo de Lara > --- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Note that we shouldn't modify the Intel base driver. Acked-by: Thomas Monjalon Applied for version 1.7.0. Feel free to revert if someone think it's not acceptable. -- Thomas