From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCD80C10F0E for ; Thu, 18 Apr 2019 20:57:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B6FCF20869 for ; Thu, 18 Apr 2019 20:57:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389947AbfDRU51 (ORCPT ); Thu, 18 Apr 2019 16:57:27 -0400 Received: from mga01.intel.com ([192.55.52.88]:5287 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388710AbfDRU51 (ORCPT ); Thu, 18 Apr 2019 16:57:27 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2019 13:57:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,367,1549958400"; d="scan'208";a="338770055" Received: from ellie.jf.intel.com (HELO ellie) ([10.54.70.67]) by fmsmga006.fm.intel.com with ESMTP; 18 Apr 2019 13:57:26 -0700 From: Vinicius Costa Gomes To: Jeff Kirsher , intel-wired-lan@lists.osuosl.org Cc: netdev@vger.kernel.org, Bhagath Singh Karunakaran Subject: Re: [next-queue PATCH v1] igb: Fix limiting the number of queues to number of cpus In-Reply-To: <461c66428b411644e78ad5a9a44c47442c9b6edf.camel@intel.com> References: <20190404215632.9881-1-vinicius.gomes@intel.com> <461c66428b411644e78ad5a9a44c47442c9b6edf.camel@intel.com> Date: Thu, 18 Apr 2019 13:57:26 -0700 Message-ID: <87d0ljhw09.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Jeff, Jeff Kirsher writes: > I will discuss the issue with my fellow developers and hopefully we can > come up with a kernel interface that all drivers can use to handle this > issue. Did you have the chance to discuss this issue? Cheers, -- Vinicius From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinicius Costa Gomes Date: Thu, 18 Apr 2019 13:57:26 -0700 Subject: [Intel-wired-lan] [next-queue PATCH v1] igb: Fix limiting the number of queues to number of cpus In-Reply-To: <461c66428b411644e78ad5a9a44c47442c9b6edf.camel@intel.com> References: <20190404215632.9881-1-vinicius.gomes@intel.com> <461c66428b411644e78ad5a9a44c47442c9b6edf.camel@intel.com> Message-ID: <87d0ljhw09.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: Hi Jeff, Jeff Kirsher writes: > I will discuss the issue with my fellow developers and hopefully we can > come up with a kernel interface that all drivers can use to handle this > issue. Did you have the chance to discuss this issue? Cheers, -- Vinicius