Re: [dpdk-dev] [PATCH 1/3] net/qede: fix missing UDP protocol in RSS offload types

2017-03-30 Thread Ferruh Yigit
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-

Re: [dpdk-dev] [PATCH 1/3] net/qede: fix missing UDP protocol in RSS offload types

2017-03-28 Thread Mody, Rasesh
> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Tuesday, March 28, 2017 5:19 AM > > 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 t

Re: [dpdk-dev] [PATCH 1/3] net/qede: fix missing UDP protocol in RSS offload types

2017-03-28 Thread Ferruh Yigit
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-

[dpdk-dev] [PATCH 1/3] net/qede: fix missing UDP protocol in RSS offload types

2017-03-24 Thread Rasesh Mody
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 --- drivers/net/qede/qede_ethdev.c |