DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Liu, Yong" <yong.liu@intel.com>
To: "Wu, Jingjing" <jingjing.wu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] e1000: modify mac type checking before flex filter is programmed
Date: Thu, 26 Mar 2015 05:08:02 +0000	[thread overview]
Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10DAA328@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1427345601-21059-1-git-send-email-jingjing.wu@intel.com>

> -----Original Message-----
> From: Wu, Jingjing
> Sent: Thursday, March 26, 2015 12:53 PM
> To: dev@dpdk.org
> Cc: Wu, Jingjing; Liu, Yong
> Subject: [PATCH] e1000: modify mac type checking before flex filter is
> programmed
> 
> This patch changes MAC_TYPE_FILTER_SUP to MAC_TYPE_FILTER_SUP_EXT in
> flex filter handling function. It will remove NIC 82576 from flex filter
> support.
> 
> Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
> ---
>  lib/librte_pmd_e1000/igb_ethdev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/librte_pmd_e1000/igb_ethdev.c
> b/lib/librte_pmd_e1000/igb_ethdev.c
> index 49843c1..79ad267 100644
> --- a/lib/librte_pmd_e1000/igb_ethdev.c
> +++ b/lib/librte_pmd_e1000/igb_ethdev.c
> @@ -2908,7 +2908,7 @@ eth_igb_flex_filter_handle(struct rte_eth_dev *dev,
>  	struct rte_eth_flex_filter *filter;
>  	int ret = 0;
> 
> -	MAC_TYPE_FILTER_SUP(hw->mac.type);
> +	MAC_TYPE_FILTER_SUP_EXT(hw->mac.type);
> 
>  	if (filter_op == RTE_ETH_FILTER_NOP)
>  		return ret;
> --
> 1.9.3

Acked-by: Marvin Liu <yong.liu@intel.com>

  reply	other threads:[~2015-03-26  5:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26  4:53 Jingjing Wu
2015-03-26  5:08 ` Liu, Yong [this message]
2015-03-27 10:32   ` Thomas Monjalon
2015-03-26  7:50 ` Thomas Monjalon
2015-03-26 16:08   ` Wu, Jingjing

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=86228AFD5BCD8E4EBFD2B90117B5E81E10DAA328@SHSMSX103.ccr.corp.intel.com \
    --to=yong.liu@intel.com \
    --cc=dev@dpdk.org \
    --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 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).