From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-000f0801.pphosted.com (mx0a-000f0801.pphosted.com [67.231.144.122]) by dpdk.org (Postfix) with ESMTP id C59D46CC1 for ; Fri, 23 Sep 2016 21:36:13 +0200 (CEST) Received: from pps.filterd (m0048193.ppops.net [127.0.0.1]) by mx0a-000f0801.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8NJa30K016287 for ; Fri, 23 Sep 2016 12:36:12 -0700 Received: from hq1wp-exmb12.corp.brocade.com ([144.49.131.13]) by mx0a-000f0801.pphosted.com with ESMTP id 25mqssejd3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 23 Sep 2016 12:36:12 -0700 Received: from HQ1WP-EXMB11.corp.brocade.com (10.70.20.185) by HQ1WP-EXMB12.corp.brocade.com (10.70.20.186) with Microsoft SMTP Server (TLS) id 15.0.1156.6; Fri, 23 Sep 2016 12:36:11 -0700 Received: from HQ1WP-EXMB11.corp.brocade.com ([fe80::4534:b177:107a:bcd8]) by Hq1wp-exmb11.corp.brocade.com ([fe80::4534:b177:107a:bcd8%20]) with mapi id 15.00.1156.000; Fri, 23 Sep 2016 12:36:11 -0700 From: Shyam Sundar Govindaraj To: "dev@dpdk.org" Thread-Topic: VLAN tx insert offload in I350 Thread-Index: AdIV0a9xW7GJ94nETMe+o4TDqgmINA== Date: Fri, 23 Sep 2016 19:36:11 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.120.62.131] MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2016-09-23_07:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609230348 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] VLAN tx insert offload in I350 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 19:36:14 -0000 Hi Has anyone tried VLAN tx insert offload in I350 nic.? It doesn't seem to be working. 03:00.0 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01) 0b:00.0 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01) I have properly set ol_flags |= PKT_TX_VLAN_PKT and vlan_tci in mbuf. VLAN tx insert offload with same logic works with ixgbe driver. Thanks Shyam