* [dpdk-dev] Signature filter for virtual function @ 2014-08-14 12:33 Ilan Borenshtein 2014-08-15 7:50 ` Wu, Jingjing 0 siblings, 1 reply; 8+ messages in thread From: Ilan Borenshtein @ 2014-08-14 12:33 UTC (permalink / raw) To: dev Hello, I'm trying to configure the flow director of VF 82599 port using rte_eth_dev_fdir_add_signature_filter (). The function returns with ENOTSUP. Doe's flow director supported for VF ? What can be the reason for ENOTSUP ? Thanks, Ilan B ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] Signature filter for virtual function 2014-08-14 12:33 [dpdk-dev] Signature filter for virtual function Ilan Borenshtein @ 2014-08-15 7:50 ` Wu, Jingjing 2014-08-17 7:34 ` Ilan Borenshtein 0 siblings, 1 reply; 8+ messages in thread From: Wu, Jingjing @ 2014-08-15 7:50 UTC (permalink / raw) To: Ilan Borenshtein, dev Hi Flow director is not supported on VF now. I think this may be the reason why ENOTSUP is returned. > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilan Borenshtein > Sent: Thursday, August 14, 2014 8:34 PM > To: dev@dpdk.org > Subject: [dpdk-dev] Signature filter for virtual function > > Hello, > > I'm trying to configure the flow director of VF 82599 port using > rte_eth_dev_fdir_add_signature_filter (). > The function returns with ENOTSUP. > Doe's flow director supported for VF ? > What can be the reason for ENOTSUP ? > > Thanks, > Ilan B ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] Signature filter for virtual function 2014-08-15 7:50 ` Wu, Jingjing @ 2014-08-17 7:34 ` Ilan Borenshtein 2014-08-18 0:40 ` Wu, Jingjing 0 siblings, 1 reply; 8+ messages in thread From: Ilan Borenshtein @ 2014-08-17 7:34 UTC (permalink / raw) To: Wu, Jingjing, dev Hi, Is there any other way except of the Flow director to use the different Rx queues by a VF ? Will the next versions support flow director for VF ? Thanks, Ilan B -----Original Message----- From: Wu, Jingjing [mailto:jingjing.wu@intel.com] Sent: Friday, August 15, 2014 10:51 AM To: Ilan Borenshtein; dev@dpdk.org Subject: RE: Signature filter for virtual function Hi Flow director is not supported on VF now. I think this may be the reason why ENOTSUP is returned. > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilan Borenshtein > Sent: Thursday, August 14, 2014 8:34 PM > To: dev@dpdk.org > Subject: [dpdk-dev] Signature filter for virtual function > > Hello, > > I'm trying to configure the flow director of VF 82599 port using > rte_eth_dev_fdir_add_signature_filter (). > The function returns with ENOTSUP. > Doe's flow director supported for VF ? > What can be the reason for ENOTSUP ? > > Thanks, > Ilan B ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] Signature filter for virtual function 2014-08-17 7:34 ` Ilan Borenshtein @ 2014-08-18 0:40 ` Wu, Jingjing 2014-08-18 7:16 ` Ilan Borenshtein 0 siblings, 1 reply; 8+ messages in thread From: Wu, Jingjing @ 2014-08-18 0:40 UTC (permalink / raw) To: Ilan Borenshtein, dev Could you explain what exactly you want? Director packet to a VF? Or director packet to different queue in a VF? For the first one, I think if you know which queue the VF is using, the flow director can do it (it's my understanding, haven't try). But for the latter, I have no idea which way can be used instead. > -----Original Message----- > From: Ilan Borenshtein [mailto:ilan@asocstech.com] > Sent: Sunday, August 17, 2014 3:34 PM > To: Wu, Jingjing; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > Hi, > > Is there any other way except of the Flow director to use the different Rx queues by a VF ? > Will the next versions support flow director for VF ? > > Thanks, > Ilan B > > > -----Original Message----- > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > Sent: Friday, August 15, 2014 10:51 AM > To: Ilan Borenshtein; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > Hi > > Flow director is not supported on VF now. > I think this may be the reason why ENOTSUP is returned. > > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilan Borenshtein > > Sent: Thursday, August 14, 2014 8:34 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] Signature filter for virtual function > > > > Hello, > > > > I'm trying to configure the flow director of VF 82599 port using > > rte_eth_dev_fdir_add_signature_filter (). > > The function returns with ENOTSUP. > > Doe's flow director supported for VF ? > > What can be the reason for ENOTSUP ? > > > > Thanks, > > Ilan B ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] Signature filter for virtual function 2014-08-18 0:40 ` Wu, Jingjing @ 2014-08-18 7:16 ` Ilan Borenshtein 2014-08-19 7:40 ` Wu, Jingjing 0 siblings, 1 reply; 8+ messages in thread From: Ilan Borenshtein @ 2014-08-18 7:16 UTC (permalink / raw) To: Wu, Jingjing, dev Looking for director packet to different queues in a VF. Will it be implemented in future releases ? -----Original Message----- From: Wu, Jingjing [mailto:jingjing.wu@intel.com] Sent: Monday, August 18, 2014 3:40 AM To: Ilan Borenshtein; dev@dpdk.org Subject: RE: Signature filter for virtual function Could you explain what exactly you want? Director packet to a VF? Or director packet to different queue in a VF? For the first one, I think if you know which queue the VF is using, the flow director can do it (it's my understanding, haven't try). But for the latter, I have no idea which way can be used instead. > -----Original Message----- > From: Ilan Borenshtein [mailto:ilan@asocstech.com] > Sent: Sunday, August 17, 2014 3:34 PM > To: Wu, Jingjing; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > Hi, > > Is there any other way except of the Flow director to use the different Rx queues by a VF ? > Will the next versions support flow director for VF ? > > Thanks, > Ilan B > > > -----Original Message----- > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > Sent: Friday, August 15, 2014 10:51 AM > To: Ilan Borenshtein; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > Hi > > Flow director is not supported on VF now. > I think this may be the reason why ENOTSUP is returned. > > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilan > > Borenshtein > > Sent: Thursday, August 14, 2014 8:34 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] Signature filter for virtual function > > > > Hello, > > > > I'm trying to configure the flow director of VF 82599 port using > > rte_eth_dev_fdir_add_signature_filter (). > > The function returns with ENOTSUP. > > Doe's flow director supported for VF ? > > What can be the reason for ENOTSUP ? > > > > Thanks, > > Ilan B ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] Signature filter for virtual function 2014-08-18 7:16 ` Ilan Borenshtein @ 2014-08-19 7:40 ` Wu, Jingjing 2014-08-19 8:08 ` Ilan Borenshtein 0 siblings, 1 reply; 8+ messages in thread From: Wu, Jingjing @ 2014-08-19 7:40 UTC (permalink / raw) To: Ilan Borenshtein, dev Are you talking about 82599? I have no plan to support this currently. But I don't know there may be volunteers who is planning for it. I guess it also be great if you are eager to contribute to it. > -----Original Message----- > From: Ilan Borenshtein [mailto:ilan@asocstech.com] > Sent: Monday, August 18, 2014 3:17 PM > To: Wu, Jingjing; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > Looking for director packet to different queues in a VF. > Will it be implemented in future releases ? > > -----Original Message----- > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > Sent: Monday, August 18, 2014 3:40 AM > To: Ilan Borenshtein; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > Could you explain what exactly you want? Director packet to a VF? Or director packet to > different queue in a VF? > > For the first one, I think if you know which queue the VF is using, the flow director can do it > (it's my understanding, haven't try). > But for the latter, I have no idea which way can be used instead. > > > > -----Original Message----- > > From: Ilan Borenshtein [mailto:ilan@asocstech.com] > > Sent: Sunday, August 17, 2014 3:34 PM > > To: Wu, Jingjing; dev@dpdk.org > > Subject: RE: Signature filter for virtual function > > > > Hi, > > > > Is there any other way except of the Flow director to use the different Rx queues by a VF ? > > Will the next versions support flow director for VF ? > > > > Thanks, > > Ilan B > > > > > > -----Original Message----- > > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > > Sent: Friday, August 15, 2014 10:51 AM > > To: Ilan Borenshtein; dev@dpdk.org > > Subject: RE: Signature filter for virtual function > > > > Hi > > > > Flow director is not supported on VF now. > > I think this may be the reason why ENOTSUP is returned. > > > > > > > -----Original Message----- > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilan > > > Borenshtein > > > Sent: Thursday, August 14, 2014 8:34 PM > > > To: dev@dpdk.org > > > Subject: [dpdk-dev] Signature filter for virtual function > > > > > > Hello, > > > > > > I'm trying to configure the flow director of VF 82599 port using > > > rte_eth_dev_fdir_add_signature_filter (). > > > The function returns with ENOTSUP. > > > Doe's flow director supported for VF ? > > > What can be the reason for ENOTSUP ? > > > > > > Thanks, > > > Ilan B ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] Signature filter for virtual function 2014-08-19 7:40 ` Wu, Jingjing @ 2014-08-19 8:08 ` Ilan Borenshtein 2014-08-19 10:58 ` Vladimir Medvedkin 0 siblings, 1 reply; 8+ messages in thread From: Ilan Borenshtein @ 2014-08-19 8:08 UTC (permalink / raw) To: Wu, Jingjing, dev Yes, 82599. I'll be updated. Thank you for your answer. -----Original Message----- From: Wu, Jingjing [mailto:jingjing.wu@intel.com] Sent: Tuesday, August 19, 2014 10:41 AM To: Ilan Borenshtein; dev@dpdk.org Subject: RE: Signature filter for virtual function Are you talking about 82599? I have no plan to support this currently. But I don't know there may be volunteers who is planning for it. I guess it also be great if you are eager to contribute to it. > -----Original Message----- > From: Ilan Borenshtein [mailto:ilan@asocstech.com] > Sent: Monday, August 18, 2014 3:17 PM > To: Wu, Jingjing; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > Looking for director packet to different queues in a VF. > Will it be implemented in future releases ? > > -----Original Message----- > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > Sent: Monday, August 18, 2014 3:40 AM > To: Ilan Borenshtein; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > Could you explain what exactly you want? Director packet to a VF? Or > director packet to different queue in a VF? > > For the first one, I think if you know which queue the VF is using, > the flow director can do it (it's my understanding, haven't try). > But for the latter, I have no idea which way can be used instead. > > > > -----Original Message----- > > From: Ilan Borenshtein [mailto:ilan@asocstech.com] > > Sent: Sunday, August 17, 2014 3:34 PM > > To: Wu, Jingjing; dev@dpdk.org > > Subject: RE: Signature filter for virtual function > > > > Hi, > > > > Is there any other way except of the Flow director to use the different Rx queues by a VF ? > > Will the next versions support flow director for VF ? > > > > Thanks, > > Ilan B > > > > > > -----Original Message----- > > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > > Sent: Friday, August 15, 2014 10:51 AM > > To: Ilan Borenshtein; dev@dpdk.org > > Subject: RE: Signature filter for virtual function > > > > Hi > > > > Flow director is not supported on VF now. > > I think this may be the reason why ENOTSUP is returned. > > > > > > > -----Original Message----- > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilan > > > Borenshtein > > > Sent: Thursday, August 14, 2014 8:34 PM > > > To: dev@dpdk.org > > > Subject: [dpdk-dev] Signature filter for virtual function > > > > > > Hello, > > > > > > I'm trying to configure the flow director of VF 82599 port using > > > rte_eth_dev_fdir_add_signature_filter (). > > > The function returns with ENOTSUP. > > > Doe's flow director supported for VF ? > > > What can be the reason for ENOTSUP ? > > > > > > Thanks, > > > Ilan B ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] Signature filter for virtual function 2014-08-19 8:08 ` Ilan Borenshtein @ 2014-08-19 10:58 ` Vladimir Medvedkin 0 siblings, 0 replies; 8+ messages in thread From: Vladimir Medvedkin @ 2014-08-19 10:58 UTC (permalink / raw) To: Ilan Borenshtein; +Cc: dev Hi all, According to 82599 datasheet it is possible to route packets to different queues within VF. So in not VT mode rx_queue defines absolute queue number, and in VT rx_queue defines relative queue number within VF. I can make patch later when I will have free time. Regards, Vladimir 2014-08-19 12:08 GMT+04:00 Ilan Borenshtein <ilan@asocstech.com>: > Yes, 82599. > I'll be updated. > > Thank you for your answer. > > -----Original Message----- > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > Sent: Tuesday, August 19, 2014 10:41 AM > To: Ilan Borenshtein; dev@dpdk.org > Subject: RE: Signature filter for virtual function > > > Are you talking about 82599? > > I have no plan to support this currently. But I don't know there may be > volunteers who is planning for it. I guess it also be great if you are > eager to contribute to it. > > > -----Original Message----- > > From: Ilan Borenshtein [mailto:ilan@asocstech.com] > > Sent: Monday, August 18, 2014 3:17 PM > > To: Wu, Jingjing; dev@dpdk.org > > Subject: RE: Signature filter for virtual function > > > > Looking for director packet to different queues in a VF. > > Will it be implemented in future releases ? > > > > -----Original Message----- > > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > > Sent: Monday, August 18, 2014 3:40 AM > > To: Ilan Borenshtein; dev@dpdk.org > > Subject: RE: Signature filter for virtual function > > > > Could you explain what exactly you want? Director packet to a VF? Or > > director packet to different queue in a VF? > > > > For the first one, I think if you know which queue the VF is using, > > the flow director can do it (it's my understanding, haven't try). > > But for the latter, I have no idea which way can be used instead. > > > > > > > -----Original Message----- > > > From: Ilan Borenshtein [mailto:ilan@asocstech.com] > > > Sent: Sunday, August 17, 2014 3:34 PM > > > To: Wu, Jingjing; dev@dpdk.org > > > Subject: RE: Signature filter for virtual function > > > > > > Hi, > > > > > > Is there any other way except of the Flow director to use the > different Rx queues by a VF ? > > > Will the next versions support flow director for VF ? > > > > > > Thanks, > > > Ilan B > > > > > > > > > -----Original Message----- > > > From: Wu, Jingjing [mailto:jingjing.wu@intel.com] > > > Sent: Friday, August 15, 2014 10:51 AM > > > To: Ilan Borenshtein; dev@dpdk.org > > > Subject: RE: Signature filter for virtual function > > > > > > Hi > > > > > > Flow director is not supported on VF now. > > > I think this may be the reason why ENOTSUP is returned. > > > > > > > > > > -----Original Message----- > > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilan > > > > Borenshtein > > > > Sent: Thursday, August 14, 2014 8:34 PM > > > > To: dev@dpdk.org > > > > Subject: [dpdk-dev] Signature filter for virtual function > > > > > > > > Hello, > > > > > > > > I'm trying to configure the flow director of VF 82599 port using > > > > rte_eth_dev_fdir_add_signature_filter (). > > > > The function returns with ENOTSUP. > > > > Doe's flow director supported for VF ? > > > > What can be the reason for ENOTSUP ? > > > > > > > > Thanks, > > > > Ilan B > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-08-19 10:55 UTC | newest] Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2014-08-14 12:33 [dpdk-dev] Signature filter for virtual function Ilan Borenshtein 2014-08-15 7:50 ` Wu, Jingjing 2014-08-17 7:34 ` Ilan Borenshtein 2014-08-18 0:40 ` Wu, Jingjing 2014-08-18 7:16 ` Ilan Borenshtein 2014-08-19 7:40 ` Wu, Jingjing 2014-08-19 8:08 ` Ilan Borenshtein 2014-08-19 10:58 ` Vladimir Medvedkin
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).