> -Original Message-
> From: Stephen Hemminger
> Sent: Saturday, September 5, 2020 02:56
> To: Wang, Haiyue
> Cc: dev@dpdk.org; Olivier Matz
> Subject: Re: [dpdk-dev] [PATCH v1] net: expand the data size of L3 length to
> 16 bits
>
> On Fri, 4 Sep 2020 1
On Fri, 4 Sep 2020 13:40:20 +0800
Haiyue Wang wrote:
> diff --git a/lib/librte_net/rte_net.h b/lib/librte_net/rte_net.h
> index 94b06d9ee..992fb088a 100644
> --- a/lib/librte_net/rte_net.h
> +++ b/lib/librte_net/rte_net.h
> @@ -20,11 +20,11 @@ extern "C" {
> */
> struct rte_net_hdr_lens {
>
The IPv6 can have large extension header, like the "Segment Routing" may
have (32 + 1) * 8 = 264 bytes, the 8 bits size of L3 length can't handle
this case correctly.
Signed-off-by: Haiyue Wang
---
lib/librte_net/rte_net.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l
3 matches
Mail list logo