Re: [dpdk-dev] [PATCH v2] net/tap: add RSS hash update callback

2018-05-17 Thread Ferruh Yigit
On 5/15/2018 1:21 PM, Wiles, Keith wrote: > > >> On May 10, 2018, at 12:30 PM, Ophir Munk wrote: >> >> Add RSS hash update callback to eth_dev_ops. >> >> Signed-off-by: Ophir Munk >> --- >> v1: >> Initial release >> v2: >> typo fix >> > > Acked by: Keith Wiles Applied to dpdk-next-net/master,

Re: [dpdk-dev] [PATCH v2] net/tap: add RSS hash update callback

2018-05-15 Thread Wiles, Keith
> On May 10, 2018, at 12:30 PM, Ophir Munk wrote: > > Add RSS hash update callback to eth_dev_ops. > > Signed-off-by: Ophir Munk > --- > v1: > Initial release > v2: > typo fix > Acked by: Keith Wiles Regards, Keith

[dpdk-dev] [PATCH v2] net/tap: add RSS hash update callback

2018-05-10 Thread Ophir Munk
Add RSS hash update callback to eth_dev_ops. Signed-off-by: Ophir Munk --- v1: Initial release v2: typo fix drivers/net/tap/rte_eth_tap.c | 39 --- drivers/net/tap/tap_rss.h | 3 +++ 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/drivers