> -Original Message-
> From: Guo, Junfeng
> Sent: Friday, June 16, 2023 2:22 PM
> To: Zhang, Qi Z ; David Marchand
>
> Cc: Yang, Qiming ; dev@dpdk.org; sta...@dpdk.org;
> Xu, Ting
> Subject: RE: [PATCH 0/2] fix variable type in pattern parsing for raw flow
&g
> -Original Message-
> From: Zhang, Qi Z
> Sent: Friday, June 16, 2023 13:49
> To: David Marchand ; Guo, Junfeng
>
> Cc: Yang, Qiming ; dev@dpdk.org;
> sta...@dpdk.org; Xu, Ting
> Subject: RE: [PATCH 0/2] fix variable type in pattern parsing for raw flow
&g
> -Original Message-
> From: David Marchand
> Sent: Thursday, June 15, 2023 3:28 PM
> To: Guo, Junfeng
> Cc: Zhang, Qi Z ; Yang, Qiming
> ; dev@dpdk.org; sta...@dpdk.org; Xu, Ting
>
> Subject: Re: [PATCH 0/2] fix variable type in pattern parsing for raw flow
&
On Thu, Jun 15, 2023 at 7:17 AM Junfeng Guo wrote:
>
> In current pattern parsing function for protocol agnostic flow
> offloading (raw flow), some of the variables of packet length are
> defined as uint8_t, which are too small for some large-size packets,
> such as srv6 (Segment Routing over IPv6
> -Original Message-
> From: Guo, Junfeng
> Sent: Thursday, June 15, 2023 1:17 PM
> To: Zhang, Qi Z ; Yang, Qiming
>
> Cc: dev@dpdk.org; sta...@dpdk.org; Xu, Ting ; Guo,
> Junfeng
> Subject: [PATCH 0/2] fix variable type in pattern parsing for raw flow
>
&
In current pattern parsing function for protocol agnostic flow
offloading (raw flow), some of the variables of packet length are
defined as uint8_t, which are too small for some large-size packets,
such as srv6 (Segment Routing over IPv6 dataplane) type. Change the
type to uint16_t.
For example, t
6 matches
Mail list logo