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 DA88D7D36 for ; Wed, 23 Aug 2017 12:07:52 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2017 03:07:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,416,1498546800"; d="scan'208";a="121834146" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 23 Aug 2017 03:07:49 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: Shahaf Shuler References: From: Ferruh Yigit Message-ID: Date: Wed, 23 Aug 2017 11:07:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/8] net/mlx5: cleanups 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: Wed, 23 Aug 2017 10:07:55 -0000 On 8/23/2017 9:15 AM, Nelio Laranjeiro wrote: > This Series make some cleanup in mlx5 PMD by removing useless code or non > working code. > > Changes in v2: > > - update mlx5 feature list to remove the multi process awareness. > > Nelio Laranjeiro (8): > net/mlx5: avoid reusing old queue's mbuf on reconfigure > net/mlx5: prepare vector Rx ring at setup time > net/mlx5: cleanup Rx ring in free functions > net/mlx5: remove flow drop useless if branches > net/mlx5: remove pdentic pragma > net/mlx5: fix non working secondary process by removing it > net/mlx5: remove multiple drop RSS queues > net/mlx5: remove old MLNX_OFED 3.3 verification Series applied to dpdk-next-net/master, thanks.