[dpdk-dev] 答复: ivshmem is secure or not ? why ?

2016-04-23 Thread Yangyongqiang (Tony, Shannon)
Thank you , Vasquez I get it, the metadatas only are used by vms for finding this MZ or ring from the whole hugepages. ???: Mauricio V?squez [mailto:mauricio.vasquezbernal at studenti.polito.it] : 2016?4?22? 17:58 ???: Yangyongqiang (Tony, Shannon) ??: dev at dpdk.org; huangyongtao (A) ??: R

[dpdk-dev] [PATCH] i40e: configure MTU

2016-04-23 Thread Beilei Xing
This patch enables configuring MTU for i40e. Since changing MTU needs to reconfigure queue, stop port first before configuring MTU. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c | 49 ++ 1 file changed, 49 insertions(+) diff --git a/driver

[dpdk-dev] [PATCH] i40evf: add ops for rx queue and tx queue

2016-04-23 Thread Beilei Xing
Add 3 vf ops: rx_queue_count, rxq_info_get and txq_info_get. They can reuse corresponding pv APIs. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev_vf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c index