From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/ixgbe: remove unnecessary macro Date: Tue, 22 May 2018 15:30:17 +0100 Message-ID: <95d4cee6-794a-4b6e-f08e-6b2be4d557e4@intel.com> References: <20180522141247.46217-1-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, wei.dai@intel.com, wenzhuo.lu@intel.com To: Qi Zhang Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E28F72BBD for ; Tue, 22 May 2018 16:30:19 +0200 (CEST) In-Reply-To: <20180522141247.46217-1-qi.z.zhang@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 5/22/2018 3:12 PM, Qi Zhang wrote: > Since we move to new offload APIs, IXGBE_SIMPLE_FLAGS is not used. > > Fixes: 51215925a32f ("net/ixgbe: convert to new Tx offloads API") > > Signed-off-by: Qi Zhang Applied to dpdk-next-net/master, thanks.