From owner-freebsd-net@FreeBSD.ORG Mon Mar 16 18:37:46 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 262B0BF5 for ; Mon, 16 Mar 2015 18:37:46 +0000 (UTC) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::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 DD1EFEF2 for ; Mon, 16 Mar 2015 18:37:45 +0000 (UTC) Received: by igbue6 with SMTP id ue6so38148853igb.1 for ; Mon, 16 Mar 2015 11:37:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6oXd68GaLLupLxzQwbiIWhOJ5EatLFR8xnTHBVqjDso=; b=O4b7icRMpUGT1JpHpH+Tu0aUKY8kQDx9IbXJfJKyJRFc6vFfpNug08x4I4k0P4JaOd 0aQgtTgQ/G/IX9op/JU0wtFRxMFy3iucWvCuxQSAzgp0hEbqs3gMJht1O0QyioH0LBoF 7b58Rx4/Q8h3Pjf1r6fk/LVwAePXm9O84ECJAJcBiZTKedE9EOxja8KezWoCzlggFGOB I5g0KkG//DWZNJuhG8Td9aEkHAXrnmu/Tn3BQ2fi2SiPBAGmV2y7aR7wOR11onzZHbVQ r/FIYNjKyQtj5fs55d7Iaaem8PuKlBlTilPIOD37FwZ96gLfMO0Kpr0m5IWWPeMmH2+D Xs1w== MIME-Version: 1.0 X-Received: by 10.107.136.206 with SMTP id s75mr76656715ioi.8.1426531065418; Mon, 16 Mar 2015 11:37:45 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Mon, 16 Mar 2015 11:37:45 -0700 (PDT) In-Reply-To: <5506A5BB.5060204@selasky.org> References: <5506A5BB.5060204@selasky.org> Date: Mon, 16 Mar 2015 11:37:45 -0700 X-Google-Sender-Auth: 42-hOdu4OC3lbpCeWq87tOGm5Ek Message-ID: Subject: Re: Unbalanced LACP link From: Adrian Chadd To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Net , Konstantin Kulikov , Vitalii Duk X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 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, 16 Mar 2015 18:37:46 -0000 if_igb and ixgbe iirc don't set the full flowid unless you're using RSS. They're just setting the CPU/MSIX id. -a