Re: [PATCH 2/2] net: ipv6: network protocol structures should be packed

2023-07-27 Thread Tom Rini
On Thu, May 18, 2023 at 11:24:39AM -0700, emohand...@linux.microsoft.com wrote: > From: Ehsan Mohandesi > > The structure icmp6_ra_prefix_info needs to be packed because it is read > from a network stream. > > Signed-off-by: Ehsan Mohandesi > Reviewed-by: Viacheslav Mitrofanov > Reviewed-by:

Re: [PATCH 2/2] net: ipv6: network protocol structures should be packed

2023-06-10 Thread Ramon Fried
On Thu, May 18, 2023 at 9:24 PM wrote: > > From: Ehsan Mohandesi > > The structure icmp6_ra_prefix_info needs to be packed because it is read > from a network stream. > > Signed-off-by: Ehsan Mohandesi > --- > include/net6.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH 2/2] net: ipv6: network protocol structures should be packed

2023-05-19 Thread Vyacheslav V. Mitrofanov
On Thu, 2023-05-18 at 11:24 -0700, emohand...@linux.microsoft.com wrote: > From: Ehsan Mohandesi > > The structure icmp6_ra_prefix_info needs to be packed because it is > read > from a network stream. > > Signed-off-by: Ehsan Mohandesi > --- > include/net6.h | 2 +- > 1 file changed, 1 inserti

[PATCH 2/2] net: ipv6: network protocol structures should be packed

2023-05-18 Thread emohandesi
From: Ehsan Mohandesi The structure icmp6_ra_prefix_info needs to be packed because it is read from a network stream. Signed-off-by: Ehsan Mohandesi --- include/net6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net6.h b/include/net6.h index beafc05..1e766aa 100