From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 88DB02BBB for ; Thu, 15 Jun 2017 13:30:53 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 15 Jun 2017 04:30:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,343,1493708400"; d="scan'208";a="1141538468" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga001.jf.intel.com with ESMTP; 15 Jun 2017 04:30:51 -0700 To: Matej Vido , dev@dpdk.org References: <1497438537-31103-1-git-send-email-vido@cesnet.cz> From: Ferruh Yigit Message-ID: <9f587b87-5be2-842f-cdd8-eb978415f3ec@intel.com> Date: Thu, 15 Jun 2017 12:30:50 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1497438537-31103-1-git-send-email-vido@cesnet.cz> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/szedata2: use macro from common library 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: Thu, 15 Jun 2017 11:30:54 -0000 On 6/14/2017 12:08 PM, Matej Vido wrote: > Macro for alignment is defined in the common library. > Use macro from the common library in own macro definition. > > Signed-off-by: Matej Vido Applied to dpdk-next-net/master, thanks.