From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8EFD05947 for ; Tue, 28 Jul 2015 04:33:04 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 27 Jul 2015 19:33:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,559,1432623600"; d="scan'208";a="772486248" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga002.jf.intel.com with ESMTP; 27 Jul 2015 19:33:03 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 28 Jul 2015 10:32:54 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.126]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.213]) with mapi id 14.03.0224.002; Tue, 28 Jul 2015 10:32:53 +0800 From: "He, Shaopeng" To: "Chen, Jing D" , "dev@dpdk.org" Thread-Topic: [PATCH] fm10k: expose TX checksum capability Thread-Index: AQHQyEHjfiYeM8mi/0Gf39wimlImEp3wKesQ Date: Tue, 28 Jul 2015 02:32:52 +0000 Message-ID: References: <1437983817-30700-1-git-send-email-jing.d.chen@intel.com> In-Reply-To: <1437983817-30700-1-git-send-email-jing.d.chen@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] fm10k: expose TX checksum capability X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2015 02:33:05 -0000 > -----Original Message----- > From: Chen, Jing D > Sent: Monday, July 27, 2015 3:57 PM > To: dev@dpdk.org > Cc: He, Shaopeng; Qiu, Michael; Chen, Jing D > Subject: [PATCH] fm10k: expose TX checksum capability >=20 > From: "Chen Jing D(Mark)" >=20 > fm10k has the capability to do checksum offload in TX side. This change w= ill > expose the capability to application in infos_get function. >=20 > Signed-off-by: Chen Jing D(Mark) Acked-by: Shaopeng He