Re: [dpdk-dev] [PATCH v1] ethdev: document RSS default key and types

2018-11-05 Thread Thomas Monjalon
This patch is in next-net but may be improved before reaching mainline. The comments may be shorter and avoid being split in 2 parts. The second part of the doxygen comments, starting with /**, will apply wrongly to the next field. 03/11/2018 16:46, Ophir Munk: > struct rte_flow_action_rss includ

Re: [dpdk-dev] [PATCH v1] ethdev: document RSS default key and types

2018-11-05 Thread Ferruh Yigit
On 11/3/2018 3:46 PM, Ophir Munk wrote: > struct rte_flow_action_rss include fields 'key' and 'types'. > Field 'key' is a pointer to bytes array (uint8_t *) which contains the > specific RSS hash key. > If an application is only interested in default RSS operation it > should not care about the spe

[dpdk-dev] [PATCH v1] ethdev: document RSS default key and types

2018-11-03 Thread Ophir Munk
struct rte_flow_action_rss include fields 'key' and 'types'. Field 'key' is a pointer to bytes array (uint8_t *) which contains the specific RSS hash key. If an application is only interested in default RSS operation it should not care about the specific hash key. The application can set the hash k