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 224BD3195 for ; Tue, 8 May 2018 03:46:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2018 18:46:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,376,1520924400"; d="scan'208";a="222429096" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 07 May 2018 18:46:32 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 7 May 2018 18:46:32 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 7 May 2018 18:46:32 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.240]) with mapi id 14.03.0319.002; Tue, 8 May 2018 09:46:30 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Wu, Yanglong" , "dev@dpdk.org" CC: "Dai, Wei" Thread-Topic: [PATCH v2] net/i40e: fix missing some offload capabilities Thread-Index: AQHT3tVE8SrRQ0/hc0Ki7XWyKsW27KQbbDUAgAmyVrA= Date: Tue, 8 May 2018 01:46:30 +0000 Message-ID: References: <20180419063757.29758-1-yanglong.wu@intel.com> <20180428093729.121024-1-yanglong.wu@intel.com> <039ED4275CED7440929022BC67E70611531AAEC4@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E70611531AAEC4@SHSMSX103.ccr.corp.intel.com> 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] net/i40e: fix missing some offload capabilities 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, 08 May 2018 01:46:35 -0000 > -----Original Message----- > From: Zhang, Qi Z > Sent: Wednesday, May 2, 2018 1:40 PM > To: Wu, Yanglong; dev@dpdk.org > Cc: Zhang, Helin; Dai, Wei > Subject: RE: [PATCH v2] net/i40e: fix missing some offload capabilities >=20 > > -----Original Message----- > > From: Wu, Yanglong > > Sent: Saturday, April 28, 2018 5:37 PM > > To: dev@dpdk.org > > Cc: Zhang, Helin ; Zhang, Qi Z > > ; Dai, Wei ; Wu, Yanglong > > > > Subject: [PATCH v2] net/i40e: fix missing some offload capabilities > > > > MULTI_SEGS and JUMBO_FRAME offload capability should be exposed both > > VF and PF since i40e does support it. > > > > Fixes: c3ac7c5b0b8a ("net/i40e: convert to new Rx offloads API") > > Fixes: 7497d3e2f777 ("net/i40e: convert to new Tx offloads API") > > Signed-off-by: Yanglong Wu >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, thanks! /Helin