From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BBA161B025; Tue, 9 Jan 2018 06:32:29 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 21:32:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,334,1511856000"; d="scan'208";a="193452771" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 08 Jan 2018 21:32:28 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 Jan 2018 21:32:28 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 Jan 2018 21:32:28 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.189]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 13:32:26 +0800 From: "Lu, Wenzhuo" To: Shahaf Shuler , "Yigit, Ferruh" , "Wu, Jingjing" CC: "dev@dpdk.org" , "cchemparathy@tilera.com" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 05/10] app/testpmd: fix flowgen forwarding ol flags Thread-Index: AQHTc0hkMZ7VXBVDskuzEWRatXTpNaNrL8bg Date: Tue, 9 Jan 2018 05:32:25 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B70C449@shsmsx102.ccr.corp.intel.com> References: <20171123120804.143897-1-shahafs@mellanox.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 v2 05/10] app/testpmd: fix flowgen forwarding ol flags 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: Tue, 09 Jan 2018 05:32:30 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Tuesday, December 12, 2017 8:53 PM > To: Yigit, Ferruh ; Wu, Jingjing > > Cc: dev@dpdk.org; cchemparathy@tilera.com; stable@dpdk.org > Subject: [dpdk-dev] [PATCH v2 05/10] app/testpmd: fix flowgen forwarding = ol > flags >=20 > The mbuf ol_flags were taken directly from testpmd internal enumeration > leading to incorrect values. >=20 > addressing only insertion offload flags as the checksum flags by the > application design are only with csum forwarding. >=20 > Fixes: e9e23a617eb8 ("app/testpmd: add flowgen forwarding engine") > Cc: cchemparathy@tilera.com > Cc: stable@dpdk.org >=20 > Signed-off-by: Shahaf Shuler Acked-by: Wenzhuo Lu