netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Jeff Kirsher <jeffrey.t.kirsher@intel.com>, davem@davemloft.net
Cc: Anjali Singhai Jain <anjali.singhai@intel.com>,
	netdev@vger.kernel.org, gospo@redhat.com, sassmann@redhat.com,
	Jesse Brandeburg <jesse.brandeburg@intel.com>
Subject: Re: [net-next 09/14] i40e: Enable all PCTYPEs except FCOE for RSS.
Date: Sat, 07 Dec 2013 22:00:21 +0400	[thread overview]
Message-ID: <52A36235.1040406@cogentembedded.com> (raw)
In-Reply-To: <1386382643-29055-10-git-send-email-jeffrey.t.kirsher@intel.com>

Hello.

On 07-12-2013 6:17, Jeff Kirsher wrote:

> From: Anjali Singhai Jain <anjali.singhai@intel.com>

> RSS can steer packets based on recognition of all
> sorts of different headers.  Enable some more of them.

> Change-Id: I2264dedae66fb0bceca6fb6e772e050e3ca8efc8

    This line has no place in the upstream patches, and I'm seeing it in 
several patches of this series.

> Signed-off-by: Anjali Singhai Jain <anjali.singhai@intel.com>
> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
> Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> ---
>   drivers/net/ethernet/intel/i40e/i40e_main.c | 38 ++++++++++++++++++-----------
>   1 file changed, 24 insertions(+), 14 deletions(-)

> diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c
> index 273db99..40c64c4 100644
> --- a/drivers/net/ethernet/intel/i40e/i40e_main.c
> +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c
> @@ -5615,15 +5615,34 @@ static int i40e_setup_misc_vector(struct i40e_pf *pf)
>    **/
>   static int i40e_config_rss(struct i40e_pf *pf)
>   {
> -	struct i40e_hw *hw = &pf->hw;
> -	u32 lut = 0;
> -	int i, j;
> -	u64 hena;
> +	const u64 default_hena =
> +			((u64)1 << I40E_FILTER_PCTYPE_NONF_UNICAST_IPV4_UDP) |

    1ULL not good enough?

[...]

WBR, Sergei

  reply	other threads:[~2013-12-07 18:00 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-07  2:17 [net-next 00/14][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2013-12-07  2:17 ` [net-next 01/14] i40e: separate TSYNVALID and TSYNINDX fields in Rx descriptor Jeff Kirsher
2013-12-07 21:33   ` Or Gerlitz
2013-12-07 21:40     ` Jeff Kirsher
2013-12-09 19:33       ` Keller, Jacob E
2013-12-07  2:17 ` [net-next 02/14] i40e: check multi-bit state correctly Jeff Kirsher
2013-12-07  2:17 ` [net-next 03/14] i40e: get media type during link info Jeff Kirsher
2013-12-07  2:17 ` [net-next 04/14] i40e: Add flag for L2 VEB filtering Jeff Kirsher
2013-12-07  2:17 ` [net-next 05/14] i40e: enable early hardware support Jeff Kirsher
2013-12-07  2:17 ` [net-next 06/14] i40e: whitespace Jeff Kirsher
2013-12-07  2:17 ` [net-next 07/14] i40e: Bump version Jeff Kirsher
2013-12-07  2:17 ` [net-next 08/14] i40e: refactor reset code Jeff Kirsher
2013-12-07  2:17 ` [net-next 09/14] i40e: Enable all PCTYPEs except FCOE for RSS Jeff Kirsher
2013-12-07 18:00   ` Sergei Shtylyov [this message]
2013-12-07 18:16     ` Jeff Kirsher
2013-12-07 20:12       ` Sergei Shtylyov
2013-12-07 19:36         ` Jeff Kirsher
2013-12-07 21:20           ` Sergei Shtylyov
2013-12-07 20:55             ` Jeff Kirsher
2013-12-09 22:05               ` Or Gerlitz
2013-12-10  7:22                 ` Or Gerlitz
2013-12-08  6:09     ` David Miller
2013-12-07  2:17 ` [net-next 10/14] i40e: only set up the rings to be used Jeff Kirsher
2013-12-07  2:17 ` [net-next 11/14] i40e: clear test state bit after all ethtool tests Jeff Kirsher
2013-12-07  2:17 ` [net-next 12/14] i40e: refactor " Jeff Kirsher
2013-12-07  2:17 ` [net-next 13/14] i40e: add num_VFs message Jeff Kirsher
2013-12-07  2:17 ` [net-next 14/14] i40e: Add a new variable to track number of pf instances Jeff Kirsher
2013-12-10  0:21 ` [net-next 00/14][pull request] Intel Wired LAN Driver Updates David Miller

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=52A36235.1040406@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=anjali.singhai@intel.com \
    --cc=davem@davemloft.net \
    --cc=gospo@redhat.com \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=jesse.brandeburg@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=sassmann@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).