RE: [PATCH 1/7] net/mlx5: fix the modify field check of tag

2023-07-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Friday, June 30, 2023 8:43 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; Suanming Mou > ; Raslan Darawsheh > Cc: dev@dpdk.org; Michael Baum > Subject: [PATCH 1/7] net/mlx5: fix the modify field check of tag > > The new member "t

RE: [PATCH 1/7] net/mlx5: fix the modify field check of tag

2023-07-06 Thread Bing Zhao
Bing Zhao > > > Cc: Matan Azrad ; Slava Ovsiienko > > > ; Ori Kam ; Suanming Mou > > > ; Raslan Darawsheh ; > > > dev@dpdk.org; Michael Baum > > > Subject: Re: [PATCH 1/7] net/mlx5: fix the modify field check of tag > > > > > > Extern

Re: [PATCH 1/7] net/mlx5: fix the modify field check of tag

2023-07-06 Thread Thomas Monjalon
; > Sent: Friday, June 30, 2023 2:09 PM > > To: Bing Zhao > > Cc: Matan Azrad ; Slava Ovsiienko > > ; Ori Kam ; Suanming Mou > > ; Raslan Darawsheh ; > > dev@dpdk.org; Michael Baum > > Subject: Re: [PATCH 1/7] net/mlx5: fix the modify field check of tag >

RE: [PATCH 1/7] net/mlx5: fix the modify field check of tag

2023-07-03 Thread Bing Zhao
t; ; Raslan Darawsheh ; > dev@dpdk.org; Michael Baum > Subject: Re: [PATCH 1/7] net/mlx5: fix the modify field check of tag > > External email: Use caution opening links or attachments > > > On Fri, 30 Jun 2023 08:43:03 +0300 > Bing Zhao wrote: > > > @@ -1117

Re: [PATCH 1/7] net/mlx5: fix the modify field check of tag

2023-06-29 Thread Stephen Hemminger
On Fri, 30 Jun 2023 08:43:03 +0300 Bing Zhao wrote: > @@ -1117,9 +1117,10 @@ flow_dv_fetch_field(const uint8_t *data, uint32_t size) > static inline bool > flow_modify_field_support_tag_array(enum rte_flow_field_id field) > { > - switch (field) { > + switch ((int)field) { > case