From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6107BD202; Tue, 28 Mar 2017 14:18:38 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 28 Mar 2017 05:18:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="1112919239" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga001.jf.intel.com with ESMTP; 28 Mar 2017 05:18:35 -0700 To: Rasesh Mody , dev@dpdk.org References: <1490341259-12320-1-git-send-email-rasesh.mody@cavium.com> Cc: Harish Patil , stable@dpdk.org, Dept-EngDPDKDev@cavium.com From: Ferruh Yigit Message-ID: Date: Tue, 28 Mar 2017 13:18:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490341259-12320-1-git-send-email-rasesh.mody@cavium.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH 1/3] net/qede: fix missing UDP protocol in RSS offload types X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:18:39 -0000 On 3/24/2017 7:40 AM, Rasesh Mody wrote: > From: Harish Patil > > Both UDP and TCP based RSS offload types are supported by the device. > This patch adds UDP protocol which got missed out in the original patch. > > Fixes: 4c98f2768eef ("net/qede: support RSS hash configuration") > > Signed-off-by: Harish Patil This patchset looks like depends to other patchset, can you please confirm?