Re: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats

2019-08-23 Thread David Miller
From: Saeed Mahameed Date: Fri, 23 Aug 2019 05:29:48 + > On Thu, 2019-08-22 at 15:39 -0700, David Miller wrote: >> From: Haiyang Zhang >> Date: Thu, 22 Aug 2019 22:37:13 + >> >> > The v5 is pretty much the same as v4, except Eran had a fix to >> patch #3 in response to >> > Leon

Re: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats

2019-08-22 Thread Saeed Mahameed
On Thu, 2019-08-22 at 15:39 -0700, David Miller wrote: > From: Haiyang Zhang > Date: Thu, 22 Aug 2019 22:37:13 + > > > The v5 is pretty much the same as v4, except Eran had a fix to > patch #3 in response to > > Leon Romanovsky . > > Well you now have to send me a patch relative to v4 in

Re: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats

2019-08-22 Thread Eran Ben Elisha
anox.com; lorenzo.pieral...@arm.com; bhelg...@google.com; >> linux-...@vger.kernel.org; linux-hyp...@vger.kernel.org; >> net...@vger.kernel.org; KY Srinivasan ; Stephen >> Hemminger ; linux-kernel@vger.kernel.org >> Subject: Re: [PATCH net-next,v5, 0/6] Add software backchannel and

RE: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats

2019-08-22 Thread Haiyang Zhang
kernel.org; linux-hyp...@vger.kernel.org; > net...@vger.kernel.org; KY Srinivasan ; Stephen > Hemminger ; linux-kernel@vger.kernel.org > Subject: Re: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e > HV VHCA stats > > From: Haiyang Zhang > Date: Thu, 22 Aug 2019 22:37:13 +

Re: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats

2019-08-22 Thread David Miller
From: Haiyang Zhang Date: Thu, 22 Aug 2019 22:37:13 + > The v5 is pretty much the same as v4, except Eran had a fix to patch #3 in > response to > Leon Romanovsky . Well you now have to send me a patch relative to v4 in order to fix that. When I say "applied", the series is in my tree and

RE: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats

2019-08-22 Thread Haiyang Zhang
kernel.org; linux-hyp...@vger.kernel.org; > net...@vger.kernel.org; KY Srinivasan ; Stephen > Hemminger ; linux-kernel@vger.kernel.org > Subject: Re: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e > HV VHCA stats > > > I applied this patch series already to net-next,

Re: [PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats

2019-08-22 Thread David Miller
I applied this patch series already to net-next, what are you doing?

[PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats

2019-08-22 Thread Haiyang Zhang
This patch set adds paravirtual backchannel in software in pci_hyperv, which is required by the mlx5e driver HV VHCA stats agent. The stats agent is responsible on running a periodic rx/tx packets/bytes stats update. Dexuan Cui (1): PCI: hv: Add a paravirtual backchannel in software Eran Ben