From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by dpdk.org (Postfix) with ESMTP id F242B968 for ; Mon, 26 Jun 2017 10:37:50 +0200 (CEST) Received: from 172.30.72.55 (EHLO nkgeml414-hub.china.huawei.com) ([172.30.72.55]) by dggrg01-dlp.huawei.com (MOS 4.4.6-GA FastPath queued) with ESMTP id AQZ18146; Mon, 26 Jun 2017 16:37:38 +0800 (CST) Received: from FRAEML701-CAH.china.huawei.com (10.206.14.32) by nkgeml414-hub.china.huawei.com (10.98.56.75) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 26 Jun 2017 16:37:20 +0800 Received: from FRAEML521-MBX.china.huawei.com ([169.254.1.122]) by FRAEML701-CAH.china.huawei.com ([10.206.14.32]) with mapi id 14.03.0301.000; Mon, 26 Jun 2017 10:37:15 +0200 From: "Avi Cohen (A)" To: "users@dpdk.org" , "ovs-discuss@openvswitch.org" Thread-Topic: wrong TCP checksum on a vdev device Thread-Index: AdLuV2fg4Rh1UZlWRb+hOAX5OEiVlw== Date: Mon, 26 Jun 2017 08:37:14 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.200.202.183] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.5950C7D4.0033, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=169.254.1.122, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: b17f78a2c3c70f894611a2673b148cc6 Subject: [dpdk-users] wrong TCP checksum on a vdev device X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 08:37:54 -0000 Hi, Setup : Namespace (no DPDK) <--> veth1 --- veth0 type dpdk-af-packet <--> ovs-dp= dk. TCP packets generated at the namespace have wrong TCP checksum (probably no= t calculated ). ICMP/UDP is OK. If I disable the tx-hw-offload - TCP is running but performance is degraded= (probably huge degradation)=20 In native OVS (i.e. no DPDK) - there is no problem. Is this a bug ?=20 Best Regards avi