From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 6307A1B1C4; Mon, 25 Jun 2018 11:08:52 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Mon, 25 Jun 2018 09:08:51 +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: 17.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: akherbouche@online.net 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 65] Tx VLAN offload not working on DPDK 17.11 LTS 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: Mon, 25 Jun 2018 09:08:52 -0000 https://bugs.dpdk.org/show_bug.cgi?id=3D65 Bug ID: 65 Summary: Tx VLAN offload not working on DPDK 17.11 LTS Product: DPDK Version: 17.11 Hardware: All OS: Linux Status: CONFIRMED Severity: major Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: akherbouche@online.net Target Milestone: --- this test plan: https://doc.dpdk.org/dts/test_plans/vlan_test_plan.html#test-case-enable-vl= an-header-insertion-in-transmitted-packets is not working on DPDK 17.11 LTS using i40e PMD. the Tx frames are not tagg= ed. Despite offload are enabled: testpmd> show port cap 0 ************ Port 0 supported offload features: ************ VLAN stripped: on Double VLANs stripped: off RX IPv4 checksum: off RX UDP checksum: off RX TCP checksum: off VLAN insert: on Double VLANs insert: off TX IPv4 checksum: off TX UDP checksum: off TX TCP checksum: off TX SCTP checksum: off TX Outer IPv4 checksum: off TX TCP segmentation: off TSO for VXLAN tunnel packet: off TSO for GRE tunnel packet: off TSO for IPIP tunnel packet: off TSO for GENEVE tunnel packet: off testpmd> show port info 0 ********************* Infos for port 0 ********************* MAC address: 3C:FD:FE:A5:80:98 Driver name: net_i40e Connect to socket: 0 memory allocation on the socket: 0 Link status: up Link speed: 40000 Mbps Link duplex: full-duplex MTU: 1500 Promiscuous mode: enabled Allmulticast mode: disabled Maximum number of MAC addresses: 64 Maximum number of MAC addresses of hash filtering: 0 VLAN offload: strip on filter on qinq(extend) off Hash key size in bytes: 52 Redirection table size: 512 Supported flow types: ipv4-frag ipv4-tcp ipv4-udp ipv4-sctp ipv4-other ipv6-frag ipv6-tcp ipv6-udp ipv6-sctp ipv6-other l2_payload Max possible RX queues: 320 Max possible number of RXDs per queue: 4096 Min possible number of RXDs per queue: 64 RXDs number alignment: 32 Max possible TX queues: 320 Max possible number of TXDs per queue: 4096 Min possible number of TXDs per queue: 64 TXDs number alignment: 32 root@dut:~/dpdk-stable-17.11.3# lspci -s 04:00.0 -v 04:00.0 Ethernet controller: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ (rev 02) Subsystem: Intel Corporation Ethernet Converged Network Adapter XL710-Q2 Flags: fast devsel, IRQ 39 Memory at 92800000 (64-bit, prefetchable) [size=3D8M] Memory at 93008000 (64-bit, prefetchable) [size=3D32K] Expansion ROM at 93600000 [disabled] [size=3D512K] Capabilities: [40] Power Management version 3 Capabilities: [50] MSI: Enable- Count=3D1/1 Maskable+ 64bit+ Capabilities: [70] MSI-X: Enable- Count=3D129 Masked- Capabilities: [a0] Express Endpoint, MSI 00 Capabilities: [e0] Vital Product Data Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 98-80-a5-ff-ff-fe-fd-3c Capabilities: [150] Alternative Routing-ID Interpretation (ARI) Capabilities: [160] Single Root I/O Virtualization (SR-IOV) Capabilities: [1a0] Transaction Processing Hints Capabilities: [1b0] Access Control Services Capabilities: [1d0] #19 Kernel driver in use: igb_uio Kernel modules: i40e --=20 You are receiving this mail because: You are the assignee for the bug.=