Re: [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

2023-09-30 Thread Greg KH
On Sat, Sep 30, 2023 at 09:13:07PM +, Wei Liu wrote: > On Sat, Sep 30, 2023 at 08:31:13PM +0200, Greg KH wrote: > > On Sat, Sep 30, 2023 at 06:11:19PM +, Wei Liu wrote: > > > On Sat, Sep 30, 2023 at 08:11:37AM +0200, Greg KH wrote: > > > > On Fri, Sep 29, 2023 at 11:01:41AM -0700, Nuno Das

Re: [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs

2023-09-30 Thread Greg KH
On Sat, Sep 30, 2023 at 10:01:58PM +, Wei Liu wrote: > On Sat, Sep 30, 2023 at 08:09:19AM +0200, Greg KH wrote: > > On Fri, Sep 29, 2023 at 11:01:39AM -0700, Nuno Das Neves wrote: > > > These must be in uapi because they will be used in the mshv ioctl API. > > > > > > Version numbers for each

Re: [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs

2023-09-30 Thread Wei Liu
On Sat, Sep 30, 2023 at 08:09:19AM +0200, Greg KH wrote: > On Fri, Sep 29, 2023 at 11:01:39AM -0700, Nuno Das Neves wrote: > > These must be in uapi because they will be used in the mshv ioctl API. > > > > Version numbers for each file: > > hvhdk.h 25212 > > hvhdk_mini.h25294 >

Re: [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

2023-09-30 Thread Wei Liu
On Sat, Sep 30, 2023 at 08:31:13PM +0200, Greg KH wrote: > On Sat, Sep 30, 2023 at 06:11:19PM +, Wei Liu wrote: > > On Sat, Sep 30, 2023 at 08:11:37AM +0200, Greg KH wrote: > > > On Fri, Sep 29, 2023 at 11:01:41AM -0700, Nuno Das Neves wrote: > > > > --- /dev/null > > > > +++ b/include/uapi/lin

Re: [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

2023-09-30 Thread Greg KH
On Sat, Sep 30, 2023 at 06:11:19PM +, Wei Liu wrote: > On Sat, Sep 30, 2023 at 08:11:37AM +0200, Greg KH wrote: > > On Fri, Sep 29, 2023 at 11:01:41AM -0700, Nuno Das Neves wrote: > > > --- /dev/null > > > +++ b/include/uapi/linux/mshv.h > > > @@ -0,0 +1,306 @@ > > > +/* SPDX-License-Identifier

Re: [PATCH net, 3/3] net: mana: Fix oversized sge0 for GSO packets

2023-09-30 Thread Simon Horman
On Fri, Sep 29, 2023 at 04:11:15PM +, Haiyang Zhang wrote: ... > > > @@ -209,19 +281,6 @@ netdev_tx_t mana_start_xmit(struct sk_buff *skb, > > struct net_device *ndev) > > > pkg.wqe_req.client_data_unit = 0; > > > > > > pkg.wqe_req.num_sge = 1 + skb_shinfo(skb)->nr_frags; > > > - WARN_ON_

Re: [PATCH net, 1/3] net: mana: Fix TX CQE error handling

2023-09-30 Thread Simon Horman
On Fri, Sep 29, 2023 at 03:51:48PM +, Haiyang Zhang wrote: > > > > -Original Message- > > From: Simon Horman > > Sent: Friday, September 29, 2023 1:51 AM > > To: Haiyang Zhang > > Cc: linux-hyperv@vger.kernel.org; net...@vger.kernel.org; Dexuan Cui > > ; KY Srinivasan ; Paul Rosswur

Re: [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

2023-09-30 Thread Wei Liu
On Sat, Sep 30, 2023 at 08:11:37AM +0200, Greg KH wrote: > On Fri, Sep 29, 2023 at 11:01:41AM -0700, Nuno Das Neves wrote: > > --- /dev/null > > +++ b/include/uapi/linux/mshv.h > > @@ -0,0 +1,306 @@ > > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > > Much better. > > > +#ifnde

Re: [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs

2023-09-30 Thread kernel test robot
note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Nuno-Das-Neves/hyperv-tlfs-Change-shared-HV_REGISTER_-defines-to-HV_MSR_/20230930-0

Re: [PATCH v4 08/15] Drivers: hv: Introduce per-cpu event ring tail

2023-09-30 Thread kernel test robot
us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Nuno-Das-Neves/hyperv-tlfs-Change-shared-HV_REGISTER_-defines-to-HV_MSR_/20230930-0