From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 52C241B800 for ; Tue, 15 May 2018 14:21:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2018 05:21:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,403,1520924400"; d="scan'208";a="224381798" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 15 May 2018 05:21:12 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.235]) by FMSMSX108.amr.corp.intel.com ([169.254.9.51]) with mapi id 14.03.0319.002; Tue, 15 May 2018 05:21:12 -0700 From: "Wiles, Keith" To: Ophir Munk CC: "dev@dpdk.org" , Pascal Mazon , Thomas Monjalon , Olga Shern , Shahaf Shuler Thread-Topic: [dpdk-dev] [PATCH v2] net/tap: add RSS hash update callback Thread-Index: AQHT6ISrYx/ewBEGLEq/mms8jEM5CKQxMrqA Date: Tue, 15 May 2018 12:21:12 +0000 Message-ID: <0E44AFDF-282E-467F-901F-71E11984CBF6@intel.com> References: <1525969418-24504-1-git-send-email-ophirmu@mellanox.com> <1525973425-28889-1-git-send-email-ophirmu@mellanox.com> In-Reply-To: <1525973425-28889-1-git-send-email-ophirmu@mellanox.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.205.129] Content-Type: text/plain; charset="us-ascii" Content-ID: <22B48360779B7548A6C844805DF573AE@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/tap: add RSS hash update callback 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: Tue, 15 May 2018 12:21:15 -0000 > On May 10, 2018, at 12:30 PM, Ophir Munk wrote: >=20 > Add RSS hash update callback to eth_dev_ops. >=20 > Signed-off-by: Ophir Munk > --- > v1: > Initial release > v2: > typo fix >=20 Acked by: Keith Wiles Regards, Keith