From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1lp0144.outbound.protection.outlook.com [207.46.163.144]) by dpdk.org (Postfix) with ESMTP id 71A783DE for ; Tue, 13 May 2014 04:17:21 +0200 (CEST) Received: from CO1PR05MB284.namprd05.prod.outlook.com (10.141.70.144) by CO1PR05MB281.namprd05.prod.outlook.com (10.141.70.155) with Microsoft SMTP Server (TLS) id 15.0.939.12; Tue, 13 May 2014 02:17:26 +0000 Received: from CO1PR05MB284.namprd05.prod.outlook.com ([10.141.70.144]) by CO1PR05MB284.namprd05.prod.outlook.com ([10.141.70.144]) with mapi id 15.00.0939.000; Tue, 13 May 2014 02:17:26 +0000 From: Surya Nimmagadda To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] RSS for double vlan tagged packets Thread-Index: AQHPbhnL5uV8yz+cfka8UM57iSaGzZs9xsmA Date: Tue, 13 May 2014 02:17:25 +0000 Message-ID: <93037295-9237-4271-B92D-8E1BBEB7B320@juniper.net> References: <72F56C56-E3E8-49C7-A1E1-7FD0185D5F3D@juniper.net> In-Reply-To: <72F56C56-E3E8-49C7-A1E1-7FD0185D5F3D@juniper.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [66.129.239.13] x-forefront-prvs: 0210479ED8 x-forefront-antispam-report: SFV:NSPM; SFS:(10009001)(6009001)(428001)(199002)(189002)(24454002)(51704005)(377454003)(74502001)(76176999)(33656001)(83716003)(82746002)(54356999)(76482001)(79102001)(50986999)(77982001)(92726001)(77096999)(92566001)(21056001)(86362001)(66066001)(87936001)(80022001)(46102001)(74662001)(31966008)(20776003)(2656002)(64706001)(81342001)(36756003)(4396001)(99286001)(19580395003)(19580405001)(81542001)(99396002)(83322001)(101416001)(85852003)(83072002)(42262001); DIR:OUT; SFP:1101; SCL:1; SRVR:CO1PR05MB281; H:CO1PR05MB284.namprd05.prod.outlook.com; FPR:; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; received-spf: None (: juniper.net does not designate permitted sender hosts) authentication-results: spf=none (sender IP is ) smtp.mailfrom=nscsekhar@juniper.net; Content-Type: text/plain; charset="Windows-1252" Content-ID: <2184A5F2FAE6B340B146AA0EC6254D4D@namprd05.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: juniper.net Subject: Re: [dpdk-dev] RSS for double vlan tagged packets 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: Tue, 13 May 2014 02:17:22 -0000 I have also tried by enabling vlan_extended support in port_conf and set rs= s_hf as all 1s. .hw_vlan_extend =3D 1 .rss_hf =3D ~0 Still there is no change=85 Surya On May 12, 2014, at 12:38 PM, Surya Nimmagadda wrot= e: > Hi, >=20 > I am using RSS functionality on 82599 with dpdk igb_uio driver.=20 >=20 > I am able to get proper hash for untagged and single tagged packets. But = for double tagged packets, it is not working. I get hash value 0 for all pa= ckets. >=20 > Is there any additional flag I need to enable for this?=20 >=20 > Regards, > Surya