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 008672B98 for ; Tue, 22 Mar 2016 17:35:11 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 22 Mar 2016 09:35:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,377,1455004800"; d="scan'208";a="769194650" Received: from fooyekan-mobl2.ger.corp.intel.com ([10.252.25.15]) by orsmga003.jf.intel.com with SMTP; 22 Mar 2016 09:35:09 -0700 Received: by (sSMTP sendmail emulation); Tue, 22 Mar 2016 16:35:08 +0025 Date: Tue, 22 Mar 2016 16:35:08 +0000 From: Bruce Richardson To: Adrien Mazarguil Cc: dev@dpdk.org Message-ID: <20160322163507.GB20448@bricha3-MOBL3> References: <1457015279-3089-1-git-send-email-adrien.mazarguil@6wind.com> <1458229138-20597-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: <1458229138-20597-1-git-send-email-adrien.mazarguil@6wind.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3 0/5] Implement missing features in mlx5 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: Tue, 22 Mar 2016 16:35:12 -0000 On Thu, Mar 17, 2016 at 04:38:53PM +0100, Adrien Mazarguil wrote: > This patchset adds to mlx5 a few features available in mlx4 (TX from > secondary processes) or provided by Verbs (support for HW packet padding, > TX VLAN insertion). > > Release notes and documentation are updated accordingly. > > Changes in v3: > - Removed compilation option for TX VLAN insertion, the method to use is now > determined at runtime. > - Modified releases notes slightly. > > Changes in v2: > - Added support for CRC stripping configuration. > - Updated packet padding feature macro and made cosmetic changes to its > implementation to match CRC stripping's. > - Updated release notes about packet padding. > - Updated TX VLAN insertion documentation. > > Olga Shern (2): > mlx5: add RX CRC stripping configuration > mlx5: add support for HW packet padding > > Or Ami (2): > mlx5: add callbacks to support link (up / down) changes > mlx5: allow operation in secondary processes > > Yaacov Hazan (1): > mlx5: add VLAN insertion offload > Applied to dpdk-next-net/rel_16_04. /Bruce