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 2C37A2B9B for ; Fri, 20 Jan 2017 19:42:52 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jan 2017 10:42:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,259,1477983600"; d="scan'208";a="924873636" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 20 Jan 2017 10:42:50 -0800 To: Adrien Mazarguil , Yongseok Koh References: <20170117020644.36481-1-yskoh@mellanox.com> <20170118003929.35295-1-yskoh@mellanox.com> <20170120165703.GN3779@6wind.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <25f30aed-1f60-08c0-69b4-5b0d4335a312@intel.com> Date: Fri, 20 Jan 2017 18:42:50 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170120165703.GN3779@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: lift Rx RSS indirection table size limit 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: Fri, 20 Jan 2017 18:42:53 -0000 On 1/20/2017 4:57 PM, Adrien Mazarguil wrote: > On Tue, Jan 17, 2017 at 04:39:29PM -0800, Yongseok Koh wrote: >> The size of Rx RSS indirection table was limited by 256, but it is not >> required anymore for all Mellanox NICs. However, the librte_ether still >> limits the size by 512. >> >> Signed-off-by: Yongseok Koh >> --- >> drivers/net/mlx5/mlx5.c | 5 +++-- >> drivers/net/mlx5/mlx5_defs.h | 3 --- >> 2 files changed, 3 insertions(+), 5 deletions(-) > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.