[vpp-dev] Problem in Multi-queuing in vpp

2016-11-15 Thread Maryam Torabi
Hi everyone, I want to run multi-queue mode in VPP 16.09. So I try to set multi queue per interface but when I set following command, set dpdk interface placement TenGigabitEthernet2/0/1 queue 1 thread 1 it can't set queue 1 and return following error: set dpdk interface placement: not found

Re: [vpp-dev] Problem in Multi-queuing in vpp

2016-11-15 Thread Maryam Torabi
Thanks, my problem was solved by following config: dpdk { socket-mem 1024,1024 dev default { num-rx-queues 1 } dev :0a:00.1 dev :0a:00.0 no-multi-seg } ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] manipulate packet payload

2017-02-07 Thread Maryam Torabi
Hi, I want to manipulate packet payload in VPP, so that the payload size must be changed. but I don't know how to do that in VPP? Best Regards, ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev