Re: [dpdk-dev] [PATCH v2] examples/vhost: fix sending arp packet to self

2018-01-08 Thread Yuanhan Liu
On Fri, Dec 29, 2017 at 09:33:19AM -0500, Junjie Chen wrote: > ARP packets are not dropped when dest vdev is itself, which breaks > RX ring inconspicuously. > > Fixes: 9c5ef51207c6 ("examples/vhost: handle broadcast packet") > > Signed-off-by: Junjie Chen > --- Applied to dpdk-next-virtio. Tha

[dpdk-dev] [PATCH v2] examples/vhost: fix sending arp packet to self

2017-12-28 Thread Junjie Chen
ARP packets are not dropped when dest vdev is itself, which breaks RX ring inconspicuously. Fixes: 9c5ef51207c6 ("examples/vhost: handle broadcast packet") Signed-off-by: Junjie Chen --- v2: - Add fixline in commit message. examples/vhost/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 de