From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/ixgbe: fix NIC 82599ES type check error Date: Wed, 19 Jul 2017 10:12:02 +0100 Message-ID: <7473fe8f-1427-800d-d07d-acdffe9749cd@intel.com> References: <1500435198-18056-1-git-send-email-wei.zhao1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Wei Zhao , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0A574374F for ; Wed, 19 Jul 2017 11:12:09 +0200 (CEST) In-Reply-To: <1500435198-18056-1-git-send-email-wei.zhao1@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/19/2017 4:33 AM, Wei Zhao wrote: > This NIC type check is specific for 82599ES. > > Fixes: 16f534e508d ("net/ixgbe: add support 82599ES SCTP packet drop action") > > Signed-off-by: Wei Zhao Squashed into relevant commit in next-net, thanks.