[dpdk-dev] [PATCH v1] add mtu set in virtio

2016-08-28 Thread Dey, Souvik
Hi , Currently as you have mentioned, I have changed the code to: static int virtio_mtu_set(struct rte_eth_dev *dev, uint16_t mtu) { struct virtio_hw *hw = dev->data->dev_private; - if (unlikely(mtu < (uint32_t)hw->vtnet_hdr_size + ETHER_HDR_LEN)) { - return -1; + if (unli

[dpdk-dev] [PATCH] kni: add module parameter 'bind_to_core'

2016-08-28 Thread Vladyslav Buslov
Hi Ferruh, I agree that your solution is more flexible. I'll work on moving single thread creation to kni_ioctl_create next week and get back to you with results. Regards, Vladyslav -Original Message- From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Thursday, August 25, 2016 5: