From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48])
 by dpdk.org (Postfix) with ESMTP id CA8188019
 for <dev@dpdk.org>; Wed, 17 Dec 2014 01:43:12 +0100 (CET)
Received: by mail-wg0-f48.google.com with SMTP id y19so18825114wgg.7
 for <dev@dpdk.org>; Tue, 16 Dec 2014 16:43:12 -0800 (PST)
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=JsT8pQehvjgRDmoveGft54WTf1AfpHNPxi6HAzjpsPo=;
 b=MsssA3P/lwO5qGZkK1v87fDsrWxicwqNXWJ7p4fJFzH2ouPH13yYl/QiA6WwpyN2KZ
 SJopzehgcWBeinnuwNYmYxeOgMwSWGZIelYwLY+l0SQRRsmj3GqOKhnTLpLPFQo8UbZB
 n73m/x+kRm24vVE6q8ixgpHkkBAIDyqrLugTfEeHCDNt5dblB7NG0UM8I+FQ4LSEveRx
 /1RBgekrCZtmrGh4gqy+5yr6S7piGgKHEoSzFiyexVD9BmRvA2QCNbpglruy5TKWRgXC
 jJIqUn2FP8zdPYFp/4JfSsvbUsIT/cdmtBp1969vVk6j+q2HP90monro1CBWu7W7uz5z
 PI9g==
X-Gm-Message-State: ALoCoQlQ3/xHXIa060GV7x2bPoJVsQCABJHEGDPS0eMh2rTj0njmfDhZaIPm2HoB7eFfrE1BiBfF
X-Received: by 10.180.94.37 with SMTP id cz5mr9031962wib.61.1418776992673;
 Tue, 16 Dec 2014 16:43:12 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id ex9sm18862639wib.14.2014.12.16.16.43.11
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 16 Dec 2014 16:43:11 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Date: Wed, 17 Dec 2014 01:03:34 +0100
Message-ID: <2981217.k37T759AYB@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <20141209083724.1a6872ac@urahara>
References: <20141209083724.1a6872ac@urahara>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org, Bill Hong <bhong@brocade.com>
Subject: Re: [dpdk-dev] [PATCH] ixgbe: support X540 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: Wed, 17 Dec 2014 00:43:13 -0000

> Add missing setup for X540 MAC type when setting up VF.
> Additional check exists in Linux driver but not in DPDK.
> 
> Signed-off-yb: Bill Hong <bhong@brocade.com> 
> Signed-off-by: Stephen Hemminger <shemming@brocade.com>

Applied

Thanks
-- 
Thomas