All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [next PATCH S37 05/15] i40evf: report RSS hash capability to stack
Date: Tue, 17 May 2016 00:13:42 -0700	[thread overview]
Message-ID: <1463469222.2649.12.camel@intel.com> (raw)
In-Reply-To: <1463419605-30746-6-git-send-email-bimmy.pujari@intel.com>

On Mon, 2016-05-16 at 10:26 -0700, Bimmy Pujari wrote:
> From: Mitch Williams <mitch.a.williams@intel.com>
> 
> Set the NETIF_F_RXHASH flag to tell the stack that the device hashes
> packets.
> 
> Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
> Change-ID: I0394366ad8e8bf90bb2815d757a402c39628ccb2
> ---
> Testing Hints : Use ethtool -k to see that the device support receive
> hashing.
> 
> ?drivers/net/ethernet/intel/i40evf/i40evf_main.c | 1 +
> ?1 file changed, 1 insertion(+)

Dropping this patch because NETIF_F_RXHASH is already set in this function,
so this patch adds a duplicate flag.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160517/e9a6d062/attachment.asc>

  reply	other threads:[~2016-05-17  7:13 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-16 17:26 [Intel-wired-lan] [next PATCH S37 00/15] i40e/i40evf updates Bimmy Pujari
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 01/15] i40e: add functions to control default VSI Bimmy Pujari
2016-05-17 16:22   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 02/15] i40e: add hw struct local variable Bimmy Pujari
2016-05-17 16:23   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 03/15] i40e: write HENA for VFs Bimmy Pujari
2016-05-17 16:25   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 04/15] i40e: Add a call to set the client interface down Bimmy Pujari
2016-05-17 16:27   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 05/15] i40evf: report RSS hash capability to stack Bimmy Pujari
2016-05-17  7:13   ` Jeff Kirsher [this message]
2016-05-17 16:29   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 06/15] i40evf: don't overflow buffer Bimmy Pujari
2016-05-17 16:41   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 07/15] i40e: Clean up MSIX irqs before suspend Bimmy Pujari
2016-05-17 16:44   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 08/15] i40e: Save PCI state " Bimmy Pujari
2016-05-16 22:43   ` Wyborny, Carolyn
2016-05-17 16:45   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 09/15] i40e: fix missing DA cable check Bimmy Pujari
2016-05-17 16:47   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 10/15] i40e: Removing unnecessary code which caused supported link mode bug Bimmy Pujari
2016-05-16 18:26   ` Dayanand, Avinash
2016-05-16 19:56     ` Jeff Kirsher
2016-05-17 16:53   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 11/15] i40e: Fix RSS to not be limited by the number of CPUs Bimmy Pujari
2016-05-17 19:10   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 12/15] i40evf: always activate correct MAC address filter Bimmy Pujari
2016-05-17 17:00   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 13/15] i40e: set default VSI without a reset Bimmy Pujari
2016-05-17 19:40   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 14/15] i40e: add VSI info to macaddr messages Bimmy Pujari
2016-05-17 17:16   ` Bowers, AndrewX
2016-05-16 17:26 ` [Intel-wired-lan] [next PATCH S37 15/15] i40e/i40evf: Bump version from 1.5.16 to 1.6.4 Bimmy Pujari
2016-05-17 17:17   ` Bowers, AndrewX

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463469222.2649.12.camel@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=intel-wired-lan@osuosl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.