From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40evf: fix the issue of configuring rss key enable flags Date: Fri, 27 Nov 2015 19:29:18 +0100 Message-ID: <2807062.WSfIUEa3lf@xps13> References: <1448638464-714-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id E721758C3 for ; Fri, 27 Nov 2015 19:30:38 +0100 (CET) Received: by wmww144 with SMTP id w144so67509860wmw.0 for ; Fri, 27 Nov 2015 10:30:38 -0800 (PST) In-Reply-To: <1448638464-714-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-27 23:34, Helin Zhang: > It fixes the issue of not configuring rss key enable flags > when there is no rss key available. > > Fixes: 647d1eaf758b ("i40evf: support AQ based RSS config") > > Signed-off-by: Helin Zhang Applied, thanks