Re: [PATCH net-next v9 1/6] virtio_net: Add functions for hashing

2025-03-16 Thread Akihiko Odaki
On 2025/03/17 10:24, Jason Wang wrote: On Tue, Mar 11, 2025 at 1:49 PM Akihiko Odaki wrote: On 2025/03/11 9:47, Jason Wang wrote: On Mon, Mar 10, 2025 at 2:53 PM Akihiko Odaki wrote: On 2025/03/10 12:55, Jason Wang wrote: On Fri, Mar 7, 2025 at 7:01 PM Akihiko Odaki wrote: They are use

Re: [PATCH net-next v9 1/6] virtio_net: Add functions for hashing

2025-03-16 Thread Jason Wang
On Tue, Mar 11, 2025 at 1:49 PM Akihiko Odaki wrote: > > On 2025/03/11 9:47, Jason Wang wrote: > > On Mon, Mar 10, 2025 at 2:53 PM Akihiko Odaki > > wrote: > >> > >> On 2025/03/10 12:55, Jason Wang wrote: > >>> On Fri, Mar 7, 2025 at 7:01 PM Akihiko Odaki > >>> wrote: > > They are us

Re: [PATCH net-next v9 1/6] virtio_net: Add functions for hashing

2025-03-10 Thread Akihiko Odaki
On 2025/03/11 9:47, Jason Wang wrote: On Mon, Mar 10, 2025 at 2:53 PM Akihiko Odaki wrote: On 2025/03/10 12:55, Jason Wang wrote: On Fri, Mar 7, 2025 at 7:01 PM Akihiko Odaki wrote: They are useful to implement VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT. Signed-off-by: Akihiko Odaki T

Re: [PATCH net-next v9 1/6] virtio_net: Add functions for hashing

2025-03-10 Thread Jason Wang
On Mon, Mar 10, 2025 at 2:53 PM Akihiko Odaki wrote: > > On 2025/03/10 12:55, Jason Wang wrote: > > On Fri, Mar 7, 2025 at 7:01 PM Akihiko Odaki > > wrote: > >> > >> They are useful to implement VIRTIO_NET_F_RSS and > >> VIRTIO_NET_F_HASH_REPORT. > >> > >> Signed-off-by: Akihiko Odaki > >> Test

Re: [PATCH net-next v9 1/6] virtio_net: Add functions for hashing

2025-03-09 Thread Akihiko Odaki
On 2025/03/10 12:55, Jason Wang wrote: On Fri, Mar 7, 2025 at 7:01 PM Akihiko Odaki wrote: They are useful to implement VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT. Signed-off-by: Akihiko Odaki Tested-by: Lei Yang --- include/linux/virtio_net.h | 188

Re: [PATCH net-next v9 1/6] virtio_net: Add functions for hashing

2025-03-09 Thread Jason Wang
On Fri, Mar 7, 2025 at 7:01 PM Akihiko Odaki wrote: > > They are useful to implement VIRTIO_NET_F_RSS and > VIRTIO_NET_F_HASH_REPORT. > > Signed-off-by: Akihiko Odaki > Tested-by: Lei Yang > --- > include/linux/virtio_net.h | 188 > + > 1 file change

[PATCH net-next v9 1/6] virtio_net: Add functions for hashing

2025-03-07 Thread Akihiko Odaki
They are useful to implement VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT. Signed-off-by: Akihiko Odaki Tested-by: Lei Yang --- include/linux/virtio_net.h | 188 + 1 file changed, 188 insertions(+) diff --git a/include/linux/virtio_net.h b/include/l