DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] ixgbevf: queue start stop functions
@ 2017-05-22  9:35 Gregory Etelson
  2017-05-23  0:53 ` Lu, Wenzhuo
  0 siblings, 1 reply; 4+ messages in thread
From: Gregory Etelson @ 2017-05-22  9:35 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, Ferruh Yigit, Qi Zhang

Hello,

ixgbevf PMD has no implementation for RX/TX queue start/stop functions in DPDK-17.05.0
Is there a roadmap to add these functions to DPDK ?

Thank you
Regards,
Gregory

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

* Re: [dpdk-dev] ixgbevf: queue start stop functions
  2017-05-22  9:35 [dpdk-dev] ixgbevf: queue start stop functions Gregory Etelson
@ 2017-05-23  0:53 ` Lu, Wenzhuo
  2017-05-23 11:12   ` Gregory Etelson
  0 siblings, 1 reply; 4+ messages in thread
From: Lu, Wenzhuo @ 2017-05-23  0:53 UTC (permalink / raw)
  To: Gregory Etelson, dev; +Cc: Richardson, Bruce, Yigit, Ferruh, Zhang, Qi Z

Hi Gregory,

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gregory Etelson
> Sent: Monday, May 22, 2017 5:36 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce; Yigit, Ferruh; Zhang, Qi Z
> Subject: [dpdk-dev] ixgbevf: queue start stop functions
> 
> Hello,
> 
> ixgbevf PMD has no implementation for RX/TX queue start/stop functions in
> DPDK-17.05.0 Is there a roadmap to add these functions to DPDK ?
I'm afraid there's no plan to support it because lack of interface between PF and VF :(

> 
> Thank you
> Regards,
> Gregory

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

* Re: [dpdk-dev] ixgbevf: queue start stop functions
  2017-05-23  0:53 ` Lu, Wenzhuo
@ 2017-05-23 11:12   ` Gregory Etelson
  2017-05-24  1:33     ` Lu, Wenzhuo
  0 siblings, 1 reply; 4+ messages in thread
From: Gregory Etelson @ 2017-05-23 11:12 UTC (permalink / raw)
  To: Lu, Wenzhuo; +Cc: dev, Richardson, Bruce, Yigit, Ferruh, Zhang, Qi Z

Hello,

I'm working on a procedure that will handle Ethernet link failure over ixgbe VF.
Without queues reset functionality I tried to reset DPDK port with 
rte_eth_dev_stop();rte_eth_dev_start() sequence.
My tests show that call to dev_stop can hang a process.
Can you suggest another procedure for VF port reset on link down ?

Thank you.

Regards,
Gregory  


On Tuesday, 23 May 2017 03:53:06 IDT Lu, Wenzhuo wrote:
> Hi Gregory,
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gregory Etelson
> > Sent: Monday, May 22, 2017 5:36 PM
> > To: dev@dpdk.org
> > Cc: Richardson, Bruce; Yigit, Ferruh; Zhang, Qi Z
> > Subject: [dpdk-dev] ixgbevf: queue start stop functions
> > 
> > Hello,
> > 
> > ixgbevf PMD has no implementation for RX/TX queue start/stop functions in
> > DPDK-17.05.0 Is there a roadmap to add these functions to DPDK ?
> I'm afraid there's no plan to support it because lack of interface between PF and VF :(
> 
> > 
> > Thank you
> > Regards,
> > Gregory

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

* Re: [dpdk-dev] ixgbevf: queue start stop functions
  2017-05-23 11:12   ` Gregory Etelson
@ 2017-05-24  1:33     ` Lu, Wenzhuo
  0 siblings, 0 replies; 4+ messages in thread
From: Lu, Wenzhuo @ 2017-05-24  1:33 UTC (permalink / raw)
  To: Gregory Etelson; +Cc: dev, Richardson, Bruce, Yigit, Ferruh, Zhang, Qi Z

Hi Gregory,

From: Gregory Etelson [mailto:gregory@weka.io]
Sent: Tuesday, May 23, 2017 7:13 PM
To: Lu, Wenzhuo
Cc: dev@dpdk.org; Richardson, Bruce; Yigit, Ferruh; Zhang, Qi Z
Subject: Re: [dpdk-dev] ixgbevf: queue start stop functions


Hello,



I'm working on a procedure that will handle Ethernet link failure over ixgbe VF.

Without queues reset functionality I tried to reset DPDK port with

rte_eth_dev_stop();rte_eth_dev_start() sequence.

My tests show that call to dev_stop can hang a process.

Can you suggest another procedure for VF port reset on link down ?

[Wenzhuo] APP need stop rx/tx before stopping the devices and start rx/tx again after starting the devices. Please reference these 2 functions in testpmd, stop_packet_forwarding and start_packet_forwarding.



Thank you.



Regards,

Gregory





On Tuesday, 23 May 2017 03:53:06 IDT Lu, Wenzhuo wrote:

> Hi Gregory,

>

> > -----Original Message-----

> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gregory Etelson

> > Sent: Monday, May 22, 2017 5:36 PM

> > To: dev@dpdk.org<mailto:dev@dpdk.org>

> > Cc: Richardson, Bruce; Yigit, Ferruh; Zhang, Qi Z

> > Subject: [dpdk-dev] ixgbevf: queue start stop functions

> >

> > Hello,

> >

> > ixgbevf PMD has no implementation for RX/TX queue start/stop functions in

> > DPDK-17.05.0 Is there a roadmap to add these functions to DPDK ?

> I'm afraid there's no plan to support it because lack of interface between PF and VF :(

>

> >

> > Thank you

> > Regards,

> > Gregory

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

end of thread, other threads:[~2017-05-24  1:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-22  9:35 [dpdk-dev] ixgbevf: queue start stop functions Gregory Etelson
2017-05-23  0:53 ` Lu, Wenzhuo
2017-05-23 11:12   ` Gregory Etelson
2017-05-24  1:33     ` Lu, Wenzhuo

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