From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f176.google.com (mail-we0-f176.google.com
 [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 4D47E2E8A
 for <dev@dpdk.org>; Thu,  2 Jan 2014 15:23:06 +0100 (CET)
Received: by mail-we0-f176.google.com with SMTP id p61so12641901wes.35
 for <dev@dpdk.org>; Thu, 02 Jan 2014 06:24:16 -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:organization:to:subject:date:user-agent:cc
 :references:in-reply-to:mime-version:content-type
 :content-transfer-encoding:message-id;
 bh=k/cKGDFuTYjvbXT2LF7DRgsaQemjbqDTfwABIls8dXw=;
 b=QLxe/OuJF0OelqtFfbLpx4WJnTWydmQXP1a9yccIquQ1nk6vnHfZ+zcN0Fh32heZ9v
 aMwSY3AcUx4tQRkLFbe7X/a2F45NwLOnlfV0L/WlmFuTJv2XdDurKtte+zvreimUkNvC
 jPF2St7TsCwgU4Ohe9FiyIVufsSvJTN/47T5PlrTOxCwNk09SH4HSzto0k12arqipBfa
 ER3GA9wwRKDS4w+4SrBakNsNjkwO5yGz1yiRBDaeaROMiDFTw5ZjvMkHUcFeDy1+fpvl
 vcxsxNQl2c+tBjSifiuifo5oDhmfwlJCecR2z68c0PUiPiuEe1l78ISVbZxSeObeQnaV
 jz/A==
X-Gm-Message-State: ALoCoQn0HFH81ujfgZjSlnRtW9f9DsjoocFqHi75d6UUBTB6A8rB2+b5YiPR/CS42EVTrD/uikzm
X-Received: by 10.180.14.195 with SMTP id r3mr54431651wic.51.1388672656501;
 Thu, 02 Jan 2014 06:24:16 -0800 (PST)
Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237])
 by mx.google.com with ESMTPSA id cx3sm86178034wib.0.2014.01.02.06.24.15
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 02 Jan 2014 06:24:15 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
Organization: 6WIND
To: Jose Gavine Cueto <pepedocs@gmail.com>
Date: Thu, 2 Jan 2014 15:24:13 +0100
User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )
References: <CAJ5bv6E-Z5Wu4iKCxMYvkV1bdNyjrStJuuYjrMQwfUgHHQgEVQ@mail.gmail.com>
In-Reply-To: <CAJ5bv6E-Z5Wu4iKCxMYvkV1bdNyjrStJuuYjrMQwfUgHHQgEVQ@mail.gmail.com>
MIME-Version: 1.0
Content-Type: Text/Plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Message-Id: <201401021524.14069.thomas.monjalon@6wind.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] intel x540-at2
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: Thu, 02 Jan 2014 14:23:06 -0000

23/12/2013 10:18, Jose Gavine Cueto :
> I can't find a MACRO for this nic in rte_pci_dev_ids.h, does this mean this
> isn't supported as of this moment ?

Yes
But probably that
	hw->mac.type = ixgbe_mac_X540
apply also to x540-at2.

Please to try to add it and send the patch if it works.
-- 
Thomas