All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Jingjing Wu <jingjing.wu@intel.com>
Cc: dev@dpdk.org, helin.zhang@intel.com
Subject: Re: [PATCH] net/i40e: base code update
Date: Fri, 3 Mar 2017 09:37:47 +0000	[thread overview]
Message-ID: <20170303093746.GA188460@bricha3-MOBL3.ger.corp.intel.com> (raw)
In-Reply-To: <1488508533-63776-1-git-send-email-jingjing.wu@intel.com>

I think the title needs to be a bit more specific on this one...

On Fri, Mar 03, 2017 at 10:35:33AM +0800, Jingjing Wu wrote:
> On X722, we can control whether or not the hardware performs ATR
> eviction. Define the correct bit so we can twiddle it.
> 
> Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
> ---
>  drivers/net/i40e/base/i40e_adminq_cmd.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/i40e/base/i40e_adminq_cmd.h b/drivers/net/i40e/base/i40e_adminq_cmd.h
> index 67cef7c..ff13fbf 100644
> --- a/drivers/net/i40e/base/i40e_adminq_cmd.h
> +++ b/drivers/net/i40e/base/i40e_adminq_cmd.h
> @@ -770,6 +770,7 @@ struct i40e_aqc_set_switch_config {
>  /* flags used for both fields below */
>  #define I40E_AQ_SET_SWITCH_CFG_PROMISC		0x0001
>  #define I40E_AQ_SET_SWITCH_CFG_L2_FILTER	0x0002
> +#define I40E_AQ_SET_SWITCH_CFG_HW_ATR_EVICT	0x0004
>  	__le16	valid_flags;
>  	u8	reserved[12];
>  };
> -- 
> 2.4.11
> 

      reply	other threads:[~2017-03-03  9:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03  2:35 [PATCH] net/i40e: base code update Jingjing Wu
2017-03-03  9:37 ` Bruce Richardson [this message]

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=20170303093746.GA188460@bricha3-MOBL3.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    --cc=jingjing.wu@intel.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 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.