Re: [PATCH 12/17] vhost: drop the Rx and Tx queue macro
From: Maxime Coquelin <hidden>
Date: 2017-03-14 12:42:54
From: Maxime Coquelin <hidden>
Date: 2017-03-14 12:42:54
On 03/03/2017 10:51 AM, Yuanhan Liu wrote:
They are virti-net specific and should be defined inside the virtio-net
s/virti-net/virtio-net/
driver. Signed-off-by: Yuanhan Liu <redacted> --- drivers/net/vhost/rte_eth_vhost.c | 2 ++ examples/tep_termination/main.h | 2 ++ examples/vhost/main.h | 2 ++ lib/librte_vhost/rte_virtio_net.h | 3 --- 4 files changed, 6 insertions(+), 3 deletions(-)
With the commit msg fixed: Reviewed-by: Maxime Coquelin <redacted> Thanks, Maxime