Re: [PATCH] vdpa/vp_vdpa: implement kick_vq_with_data callback

2024-12-02 Thread kernel test robot
Hi Yuxue, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.13-rc1 next-20241128] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

Re: [PATCH] vdpa/vp_vdpa: implement kick_vq_with_data callback

2024-12-02 Thread kernel test robot
Hi Yuxue, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.13-rc1 next-20241128] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

Re: [PATCH] vdpa/vp_vdpa: implement kick_vq_with_data callback

2024-12-01 Thread Jason Wang
On Mon, Dec 2, 2024 at 11:36 AM Yuxue Liu yuxue@jaguarmicro.com wrote: > > From: Yuxue Liu > > Implement the kick_vq_with_data vDPA callback. > On kick, we pass the next available data to the hardware by writing it in > the kick offset. > > Signed-off-by: Yuxue Liu > --- Acked-by: Jason Wan