From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nidhia Varghese Subject: Work with IP_PIPELINE application with non-supporting NIC Date: Mon, 3 Apr 2017 15:33:19 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: users@dpdk.org, dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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