Hi Junjie, > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Junjie Chen > Sent: Friday, December 29, 2017 6:14 PM > To: y...@fridaylinux.org; maxime.coque...@redhat.com > Cc: dev@dpdk.org; Chen, Junjie J <junjie.j.c...@intel.com> > Subject: [dpdk-dev] [PATCH] examples/vhost: fix sending arp packet to self > > ARP packets are not dropped when dest vdev is itself, which breaks RX ring > inconspicuously. > If you are fixing a bug, it's better to write one fixline before SOB that can describe which commit caused the issue. For example, Fixes: 756ce64b1ecd ("eal: introduce PCI ioport API")
Thanks Zhiyong > Signed-off-by: Junjie Chen <junjie.j.c...@intel.com> > --- ... <snip>