[dpdk-dev] [PATCH v5 4/9] null: virtual dynamic rss configuration

2015-10-15 Thread Tetsuya Mukawa
On 2015/10/15 17:42, Kulasek, TomaszX wrote: >> -Original Message- >> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] >> Sent: Thursday, October 15, 2015 09:46 >> To: Kulasek, TomaszX; dev at dpdk.org >> Subject: Re: [dpdk-dev] [PATCH v5 4/9] null: virtua

[dpdk-dev] [PATCH v5 4/9] null: virtual dynamic rss configuration

2015-10-15 Thread Tetsuya Mukawa
On 2015/09/30 23:05, Tomasz Kulasek wrote: > This implementation allows to set and read RSS configuration for null > device, and is used to validate right values propagation over the slaves, > in test units for dynamic RSS configuration for bonding. > > v5 changes: > - replaced memcpy with rte_mem

[dpdk-dev] [PATCH v5 4/9] null: virtual dynamic rss configuration

2015-10-15 Thread Kulasek, TomaszX
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Thursday, October 15, 2015 09:46 > To: Kulasek, TomaszX; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 4/9] null: virtual dynamic rss > configuration > > On 2015/09/30 23:

[dpdk-dev] [PATCH v5 4/9] null: virtual dynamic rss configuration

2015-10-14 Thread Tetsuya Mukawa
On 2015/09/30 23:05, Tomasz Kulasek wrote: > This implementation allows to set and read RSS configuration for null > device, and is used to validate right values propagation over the slaves, > in test units for dynamic RSS configuration for bonding. > > v5 changes: > - replaced memcpy with rte_mem

[dpdk-dev] [PATCH v5 4/9] null: virtual dynamic rss configuration

2015-09-30 Thread Tomasz Kulasek
This implementation allows to set and read RSS configuration for null device, and is used to validate right values propagation over the slaves, in test units for dynamic RSS configuration for bonding. v5 changes: - replaced memcpy with rte_memcpy Signed-off-by: Tomasz Kulasek --- drivers/net/n