Re: [dpdk-dev] [RFC] kni: remove single mempool, single mem_chunk restriction

2017-09-25 Thread Ajeet Gill (ajgill)
Hello Ferruh, I see there might be issue with multi-chunk mempools in the KNI kernel driver. It looks like the logic of calculating the addresses is as following the below method: Va-Pa=Vb-Pb. where V’s are the Virtual addresses and P’s are the physical addresses. But this formula may not be tr

[dpdk-dev] VIRTIO interface with DPDK in Guest VM not receiving packets

2016-02-28 Thread Ajeet Gill (ajgill)
Hello , I have observed that QEMU/Host does not pass the packets to Guest VM on Virtio interfaces unless I turn on promisc mode on the interface in the Guest. Host is running RHEL 7.2. Have tried with Ubuntu 14.4 as well . No DPDK-OVS or any vhost-user. Is this expected behavior? I would n