From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Huang Subject: Re: [vlan offload] does I350 support vlan offload? Date: Thu, 1 Mar 2018 19:33:37 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev To: =?UTF-8?B?55yf5oiR6aOO6YeH?= <1534057243@qq.com> Return-path: Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) by dpdk.org (Postfix) with ESMTP id E2BCC4C79 for ; Fri, 2 Mar 2018 04:33:38 +0100 (CET) Received: by mail-lf0-f51.google.com with SMTP id 37so11445505lfs.7 for ; Thu, 01 Mar 2018 19:33:38 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" I got same issue, is there any possible way to make it work? On Feb 3, 2018 5:26 PM, "=E7=9C=9F=E6=88=91=E9=A3=8E=E9=87=87" <1534057243@= qq.com> wrote: > Hi, All: > I want to use I350 vlan offload feature to impove performance, but > get in trouble. > After enable port_conf.hw_vlan_strip, i can get vlan id in > mbuf->vlan_tci, which indicate vlan rx offload is ok. > but when enable vlan tx offload as below steps, > a. set vlan id in mbuf->vlan_tci > b. set PKT_TX_VLAN_PKT in mbuf->ol_flags > then call rte_eth_tx_burst to transmit, and return value is greater than > 0(actually 1), but cannot dump pkt with vlan id > on opposite server. > > > So does I350 supports vlan tx offload? or my usage have error ? > > > Thanks!