* [dpdk-users] Work with IP_PIPELINE application with non-supporting NIC
@ 2017-04-03 10:03 Nidhia Varghese
2017-04-03 10:13 ` [dpdk-users] [dpdk-dev] " Dumitrescu, Cristian
0 siblings, 1 reply; 2+ messages in thread
From: Nidhia Varghese @ 2017-04-03 10:03 UTC (permalink / raw)
To: users, dev
Hi,
Currently I am planning to develop a DPDK application using Packet
Framework. But I do not have a DPDK supported NIC.
I was able to run l2fwd application using AF_PACKET pmd. But when I tried
to run ip pipeline application using "--vdev=af_packet0,iface=eno2
--vdev=af_packet1,iface=eno3" I found that usage of --vdev argument is not
supported for ip pipeline applications.
In what way I can receive packets from a non-supporting NIC and give it to
the pipeline for processing?
Thank you so much for your reply and help.
--
Regards,
Nidhia Varghese
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-users] [dpdk-dev] Work with IP_PIPELINE application with non-supporting NIC
2017-04-03 10:03 [dpdk-users] Work with IP_PIPELINE application with non-supporting NIC Nidhia Varghese
@ 2017-04-03 10:13 ` Dumitrescu, Cristian
0 siblings, 0 replies; 2+ messages in thread
From: Dumitrescu, Cristian @ 2017-04-03 10:13 UTC (permalink / raw)
To: Nidhia Varghese, users, dev; +Cc: raman geetha gopalakrishnan, Singh, Jasvinder
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Nidhia Varghese
> Sent: Monday, April 3, 2017 11:03 AM
> To: users@dpdk.org; dev@dpdk.org
> Subject: [dpdk-dev] Work with IP_PIPELINE application with non-supporting
> NIC
>
> Hi,
>
> Currently I am planning to develop a DPDK application using Packet
> Framework. But I do not have a DPDK supported NIC.
> I was able to run l2fwd application using AF_PACKET pmd. But when I tried
> to run ip pipeline application using "--vdev=af_packet0,iface=eno2
> --vdev=af_packet1,iface=eno3" I found that usage of --vdev argument is not
> supported for ip pipeline applications.
> In what way I can receive packets from a non-supporting NIC and give it to
> the pipeline for processing?
>
> Thank you so much for your reply and help.
>
> --
>
> Regards,
> Nidhia Varghese
Hi Nidhia,
The usage if --vdev is actually supported by ip_pipeline through the use of EAL section in config file:
[EAL]
vdev = <arguments to be passed to the EAL --vdev option>
Once this is done, the port and queues can be used through the LINK, RXQ and TXQ objects, like any other PMD port.
Regards,
Cristian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-03 10:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 10:03 [dpdk-users] Work with IP_PIPELINE application with non-supporting NIC Nidhia Varghese
2017-04-03 10:13 ` [dpdk-users] [dpdk-dev] " Dumitrescu, Cristian
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).