DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
@ 2021-08-19  6:05 Rosen Xu
  2021-08-20 13:13 ` Ferruh Yigit
  0 siblings, 1 reply; 6+ messages in thread
From: Rosen Xu @ 2021-08-19  6:05 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, mdr, thomas, tianfei.zhang, wei.huang

'ipn3ke_bridge_func' is a global variable and it used in net & raw drivers.
It's only used for drivers, so change it from EXPERIMENTAL to INTERNAL.

Signed-off-by: Rosen Xu <rosen.xu@intel.com>
---
 drivers/net/ipn3ke/version.map | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ipn3ke/version.map b/drivers/net/ipn3ke/version.map
index 568ce32..4fd4e7c 100644
--- a/drivers/net/ipn3ke/version.map
+++ b/drivers/net/ipn3ke/version.map
@@ -2,7 +2,7 @@ DPDK_22 {
 	local: *;
 };
 
-EXPERIMENTAL {
+INTERNAL {
 	global:
 
 	ipn3ke_bridge_func;
-- 
1.8.3.1


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

* Re: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
  2021-08-19  6:05 [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL Rosen Xu
@ 2021-08-20 13:13 ` Ferruh Yigit
  2021-08-20 14:20   ` Xu, Rosen
  2021-08-20 15:39   ` Kinsella, Ray
  0 siblings, 2 replies; 6+ messages in thread
From: Ferruh Yigit @ 2021-08-20 13:13 UTC (permalink / raw)
  To: Rosen Xu, dev; +Cc: mdr, thomas, tianfei.zhang, wei.huang

On 8/19/2021 7:05 AM, Rosen Xu wrote:
> 'ipn3ke_bridge_func' is a global variable and it used in net & raw drivers.
> It's only used for drivers, so change it from EXPERIMENTAL to INTERNAL.
> 
> Signed-off-by: Rosen Xu <rosen.xu@intel.com>

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

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

* Re: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
  2021-08-20 13:13 ` Ferruh Yigit
@ 2021-08-20 14:20   ` Xu, Rosen
  2021-08-20 15:39   ` Kinsella, Ray
  1 sibling, 0 replies; 6+ messages in thread
From: Xu, Rosen @ 2021-08-20 14:20 UTC (permalink / raw)
  To: Yigit, Ferruh, dev; +Cc: mdr, thomas, Zhang, Tianfei, Huang, Wei

Thanks a lot Ferruh.

> -----Original Message-----
> From: Yigit, Ferruh <ferruh.yigit@intel.com>
> Sent: Friday, August 20, 2021 21:13
> To: Xu, Rosen <rosen.xu@intel.com>; dev@dpdk.org
> Cc: mdr@ashroe.eu; thomas@monjalon.net; Zhang, Tianfei
> <tianfei.zhang@intel.com>; Huang, Wei <wei.huang@intel.com>
> Subject: Re: [DPDK] net/ipn3ke: change function label from EXPERIMENTAL
> to INTERNAL
> 
> On 8/19/2021 7:05 AM, Rosen Xu wrote:
> > 'ipn3ke_bridge_func' is a global variable and it used in net & raw drivers.
> > It's only used for drivers, so change it from EXPERIMENTAL to INTERNAL.
> >
> > Signed-off-by: Rosen Xu <rosen.xu@intel.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

* Re: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
  2021-08-20 13:13 ` Ferruh Yigit
  2021-08-20 14:20   ` Xu, Rosen
@ 2021-08-20 15:39   ` Kinsella, Ray
  2021-08-22  2:49     ` Xu, Rosen
  1 sibling, 1 reply; 6+ messages in thread
From: Kinsella, Ray @ 2021-08-20 15:39 UTC (permalink / raw)
  To: Ferruh Yigit, Rosen Xu, dev; +Cc: thomas, tianfei.zhang, wei.huang



On 20/08/2021 14:13, Ferruh Yigit wrote:
> On 8/19/2021 7:05 AM, Rosen Xu wrote:
>> 'ipn3ke_bridge_func' is a global variable and it used in net & raw drivers.
>> It's only used for drivers, so change it from EXPERIMENTAL to INTERNAL.
>>
>> Signed-off-by: Rosen Xu <rosen.xu@intel.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 

Acked-by: Ray Kinsella <mdr@ashroe.eu>

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

* Re: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
  2021-08-20 15:39   ` Kinsella, Ray
