RE: [PATCH] vdpa: Consider device id larger than 31

2021-11-28 Thread Parav Pandit via Virtualization
> From: Dan Carpenter > Sent: Monday, November 29, 2021 12:29 PM > > On Sun, Nov 28, 2021 at 09:14:35AM +0200, Eli Cohen wrote: > > On Fri, Nov 26, 2021 at 10:48:12AM +0800, Jason Wang wrote: > > > On Fri, Nov 26, 2021 at 2:09 AM Parav Pandit wrote: > > > > > > > > virtio device id value can

Re: [PATCH] vdpa: Consider device id larger than 31

2021-11-28 Thread Dan Carpenter
On Sun, Nov 28, 2021 at 09:14:35AM +0200, Eli Cohen wrote: > On Fri, Nov 26, 2021 at 10:48:12AM +0800, Jason Wang wrote: > > On Fri, Nov 26, 2021 at 2:09 AM Parav Pandit wrote: > > > > > > virtio device id value can be more than 31. Hence, use BIT_ULL in > > > assignment. > > > > > > Fixes:

Re: [PATCH v2 1/2] docs: document sysfs ABI for vDPA bus

2021-11-28 Thread Jason Wang
On Sat, Nov 27, 2021 at 12:48 AM Stefano Garzarella wrote: > > Add missing documentation of sysfs ABI for vDPA bus in > the new Documentation/ABI/testing/sysfs-bus-vdpa file. > > Signed-off-by: Stefano Garzarella Acked-by: Jason Wang > --- > Documentation/ABI/testing/sysfs-bus-vdpa | 37

Re: [PATCH AUTOSEL 5.15 7/7] virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE

2021-11-28 Thread Sasha Levin
On Fri, Nov 26, 2021 at 09:51:23AM +0100, David Hildenbrand wrote: On 26.11.21 03:30, Sasha Levin wrote: From: David Hildenbrand [ Upstream commit 61082ad6a6e1f999eef7e7e90046486c87933b1e ] The initial virtio-mem spec states that while unplugged memory should not be read, the device still

Re: [PATCH v2 net-next 00/26] net: introduce and use generic XDP stats

2021-11-28 Thread David Ahern
On 11/23/21 9:39 AM, Alexander Lobakin wrote: > This is an almost complete rework of [0]. > > This series introduces generic XDP statistics infra based on rtnl > xstats (Ethtool standard stats previously), and wires up the drivers > which collect appropriate statistics to this new interface.

Re: [GIT PULL] vhost,virtio,vdpa: bugfixes

2021-11-28 Thread pr-tracker-bot
The pull request you sent on Sun, 28 Nov 2021 12:58:03 -0500: > https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/d06c942efea40e1701ade200477a7449008d9f24 Thank you! -- Deet-doot-dot, I am a

[GIT PULL] vhost,virtio,vdpa: bugfixes

2021-11-28 Thread Michael S. Tsirkin
The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6: Linux 5.16-rc2 (2021-11-21 13:47:39 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to

Re: [PATCH v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics

2021-11-28 Thread Ido Schimmel
+Petr, Nik On Fri, Nov 26, 2021 at 11:14:31AM -0800, Jakub Kicinski wrote: > On Fri, 26 Nov 2021 19:47:17 +0100 Toke Høiland-Jørgensen wrote: > > > Fair. In all honesty I said that hoping to push for a more flexible > > > approach hidden entirely in BPF, and not involving driver changes. > > >