From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 7AA881B76A for ; Wed, 7 Feb 2018 14:55:34 +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 orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 05:55:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,473,1511856000"; d="scan'208";a="15905099" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga007.jf.intel.com with ESMTP; 07 Feb 2018 05:55:31 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 13:55:30 +0000 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.101]) by IRSMSX156.ger.corp.intel.com ([169.254.3.153]) with mapi id 14.03.0319.002; Wed, 7 Feb 2018 13:55:30 +0000 From: "Kovacevic, Marko" To: "longtb5@viettel.com.vn" , "Dumitrescu, Cristian" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc/ip_pipeline.rst: update f_post_init and correct f_track Thread-Index: AQHTm1jK4r1/1DOR5EK0GhuaC0spRaOY/vvw Date: Wed, 7 Feb 2018 13:55:29 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66344002@IRSMSX104.ger.corp.intel.com> References: <1517488514-70456-1-git-send-email-longtb5@viettel.com.vn> In-Reply-To: <1517488514-70456-1-git-send-email-longtb5@viettel.com.vn> 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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2ZlZjU2YTAtMTUzNS00YTFmLTljZjktZDhjYWUxYmY4YmVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNoWVhGd3NmYU5qMHRQbHFOQWs5UUFQYWxPRDlhZFBiQkQydDZkUUp4VFE9In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc/ip_pipeline.rst: update f_post_init and correct f_track 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: Wed, 07 Feb 2018 13:55:34 -0000 > Update f_post_init for pipeline frontend. > Move f_track from pipeline backend to pipeline frontend. >=20 > Signed-off-by: longtb5 > > doc/guides/sample_app_ug/ip_pipeline.rst | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Everything Is ok formatting wise and info the only I see is the=20 Subject line: doc/ip_pipeline.rst: update f_post_init and correct f_track Command to check: ./devtools/check-git-log.sh -1 Running git check log on HEAD~1: 34835 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Wrong headline format: doc/ip_pipeline.rst: update f_post_init and correct f_track Once its corrected you can add my ack. Acked-by: Marko Kovacevic