From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B2F0D569D for ; Wed, 9 Mar 2016 17:28:12 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 09 Mar 2016 08:28:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,311,1455004800"; d="scan'208";a="62912027" Received: from ugavish-mobl1.ger.corp.intel.com ([10.252.20.226]) by fmsmga004.fm.intel.com with SMTP; 09 Mar 2016 08:28:09 -0800 Received: by (sSMTP sendmail emulation); Wed, 09 Mar 2016 16:28:09 +0025 Date: Wed, 9 Mar 2016 16:28:09 +0000 From: Bruce Richardson To: Adrien Mazarguil Message-ID: <20160309162808.GC6132@bricha3-MOBL3> References: <1456165083-28316-1-git-send-email-adrien.mazarguil@6wind.com> <1457015237-2993-1-git-send-email-adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457015237-2993-1-git-send-email-adrien.mazarguil@6wind.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/7] Performance optimizations for mlx5 and mlx4 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 16:28:13 -0000 On Thu, Mar 03, 2016 at 03:27:10PM +0100, Adrien Mazarguil wrote: > This patchset improves the mlx5 PMD performance by doing better prefetching, > by reordering internal structure fields and by removing a few unnecessary > operations. > > Note: should be applied after "Add flow director and RX VLAN stripping > support" to avoid conflicts. > > Changes in v3: > - None, submitted again due to dependency with previous patchset. > > Changes in v2: > - Rebased patchset on top of dpdk-next-net/rel_16_04. > - Fixed missing update for receive function in rxq_rehash(). > - Added a commit to register memory on page boundaries instead of mempool > object boundaries for better performance (mlx4 and mlx5). > > Adrien Mazarguil (1): > mlx: use aligned memory to register regions > > Nelio Laranjeiro (6): > mlx5: prefetch next TX mbuf header and data > mlx5: reorder TX/RX queue structure > mlx5: remove one indirection level from RX/TX functions > mlx5: process offload flags only when requested > mlx5: avoid lkey retrieval for inlined packets > mlx5: free buffers immediately after completion > Applied to dpdk-next-net/rel_16_04 /Bruce