@ 2021-08-22  2:49     ` Xu, Rosen
  2021-08-31 14:18       ` Ferruh Yigit
  0 siblings, 1 reply; 6+ messages in thread
From: Xu, Rosen @ 2021-08-22  2:49 UTC (permalink / raw)
  To: Kinsella, Ray, Yigit, Ferruh, dev; +Cc: thomas, Zhang, Tianfei, Huang, Wei

Thanks a lot Ray.

> -----Original Message-----
> From: Kinsella, Ray <mdr@ashroe.eu>
> Sent: Friday, August 20, 2021 23:39
> To: Yigit, Ferruh <ferruh.yigit@intel.com>; Xu, Rosen <rosen.xu@intel.com>;
> dev@dpdk.org
> Cc: thomas@monjalon.net; Zhang, Tianfei <tianfei.zhang@intel.com>; Huang,
> Wei <wei.huang@intel.com>
> Subject: Re: [DPDK] net/ipn3ke: change function label from EXPERIMENTAL
> to INTERNAL
> 
> 
> 
> On 20/08/2021 14:13, Ferruh Yigit wrote:
> > On 8/19/2021 7:05 AM, Rosen Xu wrote:
> >> 'ipn3ke_bridge_func' is a global variable and it used in net & raw drivers.
> >> It's only used for drivers, so change it from EXPERIMENTAL to INTERNAL.
> >>
> >> Signed-off-by: Rosen Xu <rosen.xu@intel.com>
> >
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> >
> 
> Acked-by: Ray Kinsella <mdr@ashroe.eu>

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

* Re: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
  2021-08-22  2:49     ` Xu, Rosen
@ 2021-08-31 14:18       ` Ferruh Yigit
  0 siblings, 0 replies; 6+ messages in thread
From: Ferruh Yigit @ 2021-08-31 14:18 UTC (permalink / raw)
  To: Xu, Rosen, Kinsella, Ray, dev; +Cc: thomas, Zhang, Tianfei, Huang, Wei

On 8/22/2021 3:49 AM, Xu, Rosen wrote:
> Thanks a lot Ray.
> 
>> -----Original Message-----
>> From: Kinsella, Ray <mdr@ashroe.eu>
>> Sent: Friday, August 20, 2021 23:39
>> To: Yigit, Ferruh <ferruh.yigit@intel.com>; Xu, Rosen <rosen.xu@intel.com>;
>> dev@dpdk.org
>> Cc: thomas@monjalon.net; Zhang, Tianfei <tianfei.zhang@intel.com>; Huang,
>> Wei <wei.huang@intel.com>
>> Subject: Re: [DPDK] net/ipn3ke: change function label from EXPERIMENTAL
>> to INTERNAL
>>
>>
>>
>> On 20/08/2021 14:13, Ferruh Yigit wrote:
>>> On 8/19/2021 7:05 AM, Rosen Xu wrote:
>>>> 'ipn3ke_bridge_func' is a global variable and it used in net & raw drivers.
>>>> It's only used for drivers, so change it from EXPERIMENTAL to INTERNAL.
>>>>
>>>> Signed-off-by: Rosen Xu <rosen.xu@intel.com>
>>>
>>> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
>>>
>>
>> Acked-by: Ray Kinsella <mdr@ashroe.eu>

Applied to dpdk-next-net/main, thanks.

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

end of thread, other threads:[~2021-08-31 14:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  6:05 [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL Rosen Xu
2021-08-20 13:13 ` Ferruh Yigit
2021-08-20 14:20   ` Xu, Rosen
2021-08-20 15:39   ` Kinsella, Ray
2021-08-22  2:49     ` Xu, Rosen
2021-08-31 14:18       ` Ferruh Yigit

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).