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 225971B463 for ; Tue, 26 Jun 2018 11:46:51 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2018 02:46:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,274,1526367600"; d="scan'208";a="62261682" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 26 Jun 2018 02:46:46 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Jun 2018 10:46:45 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by irsmsx155.ger.corp.intel.com ([169.254.14.241]) with mapi id 14.03.0319.002; Tue, 26 Jun 2018 10:46:45 +0100 From: "Iremonger, Bernard" To: "Hu, Jiayu" , "dev@dpdk.org" CC: "Ananyev, Konstantin" , "Zhang, Yuwei1" Thread-Topic: [PATCH v2 2/3] app/testpmd: enable UDP GSO in csum engine Thread-Index: AQHUBegUFXBnAg11A0a4SNxu1s6C2KRyWPwQ Date: Tue, 26 Jun 2018 09:46:44 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CB8AA9@IRSMSX108.ger.corp.intel.com> References: <1527579670-91026-1-git-send-email-jiayu.hu@intel.com> <1529205194-87434-1-git-send-email-jiayu.hu@intel.com> <1529205194-87434-3-git-send-email-jiayu.hu@intel.com> In-Reply-To: <1529205194-87434-3-git-send-email-jiayu.hu@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTNhNzVmNzgtYWFlNC00ODJhLTk5YzAtNzZjMzg1MTE5ZmU5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZVEwTjQ2b3kweGVtbGZwc3pvdFpxaUh4cytlUHVCXC9jY2IyZjhObTIzK0dxT0FjcUFWcGpRUmtOaEZrQWZUZlYifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable UDP GSO in csum engine 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, 26 Jun 2018 09:46:52 -0000 > -----Original Message----- > From: Hu, Jiayu > Sent: Sunday, June 17, 2018 4:13 AM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Zhang, Yuwei1 > ; Iremonger, Bernard > ; Hu, Jiayu > Subject: [PATCH v2 2/3] app/testpmd: enable UDP GSO in csum engine >=20 > This patch enables GSO for UDP/IPv4 packets. Oversized UDP/IPv4 packets > transmitted over a GSO-enabled port will undergo segmentation. >=20 > Signed-off-by: Jiayu Hu > --- Acked-by: Bernard Iremonger