From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 13A501B024 for ; Thu, 18 Jan 2018 09:53:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2018 00:53:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,376,1511856000"; d="scan'208";a="20365230" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 18 Jan 2018 00:53:27 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Jan 2018 00:53:27 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Jan 2018 00:53:27 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Thu, 18 Jan 2018 16:53:25 +0800 From: "Wang, Xiao W" To: Yuanhan Liu , Thomas Monjalon CC: "dev@dpdk.org" , "Yigit, Ferruh" , Olivier Matz Thread-Topic: [dpdk-dev] [PATCH 1/2] net: fixup RARP generation Thread-Index: AQHTkAsN5K7LdT+wfkOl7Nqot9hJNqN4yUeAgAADeYCAAIZhYA== Date: Thu, 18 Jan 2018 08:53:24 +0000 Message-ID: References: <20180118030921.GW29540@yliu-mob> <1516245283-23990-1-git-send-email-yliu@fridaylinux.org> <2984278.9JAyNMmhbp@xps> <20180118085105.GC29540@yliu-mob> In-Reply-To: <20180118085105.GC29540@yliu-mob> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmY4NDBkNGUtNGQ5MC00OWFhLWJhNDYtYzg0Mzg4YmFkMGI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJLMFhaOENsNzdNeWwxOVphbjMzZ2N6c0ZvYXJtY2Y4R08xb2tLQTVLa29RXC9oWnp6UGFIZ3pOMmhxcWM2aGZiVSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2] net: fixup RARP generation 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: Thu, 18 Jan 2018 08:53:29 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yliu@fridaylinux.org] > Sent: Thursday, January 18, 2018 4:51 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; Wang, Xiao W ; Yigit, Ferruh > ; Olivier Matz > Subject: Re: [dpdk-dev] [PATCH 1/2] net: fixup RARP generation >=20 > On Thu, Jan 18, 2018 at 09:38:39AM +0100, Thomas Monjalon wrote: > > 18/01/2018 04:14, Yuanhan Liu: > > > Due to a mistake operation from me, older version (v10) was merged to > > > master branch. It's the v11 should be applied. However, the master br= anch > > > is not rebase-able. Thus, this patch is made, from the diff between v= 10 > > > and v11. > > > > Understood it is a mistake. > > However, you can briefly describes what does this change. > > Is there a changelog in v11 patch? >=20 > Yes, ther is: >=20 > v11: > - Add check for parameter and tailroom in rte_net_make_rarp_packet. > - Allocate mbuf in rte_net_make_rarp_packet. >=20 > > > > > > Code is from Xiao Wang. > > > > You may add his Signed-off. >=20 > I have no objection. Xiao, okay to you? I will also set the author > to you. >=20 > --yliu >=20 > > > Signed-off-by: Yuanhan Liu OK for me. BRs, Xiao