From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 6F131B0C6 for ; Thu, 26 Jun 2014 14:24:07 +0200 (CEST) Received: by mail-wi0-f171.google.com with SMTP id n15so935900wiw.16 for ; Thu, 26 Jun 2014 05:24:26 -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=l+h5ju+d5iRJdjd2jOEN+REMw2IBds80VhiJTlorrW4=; b=NztlfFQUJdWnxez5Qk6BZ9igzK8Tj3jRm4Ay1bTayXftIAEKpqIG0OOtRtNXDIaHOF S1ysSyZNJh2+lEjYiSe7vj9HrNbUc+FB8sKMvENv15ug6iuykk5thn+tl/xmwxiMWHOP b6tNAveGURNS2zJ7hQuSVHd/QY+GrNQD5qVM/sz2YSUbNnMGctX2tigiPN4Rg23IyoKt 3fuuwFuxpyDY0DuWm0f84tDicbNWTgYvTrAxH7hYkpjl9m9lgfVSiYZFRsrZdqOckcr5 qXcMSgrFowvRdWN6poSypgXN9iHoCIPc/kRV2n2aqNzxOLzdiXkwRwfhIEO0nkDMvwYg Kqcg== X-Gm-Message-State: ALoCoQmfztZKhQa3OLwRbrcMErv5TyvpQ2Z9Ar1hmSPJdOfHILpZRLcdgFAUFgT1DPHXWAul6Rp3 X-Received: by 10.180.94.104 with SMTP id db8mr3864558wib.23.1403785466431; Thu, 26 Jun 2014 05:24:26 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wz3sm14147282wjc.39.2014.06.26.05.24.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 05:24:25 -0700 (PDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Date: Thu, 26 Jun 2014 14:24:20 +0200 Message-ID: <8516817.JVy8RxKjjh@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB97725821333FC2@IRSMSX105.ger.corp.intel.com> References: <1403620889-29179-1-git-send-email-pablox.de.lara.guarch@intel.com> <2601191342CEEE43887BDE71AB97725821333FC2@IRSMSX105.ger.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] ixgbe: Alternative fix for 82599 Bypass NIC, getting incorrect media type 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: Thu, 26 Jun 2014 12:24:07 -0000 > > This was previosly solved in commit > > 60a70d4e042350ca0f9200334b341063438be89b, but this alternative fix solves > > the same issue, but without modifying the ixgbe shared code. > > > > Signed-off-by: Pablo de Lara > > Acked-by: Konstantin Ananyev Applied for version 1.7.0. Thanks -- Thomas