Re: [dpdk-dev] [PATCH v2] net/tap: report on supported RSS hash functions

2018-05-10 Thread Ophir Munk
; > Cc: Thomas Monjalon ; Olga Shern > ; Shahaf Shuler > Subject: Re: [dpdk-dev] [PATCH v2] net/tap: report on supported RSS hash > functions > > On 5/10/2018 6:27 PM, Ophir Munk wrote: > > Report on TAP supported RSS functions as part of dev_infos_get > > call

Re: [dpdk-dev] [PATCH v2] net/tap: report on supported RSS hash functions

2018-05-10 Thread Ferruh Yigit
On 5/10/2018 6:27 PM, Ophir Munk wrote: > Report on TAP supported RSS functions as part of dev_infos_get > callback: ETH_RSS_IP, ETH_RSS_UDP and ETH_RSS_TCP. > Known limitation: TAP supports all of the above hash functions together > and not in partial combinations. > Previous to this commit RSS su

[dpdk-dev] [PATCH v2] net/tap: report on supported RSS hash functions

2018-05-10 Thread Ophir Munk
Report on TAP supported RSS functions as part of dev_infos_get callback: ETH_RSS_IP, ETH_RSS_UDP and ETH_RSS_TCP. Known limitation: TAP supports all of the above hash functions together and not in partial combinations. Previous to this commit RSS support was reported as none. Since the introduction

Re: [dpdk-dev] [PATCH v2] net/tap: report on supported RSS hash functions

2018-05-09 Thread Ferruh Yigit
On 5/9/2018 11:19 PM, Ferruh Yigit wrote: > On 5/8/2018 6:07 PM, Ophir Munk wrote: >> Report on TAP supported RSS functions as part of dev_infos_get >> callback: ETH_RSS_IP, ETH_RSS_UDP and ETH_RSS_TCP. >> Known limitation: TAP supports all of the above hash functions together >> and not in partial

Re: [dpdk-dev] [PATCH v2] net/tap: report on supported RSS hash functions

2018-05-09 Thread Ferruh Yigit
On 5/8/2018 6:07 PM, Ophir Munk wrote: > Report on TAP supported RSS functions as part of dev_infos_get > callback: ETH_RSS_IP, ETH_RSS_UDP and ETH_RSS_TCP. > Known limitation: TAP supports all of the above hash functions together > and not in partial combinations. > Previous to this commit RSS sup

[dpdk-dev] [PATCH v2] net/tap: report on supported RSS hash functions

2018-05-08 Thread Ophir Munk
Report on TAP supported RSS functions as part of dev_infos_get callback: ETH_RSS_IP, ETH_RSS_UDP and ETH_RSS_TCP. Known limitation: TAP supports all of the above hash functions together and not in partial combinations. Previous to this commit RSS support was reported as none. Since the introduction