Re: [dpdk-dev] [PATCH v1 1/2] ethdev: add supported hash function check

2018-04-16 Thread Thomas Monjalon
09/04/2018 14:10, Xueming Li: > Add supported RSS hash function check in device configuration to > have better error verbosity for application developers. In other words, you check whether the requested RSS type is supported. I don't see any reason to not accept it. Any other comment?

[dpdk-dev] [PATCH v1 1/2] ethdev: add supported hash function check

2018-04-09 Thread Xueming Li
Add supported RSS hash function check in device configuration to have better error verbosity for application developers. Signed-off-by: Xueming Li --- lib/librte_ether/rte_ethdev.c | 21 + 1 file changed, 21 insertions(+) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/libr