From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1B4365589 for ; Mon, 19 Sep 2016 17:30:25 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 19 Sep 2016 08:30:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,362,1470726000"; d="scan'208";a="170598985" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.73]) by fmsmga004.fm.intel.com with SMTP; 19 Sep 2016 08:30:23 -0700 Received: by (sSMTP sendmail emulation); Mon, 19 Sep 2016 16:30:22 +0025 Date: Mon, 19 Sep 2016 16:30:22 +0100 From: Bruce Richardson To: Nelio Laranjeiro Cc: dev@dpdk.org Message-ID: <20160919153022.GI45548@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH V2 0/8] net/mlx5: various fixes 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: Mon, 19 Sep 2016 15:30:26 -0000 On Wed, Sep 14, 2016 at 01:53:47PM +0200, Nelio Laranjeiro wrote: > - Flow director > - Rx Capabilities > - Inline > > Changes in V2: > > - Fix a compilation error. > > Adrien Mazarguil (1): > net/mlx5: fix Rx VLAN offload capability report > > Nelio Laranjeiro (3): > net/mlx5: force inline for completion function > net/mlx5: re-factorize functions > net/mlx5: fix inline logic > > Raslan Darawsheh (1): > net/mlx5: fix removing VLAN filter > > Yaacov Hazan (3): > net/mlx5: fix inconsistent return value in Flow Director > net/mlx5: refactor allocation of flow director queues > net/mlx5: fix support for flow director drop mode > Applied to dpdk-next-net/rel_16_11 /Bruce