patches for DPDK stable branches
 help / color / mirror / Atom feed
* Re: [dpdk-stable] [dpdk-dev] [PATCH 5/7] net/ice: change default tunnle type
       [not found] ` <20200313010407.18286-6-wei.zhao1@intel.com>
@ 2020-03-13 16:14   ` Stillwell Jr, Paul M
  0 siblings, 0 replies; only message in thread
From: Stillwell Jr, Paul M @ 2020-03-13 16:14 UTC (permalink / raw)
  To: wei.zhao1@intel.com, dev; +Cc: Zhang, Qi Z, Ye, Xiaolong, stable, Zhao1, Wei


> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of wei.zhao1@intel.com
> Sent: Thursday, March 12, 2020 6:04 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Ye, Xiaolong
> <xiaolong.ye@intel.com>; stable@dpdk.org; Zhao1, Wei
> <wei.zhao1@intel.com>
> Subject: [dpdk-dev] [PATCH 5/7] net/ice: change default tunnle type
> 
> The default tunnle type for swicth filter change to new defination of

s/tunnle/tunnel

> ICE_SW_TUN_AND_NON_TUN in order that the rule will be apply to more
> packet type.
> 
> Cc: stable@dpdk.org
> Fixes: 47d460d63233 ("net/ice: rework switch filter")
> 
> Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
> ---
>  drivers/net/ice/ice_switch_filter.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ice/ice_switch_filter.c
> b/drivers/net/ice/ice_switch_filter.c
> index 20d0577b5..7ca922602 100644
> --- a/drivers/net/ice/ice_switch_filter.c
> +++ b/drivers/net/ice/ice_switch_filter.c
> @@ -1097,7 +1097,8 @@ ice_switch_parse_pattern_action(struct
> ice_adapter *ad,
>  	uint16_t lkups_num = 0;
>  	const struct rte_flow_item *item = pattern;
>  	uint16_t item_num = 0;
> -	enum ice_sw_tunnel_type tun_type = ICE_NON_TUN;
> +	enum ice_sw_tunnel_type tun_type =
> +		ICE_SW_TUN_AND_NON_TUN;
>  	struct ice_pattern_match_item *pattern_match_item = NULL;
> 
>  	for (; item->type != RTE_FLOW_ITEM_TYPE_END; item++) {
> --
> 2.19.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-13 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200313010407.18286-1-wei.zhao1@intel.com>
     [not found] ` <20200313010407.18286-6-wei.zhao1@intel.com>
2020-03-13 16:14   ` [dpdk-stable] [dpdk-dev] [PATCH 5/7] net/ice: change default tunnle type Stillwell Jr, Paul M

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).