All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] Experimental symbols in kni lib
@ 2021-06-24 10:42 Kinsella, Ray
  2021-06-24 13:24 ` Ferruh Yigit
  0 siblings, 1 reply; 5+ messages in thread
From: Kinsella, Ray @ 2021-06-24 10:42 UTC (permalink / raw)
  To: Yigit, Ferruh, Thomas Monjalon, Stephen Hemminger, dpdk-dev

Hi Ferruh, 

The following kni experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point. 

 * rte_kni_update_link

Ray K


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

* Re: [dpdk-dev] Experimental symbols in kni lib
  2021-06-24 10:42 [dpdk-dev] Experimental symbols in kni lib Kinsella, Ray
@ 2021-06-24 13:24 ` Ferruh Yigit
  2021-06-24 13:54   ` Kinsella, Ray
  0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2021-06-24 13:24 UTC (permalink / raw)
  To: Kinsella, Ray, Thomas Monjalon, Stephen Hemminger, dpdk-dev

On 6/24/2021 11:42 AM, Kinsella, Ray wrote:
> Hi Ferruh, 
> 
> The following kni experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point. 
> 
>  * rte_kni_update_link
> 
> Ray K
> 

Hi Ray,

Thanks for follow up.

I just checked the API and planning a small behavior update to it.
If the update is accepted, I suggest keeping the API experimental for 21.08 too,
but can mature it on v21.11.

Thanks,
ferruh

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

* Re: [dpdk-dev] Experimental symbols in kni lib
  2021-06-24 13:24 ` Ferruh Yigit
@ 2021-06-24 13:54   ` Kinsella, Ray
  2021-06-25 13:26     ` Igor Ryzhov
  0 siblings, 1 reply; 5+ messages in thread
From: Kinsella, Ray @ 2021-06-24 13:54 UTC (permalink / raw)
  To: Ferruh Yigit, Thomas Monjalon, Stephen Hemminger, dpdk-dev

Sounds more than reasonable, +1 from me.

Ray K

On 24/06/2021 14:24, Ferruh Yigit wrote:
> On 6/24/2021 11:42 AM, Kinsella, Ray wrote:
>> Hi Ferruh, 
>>
>> The following kni experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point. 
>>
>>  * rte_kni_update_link
>>
>> Ray K
>>
> 
> Hi Ray,
> 
> Thanks for follow up.
> 
> I just checked the API and planning a small behavior update to it.
> If the update is accepted, I suggest keeping the API experimental for 21.08 too,
> but can mature it on v21.11.
> 
> Thanks,
> ferruh
> 

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

* Re: [dpdk-dev] Experimental symbols in kni lib
  2021-06-24 13:54   ` Kinsella, Ray
@ 2021-06-25 13:26     ` Igor Ryzhov
  2021-06-28 12:23       ` Ferruh Yigit
  0 siblings, 1 reply; 5+ messages in thread
From: Igor Ryzhov @ 2021-06-25 13:26 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: Kinsella, Ray, Thomas Monjalon, Stephen Hemminger, dpdk-dev

Hi Ferruh, all,

Let's please discuss another approach to setting KNI link status before
making this API stable:
http://patches.dpdk.org/project/dpdk/patch/20190925093623.18419-1-iryzhov@nfware.com/

I explained the problem with the current implementation there.
More than that, using ioctl approach makes it possible to set also speed
and duplex and use them to implement get_link_ksettings callback.
I can send patches for both features.

Igor

On Thu, Jun 24, 2021 at 4:54 PM Kinsella, Ray <mdr@ashroe.eu> wrote:

> Sounds more than reasonable, +1 from me.
>
> Ray K
>
> On 24/06/2021 14:24, Ferruh Yigit wrote:
> > On 6/24/2021 11:42 AM, Kinsella, Ray wrote:
> >> Hi Ferruh,
> >>
> >> The following kni experimental symbols are present in both v21.05 and
> v19.11 release. These symbols should be considered for promotion to stable
> as part of the v22 ABI in DPDK 21.11, as they have been experimental for >=
> 2yrs at this point.
> >>
> >>  * rte_kni_update_link
> >>
> >> Ray K
> >>
> >
> > Hi Ray,
> >
> > Thanks for follow up.
> >
> > I just checked the API and planning a small behavior update to it.
> > If the update is accepted, I suggest keeping the API experimental for
> 21.08 too,
> > but can mature it on v21.11.
> >
> > Thanks,
> > ferruh
> >
>

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

* Re: [dpdk-dev] Experimental symbols in kni lib
  2021-06-25 13:26     ` Igor Ryzhov
@ 2021-06-28 12:23       ` Ferruh Yigit
  0 siblings, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2021-06-28 12:23 UTC (permalink / raw)
  To: Igor Ryzhov; +Cc: Kinsella, Ray, Thomas Monjalon, Stephen Hemminger, dpdk-dev

On 6/25/2021 2:26 PM, Igor Ryzhov wrote:
> Hi Ferruh, all,
> 
> Let's please discuss another approach to setting KNI link status before
> making this API stable:
> http://patches.dpdk.org/project/dpdk/patch/20190925093623.18419-1-iryzhov@nfware.com/
> 
> I explained the problem with the current implementation there.
> More than that, using ioctl approach makes it possible to set also speed
> and duplex and use them to implement get_link_ksettings callback.
> I can send patches for both features.
> 

Hi Igor, agree to discuss your patch before promoting the API, I will comment on
the outstanding patch.

> Igor
> 
> On Thu, Jun 24, 2021 at 4:54 PM Kinsella, Ray <mdr@ashroe.eu> wrote:
> 
>> Sounds more than reasonable, +1 from me.
>>
>> Ray K
>>
>> On 24/06/2021 14:24, Ferruh Yigit wrote:
>>> On 6/24/2021 11:42 AM, Kinsella, Ray wrote:
>>>> Hi Ferruh,
>>>>
>>>> The following kni experimental symbols are present in both v21.05 and
>> v19.11 release. These symbols should be considered for promotion to stable
>> as part of the v22 ABI in DPDK 21.11, as they have been experimental for >=
>> 2yrs at this point.
>>>>
>>>>  * rte_kni_update_link
>>>>
>>>> Ray K
>>>>
>>>
>>> Hi Ray,
>>>
>>> Thanks for follow up.
>>>
>>> I just checked the API and planning a small behavior update to it.
>>> If the update is accepted, I suggest keeping the API experimental for
>> 21.08 too,
>>> but can mature it on v21.11.
>>>
>>> Thanks,
>>> ferruh
>>>
>>


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

end of thread, other threads:[~2021-06-28 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 10:42 [dpdk-dev] Experimental symbols in kni lib Kinsella, Ray
2021-06-24 13:24 ` Ferruh Yigit
2021-06-24 13:54   ` Kinsella, Ray
2021-06-25 13:26     ` Igor Ryzhov
2021-06-28 12:23       ` Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.