From owner-freebsd-net@freebsd.org Mon Jun 29 17:41:40 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 06B58990B90 for ; Mon, 29 Jun 2015 17:41:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (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 C61E01FF1; Mon, 29 Jun 2015 17:41:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iebmu5 with SMTP id mu5so119877020ieb.1; Mon, 29 Jun 2015 10:41:39 -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=h9+ycArjuxVsF0oe951GPTl7grMAbpMV2904o7B8cpU=; b=0qZkq4BhFLVe6bm29oI0oJkejHbqlI828RUalldGR91i7BEO5fQwIwj771stmRg3SK h/jS3GK2R6Y4k6iHEfCcPgv87HPeW48wzR4SrhLbnKsZ8PtoemSuwztKiyGrE0ci/4Ss 9so6Y0XsC8bt4gIn8z/IzsAHjt75/n+hR4Q3mUsO6D774RYeXVIKzO2/4NyE66abscE8 u4uMxIUpop+tXSR2+5TAZmsp1dQ1TQjyBHten2Dj5Rp4W1HM6AwBO0+hLdB5PtjKrUWb hy5bNpLF/9pnzdMslCrbRfhx498mIcV/pDF/emDf77HOs1Y63R3yoLmLsyxBtBzdYyUn X9+A== MIME-Version: 1.0 X-Received: by 10.50.79.129 with SMTP id j1mr17224491igx.32.1435599699141; Mon, 29 Jun 2015 10:41:39 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Mon, 29 Jun 2015 10:41:39 -0700 (PDT) In-Reply-To: <20150629173402.GI1647@zxy.spb.ru> References: <20150629151750.GD1647@zxy.spb.ru> <55917B43.70904@FreeBSD.org> <20150629171930.GH1647@zxy.spb.ru> <20150629173402.GI1647@zxy.spb.ru> Date: Mon, 29 Jun 2015 10:41:39 -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:41:40 -0000 Hi, PPPoE will not be hashed according to RSS on the 1g/10g (igb, ixgbe) intel hardware. you're going to have to figure out some other method for traffic redistribution. If it's inside GRE, then it's IPv4/IPv6 and thus yes, you can do symmetric hashing. But if it's raw pppoe coming in, you're SoL. -a