From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 42C0EA0583; Sat, 12 Nov 2022 13:15:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A12D4014F; Sat, 12 Nov 2022 13:15:27 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id F0F664003F for ; Sat, 12 Nov 2022 13:15:24 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id DAF77A0584; Sat, 12 Nov 2022 13:15:24 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1125] i40e: Tx offload for outer UDP checksum is advertised but in fact unsupported Date: Sat, 12 Nov 2022 12:15:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ivan.malov@oktetlabs.ru X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org https://bugs.dpdk.org/show_bug.cgi?id=3D1125 Bug ID: 1125 Summary: i40e: Tx offload for outer UDP checksum is advertised but in fact unsupported Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: ivan.malov@oktetlabs.ru Target Milestone: --- In the opensource ethdev verification suite [1], there is a test, xmit/one_packet, which is tailored specifically for Tx offload checks. In t= he case of i40e, the test finds a bug in encap. TSO support. As shown in [2], a VXLAN packet with TSO request is transmitted, and result= ing packets mismatch because of the wrong checksum in the outer UDP header (it = is the same as the one in the original superframe). However, since the test se= es capability bit TX_OFFLOAD_OUTER_UDP_CKSUM in device info, the checksum is expected to be offloaded. According to Intel(R) Ethernet Controller X710/ XXV710/XL710 Datasheet, sec= tion 8.4.4.2, "Tunneling UDP headers and GRE header are not offloaded while the X710/XXV710/XL710 leaves their checksum field as is". That means the i40e P= MD shall not advertise TX_OFFLOAD_OUTER_UDP_CKSUM capability via device info A= PI. [1] https://mails.dpdk.org/archives/dev/2022-October/251663.html [2] https://ts-factory.io/bublik/v2/log/163204?focusId=3D165783&mode=3Dtree= Andlog --=20 You are receiving this mail because: You are the assignee for the bug.=