From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 129265595
 for <dev@dpdk.org>; Fri, 25 Mar 2016 16:11:50 +0100 (CET)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga101.jf.intel.com with ESMTP; 25 Mar 2016 08:11:44 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,391,1455004800"; d="scan'208";a="675554380"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.58])
 by FMSMGA003.fm.intel.com with SMTP; 25 Mar 2016 08:11:42 -0700
Received: by  (sSMTP sendmail emulation); Fri, 25 Mar 2016 15:11:40 +0025
Date: Fri, 25 Mar 2016 15:11:40 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Wenzhuo Lu <wenzhuo.lu@intel.com>
Cc: dev@dpdk.org
Message-ID: <20160325151140.GC7916@bricha3-MOBL3>
References: <1458886262-18685-1-git-send-email-wenzhuo.lu@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1458886262-18685-1-git-send-email-wenzhuo.lu@intel.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH] ixgbe: support mac type x550em_a
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: Fri, 25 Mar 2016 15:11:51 -0000

On Fri, Mar 25, 2016 at 02:11:02PM +0800, Wenzhuo Lu wrote:
> On my side the development of l2 tunnel and e-tag features is being
> done in paralell with the ixgbe base code update. So, l2 tunnel and
> e-tag are not supported on the new x550em_a NICs.
> Now all the code is ready, should extend the support to x550em_a
> NICs.
> 
> Fixes: 22e77d4501b8("ixgbe: support L2 tunnel operations")
> Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

Applied to dpdk-next-net/rel_16_04 with a heavily reworked commit message.
Please keep the commit message to only describing the problem being fixed
and how the patch fixes it.

Thanks,
/Bruce