Re: [dpdk-dev] [PATCH] net/netvsc: fix rndis packet addresses

2020-09-21 Thread Long Li
>On 21/09/2020 17:04, Kevin Traynor wrote: >> On 18/09/2020 19:53, Long Li wrote: >>> From: Long Li >>> >>> The address should be calculated before type cast, not after. >>> >> >> This is being requested for 18.11.10 as it is fixing a reported >> regression introduced in 18.11.9. >> >> If netvsc m

Re: [dpdk-dev] [PATCH] net/netvsc: fix rndis packet addresses

2020-09-21 Thread Kevin Traynor
On 21/09/2020 17:04, Kevin Traynor wrote: > On 18/09/2020 19:53, Long Li wrote: >> From: Long Li >> >> The address should be calculated before type cast, not after. >> > > This is being requested for 18.11.10 as it is fixing a reported > regression introduced in 18.11.9. > > If netvsc maintainer

Re: [dpdk-dev] [PATCH] net/netvsc: fix rndis packet addresses

2020-09-21 Thread Kevin Traynor
+fixed Souvik email On 21/09/2020 17:04, Kevin Traynor wrote: > On 18/09/2020 19:53, Long Li wrote: >> From: Long Li >> >> The address should be calculated before type cast, not after. >> > > This is being requested for 18.11.10 as it is fixing a reported > regression introduced in 18.11.9. > >

Re: [dpdk-dev] [PATCH] net/netvsc: fix rndis packet addresses

2020-09-21 Thread Kevin Traynor
On 18/09/2020 19:53, Long Li wrote: > From: Long Li > > The address should be calculated before type cast, not after. > This is being requested for 18.11.10 as it is fixing a reported regression introduced in 18.11.9. If netvsc maintainers agree and it is merged in DPDK mainline this week, I c