DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] lib/gro: fix typo in .map file
@ 2017-08-22 13:58 Jiayu Hu
  2017-08-22 14:38 ` Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Jiayu Hu @ 2017-08-22 13:58 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, thomas, 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 <jiayu.hu@intel.com>
---
 lib/librte_gro/rte_gro_version.map | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_gro/rte_gro_version.map b/lib/librte_gro/rte_gro_version.map
index bb40bb4..1606b6d 100644
--- a/lib/librte_gro/rte_gro_version.map
+++ b/lib/librte_gro/rte_gro_version.map
@@ -1,8 +1,8 @@
 DPDK_17.08 {
 	global:
 
-	rte_gro_ctrl_create;
-	rte_gro_ctrl_destroy;
+	rte_gro_ctx_create;
+	rte_gro_ctx_destroy;
 	rte_gro_get_pkt_count;
 	rte_gro_reassemble;
 	rte_gro_reassemble_burst;
-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file
  2017-08-22 13:58 [dpdk-dev] [PATCH] lib/gro: fix typo in .map file Jiayu Hu
@ 2017-08-22 14:38 ` Ferruh Yigit
  2017-08-31 20:35   ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2017-08-22 14:38 UTC (permalink / raw)
  To: Jiayu Hu, dev; +Cc: thomas

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 <jiayu.hu@intel.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file
  2017-08-22 14:38 ` Ferruh Yigit
@ 2017-08-31 20:35   ` Thomas Monjalon
  2017-09-01  1:29     ` Hu, Jiayu
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2017-08-31 20:35 UTC (permalink / raw)
  To: Jiayu Hu; +Cc: dev, Ferruh Yigit

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")
> > 
> > Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

PS: the headline must start with gro, not lib/gro.
The reason is that everything is a lib in DPDK :)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file
  2017-08-31 20:35   ` Thomas Monjalon
@ 2017-09-01  1:29     ` Hu, Jiayu
  0 siblings, 0 replies; 4+ messages in thread
From: Hu, Jiayu @ 2017-09-01  1:29 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Yigit, Ferruh

Hi Thomas,

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Friday, September 1, 2017 4:35 AM
> To: Hu, Jiayu <jiayu.hu@intel.com>
> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>
> Subject: Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file
> 
> 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")
> > >
> > > Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
> >
> > Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Applied, thanks
> 
> PS: the headline must start with gro, not lib/gro.
> The reason is that everything is a lib in DPDK :)

Thanks for your reminder.

Thanks,
Jiayu

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-01  1:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-22 13:58 [dpdk-dev] [PATCH] lib/gro: fix typo in .map file Jiayu Hu
2017-08-22 14:38 ` Ferruh Yigit
2017-08-31 20:35   ` Thomas Monjalon
2017-09-01  1:29     ` Hu, Jiayu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).