Re: [dpdk-dev] Error while running basic forward sample application

2020-04-16 Thread Bruce Richardson
On Thu, Apr 16, 2020 at 05:19:34PM +0530, Sahil Khandelwal wrote: > I am trying to run the basic forwarding sample application with following > arguments > > sudo ./build/basicfwd -l 1 -n 4 > > The error says number of ports must be even > > By ports does it mean by number of nic in my system?

[dpdk-dev] Error while running basic forward sample application

2020-04-16 Thread Sahil Khandelwal
I am trying to run the basic forwarding sample application with following arguments sudo ./build/basicfwd -l 1 -n 4 The error says number of ports must be even By ports does it mean by number of nic in my system?