* [dpdk-dev] KNI ethtool related question
@ 2014-10-10 18:32 Harish Patil
2014-10-10 23:14 ` Zhou, Danny
0 siblings, 1 reply; 2+ messages in thread
From: Harish Patil @ 2014-10-10 18:32 UTC (permalink / raw)
To: dev
Hello,
I would like to use KNI interface *only* for the ethtool/ifconfig support,
not for the data packets movement into and from the kernel. For the fast
path, I would like to use PMD. Is this doable? What are the other options
for a PMD driver to support standard linux utilities?
Thanks in adv.,
Harish
________________________________
This message and any attached documents contain information from the sending company or its parent company(s), subsidiaries, divisions or branch offices that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this message.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] KNI ethtool related question
2014-10-10 18:32 [dpdk-dev] KNI ethtool related question Harish Patil
@ 2014-10-10 23:14 ` Zhou, Danny
0 siblings, 0 replies; 2+ messages in thread
From: Zhou, Danny @ 2014-10-10 23:14 UTC (permalink / raw)
To: Harish Patil, dev
Yes, it is doable. The KNI establishes software based request/response queues between
vNIC device in kernel and PMD in user space. So all ethtool commands will be interpreted by
KNI driver and forwarded to PMD which really configure NIC registers.
Basically, it is the only option. Or you have to call DPDK APIs to configure NIC in user space.
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Harish Patil
> Sent: Saturday, October 11, 2014 2:32 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] KNI ethtool related question
>
> Hello,
> I would like to use KNI interface *only* for the ethtool/ifconfig support,
> not for the data packets movement into and from the kernel. For the fast
> path, I would like to use PMD. Is this doable? What are the other options
> for a PMD driver to support standard linux utilities?
> Thanks in adv.,
> Harish
>
>
>
> ________________________________
>
> This message and any attached documents contain information from the sending company or its parent company(s), subsidiaries,
> divisions or branch offices that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this
> information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this
> message.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-10 23:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-10 18:32 [dpdk-dev] KNI ethtool related question Harish Patil
2014-10-10 23:14 ` Zhou, Danny
DPDK patches and discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \
dev@dpdk.org
public-inbox-index dev
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.dpdk.org/inbox.dpdk.dev
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git