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

2015-10-12 Thread Jastrzebski, MichalX K
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tetsuya Mukawa > Sent: Tuesday, September 29, 2015 4:25 AM > To: Kulasek, TomaszX; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCHv4 4/9] null: virtual dynamic rss configuration > > On 20

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

2015-09-29 Thread Tetsuya Mukawa
On 2015/07/16 2:26, 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. > > Signed-off-by: Tomasz Kulasek > --- > driver

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

2015-09-29 Thread Kulasek, TomaszX
> Hi Thomasz, > > I am just curious. Is it possible to use rte_memcpy instead of memcpy? > if we can, rte_memcpy may be faster. > > Tetsuya Hi Tetsuya, I've just tested it and seems to work, so there's no objections to use rte_memcpy. Tomasz.

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

2015-07-15 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. Signed-off-by: Tomasz Kulasek --- drivers/net/null/rte_eth_null.c | 116 ++