From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 607D61B118; Wed, 19 Sep 2018 21:11:41 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 19 Sep 2018 19:11:41 +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: 18.08 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mgsmith@netgate.com X-Bugzilla-Status: CONFIRMED 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 Subject: [dpdk-dev] [Bug 92] i40e RX capabilities include scatter/gather on VF, but not on PF 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: Wed, 19 Sep 2018 19:11:41 -0000 https://bugs.dpdk.org/show_bug.cgi?id=3D92 Bug ID: 92 Summary: i40e RX capabilities include scatter/gather on VF, but not on PF Product: DPDK Version: 18.08 Hardware: All OS: All Status: CONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: mgsmith@netgate.com Target Milestone: --- In file drivers/net/i40e/i40e_ethdev.c, function i40e_dev_info_get(), the l= ist of RX capabilities advertised in dev_info->rx_offload_capa does not include DEV_RX_OFFLOAD_SCATTER. The DEV_RX_OFFLOAD_SCATTER flag is advertised as a capability for an i40e V= F in file drivers/net/i40e/i40e_ethdev_vf.c, function i40evf_dev_info_get(). The documentation at https://doc.dpdk.org/guides/nics/i40e.html lists "Scattered and gather for TX and RX" as a feature of the PMD. Since the documentation lists it as supported and the VF supports it, it se= ems like the omission of this flag in the PF RX capabilities may have been a mistake. If it is actually intentional, perhaps the documentation can be clarified to indicate that scatter/gather is only supported on the VF. --=20 You are receiving this mail because: You are the assignee for the bug.=