From owner-freebsd-net@freebsd.org Mon Jun 29 17:29:14 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D67929908EB for ; Mon, 29 Jun 2015 17:29:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4E38186C; Mon, 29 Jun 2015 17:29:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by ieqy10 with SMTP id y10so120140169ieq.0; Mon, 29 Jun 2015 10:29:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4znH3NiWcgaB3REqXwqhoKe2vc8pgqrp3cgQUXSTkp4=; b=oXTczUV2PVToKS/rJD8IwXsH6bXv2IKfIWyUK+t8u9aTxUtqpEK5bAC8kQZBXY4We/ AcbiMx6xVGUnxHuU3tYnOdoy0eFx7SK7lE2ZLk0/bItnaGvnYu/tdfZ9NwgfvP60QSNx sXxsS1L5UZf8aUTt8X4iUg9THfAsV0tyRptZGecPdUodYUpXmYqDtvUPsP1sTUfdFkn9 SrbUqTjke8C/NRpsa1R1flFBbL3DhFsTip0Sh72bYSo8Uu3VLDk5OeZ/l7fka87WHW0i rgyWEdipSN8/mgSpvxMrliTMdBxsSpLhzXyDjFZ2K3z07cxaaQyHhDRBSWTS0W8MTET+ O2zg== MIME-Version: 1.0 X-Received: by 10.107.155.74 with SMTP id d71mr22019123ioe.29.1435598954166; Mon, 29 Jun 2015 10:29:14 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Mon, 29 Jun 2015 10:29:14 -0700 (PDT) In-Reply-To: <20150629171930.GH1647@zxy.spb.ru> References: <20150629151750.GD1647@zxy.spb.ru> <55917B43.70904@FreeBSD.org> <20150629171930.GH1647@zxy.spb.ru> Date: Mon, 29 Jun 2015 10:29:14 -0700 Message-ID: Subject: Re: netmap custom RSS and custom packet info From: Adrian Chadd To: Slawa Olhovchenkov Cc: Navdeep Parhar , FreeBSD Net Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 17:29:14 -0000 Hi, Turns out there are a class of symmetric RSS Toeplitz keys. Use google to find the paper. :) -a On 29 June 2015 at 10:19, Slawa Olhovchenkov wrote: > On Mon, Jun 29, 2015 at 10:07:15AM -0700, Navdeep Parhar wrote: > >> On 06/29/2015 08:17, Slawa Olhovchenkov wrote: >> ... >> > b) custom RSS. Modern NIC have RSS poorly interoperable with packet >> > analysing: packets from same flow, but different direction placed in >> > different queue, ... >> >> This is default behavior because the default hash (Toeplitz) is not >> symmetrical. There are modern NICs that do support other, symmetrical >> hashes. > > Anyway this is still hardware-depended. > I am don't see symmetrical hashes for 1G/10G Intel cards. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"