From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 21197AFD0
 for <dev@dpdk.org>; Tue, 27 May 2014 17:11:31 +0200 (CEST)
Received: by mail-wi0-f174.google.com with SMTP id r20so1906984wiv.7
 for <dev@dpdk.org>; Tue, 27 May 2014 08:11:40 -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=dwWcWdOpurpG0IMNAnl8BUF/kR41iTCsDutTj83Y2Ts=;
 b=Suzoc1qCofxqMHNTwQFZajf2I8zZIBGgiiejYi8x3x/kF1NWGZq+6SaMB9AUzVVeKF
 hcLqKuqjCsnQVFf6Uaas8JYG/ouxfKRyrw4VnBm8KClTIgJMoKCgT64ubJ6CrpiljJZA
 vwLRXi3/v488cBBmPP7ejWKjNLuPaNRhWIeAnRF8ypEDTlCktU6BrD396Y44CpucsWVn
 d8+eJdQJFiArK6ttBFpr/pJNgI3gMGbAoSNV+HqTkBXLqAEn9C/g+i0bZpJsIIcWXMtg
 fjzd4ybDR4hK1uGUEqfkNogg4dRWlbGHr0rCZdjr5MnEaH4P3mGh/f8ZG7ydMcQqDy3w
 /2xg==
X-Gm-Message-State: ALoCoQm47sGSH5GyVb0E626l48lJ9/y0cP+/p7Qbmktvuz6rBZaFVScPC5ErINWE9Fvo99Jg014O
X-Received: by 10.194.19.161 with SMTP id g1mr40827183wje.20.1401203499740;
 Tue, 27 May 2014 08:11:39 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237])
 by mx.google.com with ESMTPSA id y20sm9053096wiv.14.2014.05.27.08.11.38
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 27 May 2014 08:11:38 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Konstantin Ananyev <konstantin.ananyev@intel.com>
Date: Tue, 27 May 2014 17:11:35 +0200
Message-ID: <1511357.hRriAHLrrP@xps13>
Organization: 6WIND
User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; )
In-Reply-To: <536A312E.6010708@6wind.com>
References: <1399386781-10788-1-git-send-email-konstantin.ananyev@intel.com>
 <536A312E.6010708@6wind.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] Use proper mac type for 82576 VF
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 27 May 2014 15:11:31 -0000

> > e1000_vfadapt type corresponds to 82576 VF devices,
> > check e1000_set_mac_type() for more details.
> > 
> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> 
> Acked-by: Ivan Boule <ivan.boule@6wind.com>

Applied for version 1.7.0 with title:
	igbvf: fix mac type for 82576

Thanks
-- 
Thomas