From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/tap: add RSS hash update callback Date: Thu, 17 May 2018 18:11:22 +0100 Message-ID: References: <1525969418-24504-1-git-send-email-ophirmu@mellanox.com> <1525973425-28889-1-git-send-email-ophirmu@mellanox.com> <0E44AFDF-282E-467F-901F-71E11984CBF6@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Pascal Mazon , Thomas Monjalon , Olga Shern , Shahaf Shuler To: "Wiles, Keith" , Ophir Munk Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 97ED77F0C for ; Thu, 17 May 2018 19:11:26 +0200 (CEST) In-Reply-To: <0E44AFDF-282E-467F-901F-71E11984CBF6@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/15/2018 1:21 PM, Wiles, Keith wrote: > > >> On May 10, 2018, at 12:30 PM, Ophir Munk wrote: >> >> Add RSS hash update callback to eth_dev_ops. >> >> Signed-off-by: Ophir Munk >> --- >> v1: >> Initial release >> v2: >> typo fix >> > > Acked by: Keith Wiles Applied to dpdk-next-net/master, thanks.