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

2018-07-13 Thread Thomas Monjalon
13/07/2018 11:11, Nelio Laranjeiro: > Fixes: 4ed05fcd441b ("ethdev: add flow API to expand RSS flows") > > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil > > -- > > Changes in v2: > > - add missing documentation. > - add missing __rte_experimental in source file. > - update the

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

2018-07-13 Thread Nelio Laranjeiro
Fixes: 4ed05fcd441b ("ethdev: add flow API to expand RSS flows") Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil -- Changes in v2: - add missing documentation. - add missing __rte_experimental in source file. - update the order in map file. --- lib/librte_ethdev/rte_ethdev_version

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

2018-07-13 Thread Nélio Laranjeiro
; Thomas Monjalon > > Subject: [dpdk-dev] [PATCH] ethdev: fix missing function in map file > > > > Fixes: 4ed05fcd441b ("ethdev: add flow API to expand RSS flows") > > > > Signed-off-by: Nelio Laranjeiro > > Acked-by: Adrien Mazarguil > &

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

2018-07-13 Thread De Lara Guarch, Pablo
Hi Nelio, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Nelio Laranjeiro > Sent: Friday, July 13, 2018 9:25 AM > To: dev@dpdk.org; Thomas Monjalon > Subject: [dpdk-dev] [PATCH] ethdev: fix missing function in map file > > Fixes: 4ed05

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

2018-07-13 Thread Nelio Laranjeiro
Fixes: 4ed05fcd441b ("ethdev: add flow API to expand RSS flows") Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- lib/librte_ethdev/rte_ethdev_version.map | 1 + lib/librte_ethdev/rte_flow_driver.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libr