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
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
; > 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
>
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
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
5 matches
Mail list logo