From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0084.outbound.protection.outlook.com [65.55.169.84]) by dpdk.org (Postfix) with ESMTP id 243DC37A6 for ; Mon, 14 Dec 2015 12:27:47 +0100 (CET) Received: from BN3PR1101MB1042.namprd11.prod.outlook.com (10.165.75.10) by BN3PR1101MB1041.namprd11.prod.outlook.com (10.165.75.9) with Microsoft SMTP Server (TLS) id 15.1.355.16; Mon, 14 Dec 2015 11:27:45 +0000 Received: from BN3PR1101MB1042.namprd11.prod.outlook.com ([10.165.75.10]) by BN3PR1101MB1042.namprd11.prod.outlook.com ([10.165.75.10]) with mapi id 15.01.0355.012; Mon, 14 Dec 2015 11:27:45 +0000 From: Vladyslav Buslov To: "dev@dpdk.org" Thread-Topic: Putting packets into specific rx-queue based on VLAN id Thread-Index: AdE2YgAIbHg4F8CnScW9d935fP5UFQ== Date: Mon, 14 Dec 2015 11:27:45 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=Vladyslav.Buslov@harmonicinc.com; x-originating-ip: [46.164.144.162] x-microsoft-exchange-diagnostics: 1; BN3PR1101MB1041; 5:mgieAAciEU+G5sdHrXWT+9djylm1w3G3dmRrzNcMY41BVzs2ZzW2Q6akZmP3+vJelMrbiek/UD8gSg4mlraNw6FPOenq16/pUAqTk2U2uVqRrXEMnLBZLU98mWtbYVBFACssc/51w1qt4yT7asXH7Q==; 24:xCzBxz3ykQ2mDRuivG3ETxum0AEVHn9F88xjgd7VUULuG9lb/DxydcH27ZSDosJGWhEtA0s29rkogr4iPV4Q7UXF+Qb5XToC9H74mkHbgH4=; 20:muBtc6caCsKC3/D1nuAMX51wPTKj41LPc6KA3Hi8cEnyaigWxlQ9r9RKRu5quPNPWXqWAgEDbdxbX+HE/AbPLRPTE3ggWcb9SdVPUsB80qJSSCnswNMosgCRImDNub4AAT75biHmrKpD8c9I1o3r0FXtC1boDBivT7Ag372uBgo= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR1101MB1041; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(2401047)(5005006)(520078)(8121501046)(3002001)(10201501046); SRVR:BN3PR1101MB1041; BCL:0; PCL:0; RULEID:; SRVR:BN3PR1101MB1041; x-forefront-prvs: 0790FB1F33 x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(6009001)(164054003)(199003)(189002)(450100001)(5004730100002)(5002640100001)(74316001)(5003600100002)(2900100001)(19625215002)(16236675004)(2501003)(2351001)(101416001)(15975445007)(790700001)(6116002)(3846002)(229853001)(102836003)(5008740100001)(77096005)(586003)(33656002)(66066001)(10400500002)(1220700001)(19609705001)(105586002)(106356001)(99286002)(19300405004)(92566002)(1096002)(11100500001)(1730700002)(50986999)(122556002)(87936001)(76576001)(5001960100002)(97736004)(40100003)(19580395003)(81156007)(107886002)(110136002)(86362001)(189998001)(54356999); DIR:OUT; SFP:1101; SCL:1; SRVR:BN3PR1101MB1041; H:BN3PR1101MB1042.namprd11.prod.outlook.com; FPR:; SPF:None; PTR:InfoNoRecords; A:1; MX:1; LANG:en; received-spf: None (protection.outlook.com: harmonicinc.com does not designate permitted sender hosts) spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM MIME-Version: 1.0 X-OriginatorOrg: harmonicinc.com X-MS-Exchange-CrossTenant-originalarrivaltime: 14 Dec 2015 11:27:45.1074 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 19294cf8-3352-4dde-be9e-7f47b9b6b73d X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR1101MB1041 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Putting packets into specific rx-queue based on VLAN id 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: Mon, 14 Dec 2015 11:27:47 -0000 Hello, I've been researching how to configure FlowDirector to split packets based = on just VLAN id. It seems that ixgbe and i40 drivers support only specific l3 flow options. = (Frag/nonfrag IPV4 and IPV6 flows) Am I missing something? Any other API's to classify packets into rx-queues = based on VLAN id only? Thanks, Vlad Buslov