From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6BC62A0350; Tue, 30 Jun 2020 11:59:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1904C1BED8; Tue, 30 Jun 2020 11:59:07 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 22A891BEC0 for ; Tue, 30 Jun 2020 11:59:05 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 990375C016A; Tue, 30 Jun 2020 05:59:02 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Tue, 30 Jun 2020 05:59:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= xj2Ig6z+imMklRHY0WpygaBfEHN0nCwSovnMhMZo/L4=; b=Vj8NxVrSxAvoy99R uWOMDqZ27cxIv2OGeQ5dSEUlO8ngasji7hWRRno69s85QBbyGo6oCG+Y1NbrbcBq 0Ce56VzVZqpJfIj5uEdhbLfDD4JR4aPWEjOWUR/JKyU9OVN8ue+3CB+hIXJ177S/ thn8UNlbd1/h7bV3rMezLcp3+S+fZYQi8r6CjuhH0zwicSy+5Bhi8HyCBPrpUQm8 1fP5oWljCGR+MajCmUG1HjrycP4DotJbEJK5NhZIiSDQ1+1gjZk9X7pHDq+hvmDu 8gKdTdnG1N3ZIt6hKC1Er09lf+XHvJkcDBUwTvKIzOoqtCHXWJG/xSBhRgWUCCzh toHuCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=xj2Ig6z+imMklRHY0WpygaBfEHN0nCwSovnMhMZo/ L4=; b=ih18HrNohJY1gvSIA5hHksRFqpT2HldZDu1ugOU2hqoKC0QGimv1TGPRt lKWet6jL5u6bosrvWTYa5dz2uztkV3+ijzHmeAAHBd9oZGl6uQpx0dIIfCaPdKdz lsRFEohfCEgjNmRmIQ+WgK9o0VaV858hlm7WLl/coCrFVagznXc5wtOjTvzrs3C8 7T0QPaPeZXhntXT2IuVZwqy1Rzbq8mPcC9G3MmjpQpS12O66KyKnoU3GjA51UwEv 7gbazTa1qT8R3uNz9MXVP0X2AtmlFwfmkSsPdgrtd8MPChyEE9GEpVM8jXwvqOcz fSh5r4vBjrbDofB6AGSJhreOTtcfg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrvddtuddgvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B26423280064; Tue, 30 Jun 2020 05:59:01 -0400 (EDT) From: Thomas Monjalon To: Wisam Monther Cc: "dev@dpdk.org" , "david.marchand@redhat.com" , Jack Min Date: Tue, 30 Jun 2020 11:58:59 +0200 Message-ID: <2751081.cbihq54zAn@thomas> In-Reply-To: References: <20200629210443.371664-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/flow-perf: use macro for cache alignment 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > >The macro __rte_cache_aligned is better suited for aligning a structure on a > >cache line (of any size). > > > >Fixes: 15c431864000 ("app/flow-perf: add packet forwarding support") > > > >Signed-off-by: Thomas Monjalon > > Acked-by: Wisam Jaddo Applied