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

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

2020-09-18 Thread Long Li
From: Long Li The address should be calculated before type cast, not after. Fixes: cc02518 ("net/netvsc: split send buffers from Tx descriptors") Cc: sta...@dpdk.org Reported-by: Souvik Dey Signed-off-by: Long Li --- drivers/net/netvsc/hn_rxtx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d