From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/enic: support UDP RSS on 1400 series adapters Date: Fri, 6 Apr 2018 17:41:16 +0100 Message-ID: References: <20180404235455.17241-1-johndale@cisco.com> <20180404235455.17241-3-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: John Daley Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4B8BF1D244 for ; Fri, 6 Apr 2018 18:41:19 +0200 (CEST) In-Reply-To: <20180404235455.17241-3-johndale@cisco.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 4/5/2018 12:54 AM, John Daley wrote: > Recent models support IPv4/IPv6 UDP RSS. There is no control bit to > enable UDP RSS alone. Instead, the NIC enables/disables TCP and UDP > RSS together. > > Signed-off-by: John Daley > Reviewed-by: Hyong Youb Kim Applied to dpdk-next-net/master, thanks.