[dpdk-dev] [PATCH] ethdev: fix missing function in map file

Thomas Monjalon thomas at monjalon.net
Fri Jul 13 15:54:51 CEST 2018


13/07/2018 11:11, Nelio Laranjeiro:
> Fixes: 4ed05fcd441b ("ethdev: add flow API to expand RSS flows")
> 
> Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>
> Acked-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
> 
> --
> 
> Changes in v2:
> 
> - add missing documentation.
> - add missing __rte_experimental in source file.
> - update the order in map file.
> ---
> --- a/lib/librte_ethdev/rte_flow_driver.h
> +++ b/lib/librte_ethdev/rte_flow_driver.h
> @@ -148,6 +148,7 @@ struct rte_flow_expand_rss {
>  /**
>   * Expand RSS flows into several possible flows according to the RSS hash
>   * fields requested and the driver capabilities.
> + * @b EXPERIMENTAL: this API may change without prior notice

Blank line missing to make it appear on a new line.

Applied with following log:
Add rte_flow_expand_rss in map file and tag it as experimental.




More information about the dev mailing list