From owner-freebsd-current@freebsd.org Wed May 27 00:01:24 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 728E82F7E92 for ; Wed, 27 May 2020 00:01:24 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Wrb82VNKz4BrR for ; Wed, 27 May 2020 00:01:24 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id 5128113F8C for ; Wed, 27 May 2020 00:01:24 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-lj1-f177.google.com with SMTP id a25so15099117ljp.3 for ; Tue, 26 May 2020 17:01:24 -0700 (PDT) X-Gm-Message-State: AOAM533LIDNjd0etGZwmJ6Myiv2ypo7azNP0OyCoYX7wNq+Ou5OYtZ08 NdlvED43FWqzpltli6v66pc+JBsxmDrq+18Dkfo= X-Google-Smtp-Source: ABdhPJzrnmAWf50u4V0WJetKs4vXSoFe7YMRN6Y9KBkz7xmd7m9hP2CcUZkM5RAfsII79BuvYRcxlgHYdR4ppvii1tw= X-Received: by 2002:a2e:95d2:: with SMTP id y18mr1613202ljh.321.1590537682714; Tue, 26 May 2020 17:01:22 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Matthew Macy Date: Tue, 26 May 2020 17:01:11 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Fwd: iflib and options RSS is a no go for igbX To: freebsd-current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 00:01:24 -0000 > > I can go setup my second PC this week (I have PTO!) and go see if I > have any PCIe igb hardware here. I /think/ I do but it's fibre. The RSS compile time option used to be disabled in part because of this. The drivers had working RSS that relied on packet receipt before setting flowid. -M