From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 06CF71D7 for ; Fri, 29 Dec 2017 07:27:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Dec 2017 22:27:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,474,1508828400"; d="scan'208";a="6223184" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 28 Dec 2017 22:27:21 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 28 Dec 2017 22:27:21 -0800 Received: from BGSMSX108.gar.corp.intel.com (10.223.4.192) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 28 Dec 2017 22:27:20 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.245]) by BGSMSX108.gar.corp.intel.com ([10.223.4.192]) with mapi id 14.03.0319.002; Fri, 29 Dec 2017 11:57:18 +0530 From: "Yang, Zhiyong" To: "Chen, Junjie J" , "yliu@fridaylinux.org" , "maxime.coquelin@redhat.com" CC: "dev@dpdk.org" , "Chen, Junjie J" Thread-Topic: [dpdk-dev] [PATCH] examples/vhost: fix sending arp packet to self Thread-Index: AQHTgE2ICQlRhtxK6EiuhdoLthh+RqNZ2i7Q Date: Fri, 29 Dec 2017 06:27:17 +0000 Message-ID: References: <1514542463-146522-1-git-send-email-junjie.j.chen@intel.com> In-Reply-To: <1514542463-146522-1-git-send-email-junjie.j.chen@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/vhost: fix sending arp packet to self X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2017 06:27:23 -0000 Hi Junjie, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Junjie Chen > Sent: Friday, December 29, 2017 6:14 PM > To: yliu@fridaylinux.org; maxime.coquelin@redhat.com > Cc: dev@dpdk.org; Chen, Junjie J > Subject: [dpdk-dev] [PATCH] examples/vhost: fix sending arp packet to sel= f >=20 > ARP packets are not dropped when dest vdev is itself, which breaks RX rin= g > inconspicuously. >=20 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 > --- ...