From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id AE0602B9A; Mon, 17 Sep 2018 10:24:06 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Sep 2018 01:24:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,384,1531810800"; d="scan'208";a="90701901" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by fmsmga001.fm.intel.com with SMTP; 17 Sep 2018 01:24:02 -0700 Received: by (sSMTP sendmail emulation); Mon, 17 Sep 2018 09:24:01 +0100 Date: Mon, 17 Sep 2018 09:24:01 +0100 From: Bruce Richardson To: Qi Zhang Cc: dev@dpdk.org, stable@dpdk.org Message-ID: <20180917082401.GC2372@bricha3-MOBL.ger.corp.intel.com> References: <20180917073932.41822-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180917073932.41822-1-qi.z.zhang@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH] config: remove unused macro X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2018 08:24:07 -0000 On Mon, Sep 17, 2018 at 03:39:32PM +0800, Qi Zhang wrote: > RTE_LIBRTE_I40E_ITR_INTERVAL is not used. So it should also be removed > in config/rte_config.h for meson+ninjia build. > > Fixes: 864a800d706d ("net/i40e: remove VF interrupt handler") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang I like code removal. Acked-by: Bruce Richardson