Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file

2017-08-31 Thread Hu, Jiayu
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, September 1, 2017 4:35 AM > To: Hu, Jiayu > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file > > 22/08/2017 16:38

Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file

2017-08-31 Thread Thomas Monjalon
22/08/2017 16:38, Ferruh Yigit: > On 8/22/2017 2:58 PM, Jiayu Hu wrote: > > The names of rte_gro_ctx_create() and rte_gro_ctx_destroy() in > > rte_gro_version.map are incorrect. This patch is to fix this issue. > > > > Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework") > >

Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file

2017-08-22 Thread Ferruh Yigit
On 8/22/2017 2:58 PM, Jiayu Hu wrote: > The names of rte_gro_ctx_create() and rte_gro_ctx_destroy() in > rte_gro_version.map are incorrect. This patch is to fix this issue. > > Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework") > > Signed-off-by: Jiayu Hu Reviewed-by: Fe

[dpdk-dev] [PATCH] lib/gro: fix typo in .map file

2017-08-22 Thread Jiayu Hu
The names of rte_gro_ctx_create() and rte_gro_ctx_destroy() in rte_gro_version.map are incorrect. This patch is to fix this issue. Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework") Signed-off-by: Jiayu Hu --- lib/librte_gro/rte_gro_version.map | 4 ++-- 1 file changed,