All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ye Xiaolong <xiaolong.ye@intel.com>
To: Simei Su <simei.su@intel.com>
Cc: qi.z.zhang@intel.com, dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v8 2/3] net/ice: change one member type of the pattern structure
Date: Mon, 21 Oct 2019 22:16:21 +0800	[thread overview]
Message-ID: <20191021141621.GC72825@intel.com> (raw)
In-Reply-To: <1571659612-46066-3-git-send-email-simei.su@intel.com>

On 10/21, Simei Su wrote:
>This patch changes a variable type from uint64_t to void pointer
>to avoid compilation issues for converting a point to uint64_t
>in i686 environment.
>
>Signed-off-by: Simei Su <simei.su@intel.com>
>---
> drivers/net/ice/ice_generic_flow.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/net/ice/ice_generic_flow.h b/drivers/net/ice/ice_generic_flow.h
>index 098a687..b6e4ed0 100644
>--- a/drivers/net/ice/ice_generic_flow.h
>+++ b/drivers/net/ice/ice_generic_flow.h
>@@ -411,7 +411,7 @@ struct ice_pattern_match_item {
> 	enum rte_flow_item_type *pattern_list;
> 	/* pattern_list must end with RTE_FLOW_ITEM_TYPE_END */
> 	uint64_t input_set_mask;
>-	uint64_t meta;
>+	void *meta;
> };
> 
> typedef int (*engine_init_t)(struct ice_adapter *ad);
>-- 
>1.8.3.1
>

Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

  reply	other threads:[~2019-10-21 14:19 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1567866291-268287-1-git-send-email-simei.su@intel.com>
2019-09-09 14:56 ` [dpdk-dev] [PATCH v2] net/ice: enable advanced RSS Simei Su
2019-09-12 16:19   ` Ye Xiaolong
2019-09-16  1:47     ` Su, Simei
2019-09-19  5:15   ` [dpdk-dev] [PATCH v3] " Simei Su
2019-09-27  9:53     ` [dpdk-dev] [PATCH v4 0/2] " Simei Su
2019-09-27  9:53       ` [dpdk-dev] [PATCH v4 1/2] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-09-27  9:53       ` [dpdk-dev] [PATCH v4 2/2] net/ice: enable advanced RSS Simei Su
2019-09-29 10:30       ` [dpdk-dev] [PATCH v5 0/2] " Simei Su
2019-09-29 10:30         ` [dpdk-dev] [PATCH v5 1/2] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-09-29 10:30         ` [dpdk-dev] [PATCH v5 2/2] net/ice: enable advanced RSS Simei Su
2019-09-30  0:28         ` [dpdk-dev] [PATCH v5 0/2] " Zhang, Qi Z
2019-10-16 22:16         ` [dpdk-dev] [PATCH v6 " Simei Su
2019-10-16 22:16           ` [dpdk-dev] [PATCH v6 1/2] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-10-16 22:16           ` [dpdk-dev] [PATCH v6 2/2] net/ice: enable advanced RSS Simei Su
2019-10-20  2:14           ` [dpdk-dev] [PATCH v7 0/2] " Simei Su
2019-10-20  2:14             ` [dpdk-dev] [PATCH v7 1/2] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-10-20  2:14             ` [dpdk-dev] [PATCH v7 2/2] net/ice: enable advanced RSS Simei Su
2019-10-21 12:06             ` [dpdk-dev] [PATCH v8 0/3] " Simei Su
2019-10-21 12:06               ` [dpdk-dev] [PATCH v8 1/3] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-10-21 12:06               ` [dpdk-dev] [PATCH v8 2/3] net/ice: change one member type of the pattern structure Simei Su
2019-10-21 14:16                 ` Ye Xiaolong [this message]
2019-10-21 17:30                 ` Ferruh Yigit
2019-10-21 12:06               ` [dpdk-dev] [PATCH v8 3/3] net/ice: enable advanced RSS Simei Su
2019-10-21 17:30                 ` Ferruh Yigit
2019-10-22  2:04                   ` Ye Xiaolong
2019-10-21 14:24               ` [dpdk-dev] [PATCH v8 0/3] " Ye Xiaolong

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=20191021141621.GC72825@intel.com \
    --to=xiaolong.ye@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=simei.su@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.