[virtio-dev] Re: [PATCH v3] virtio_net: support inner header hash

2022-12-18 Thread Heng Qi
在 2022/12/16 下午8:49, Michael S. Tsirkin 写道: On Mon, Dec 05, 2022 at 02:36:39PM +0800, Heng Qi wrote: @@ -4005,6 +4159,24 @@ \subsubsection{Processing of Incoming Packets}\label{sec:Device Types / Network #define VIRTIO_NET_HASH_REPORT_UDPv6_EX9 \end{lstlisting} +If

[virtio-dev] Re: [PATCH v3] virtio_net: support inner header hash

2022-12-16 Thread Michael S. Tsirkin
On Mon, Dec 05, 2022 at 02:36:39PM +0800, Heng Qi wrote: > @@ -4005,6 +4159,24 @@ \subsubsection{Processing of Incoming > Packets}\label{sec:Device Types / Network > #define VIRTIO_NET_HASH_REPORT_UDPv6_EX9 > \end{lstlisting} > > +If \field{hash_report} differs from

[virtio-dev] Re: [PATCH v3] virtio_net: support inner header hash

2022-12-15 Thread Jason Wang
On Mon, Dec 5, 2022 at 2:36 PM Heng Qi wrote: > > When VIRTIO_NET_F_RSS is negotiated and the tunnel is used to > encapsulate the packets, the hash calculated using the outer header > of the receive packets is always fixed for the same flow packets, > i.e. they will be steered to the same receive

Re: [virtio-dev] Re: [PATCH v3] virtio_net: support inner header hash

2022-12-14 Thread Michael S. Tsirkin
On Wed, Dec 14, 2022 at 10:30:02AM +0100, Cornelia Huck wrote: > On Wed, Dec 14 2022, Heng Qi wrote: > > > 在 2022/12/14 下午5:12, Jason Wang 写道: > >> On Wed, Dec 14, 2022 at 5:01 PM Heng Qi wrote: > >>> On Fri, Dec 09, 2022 at 02:09:18PM +0800, Heng Qi wrote: > Do you have any comments on

Re: [virtio-dev] Re: [PATCH v3] virtio_net: support inner header hash

2022-12-14 Thread Cornelia Huck
On Wed, Dec 14 2022, Heng Qi wrote: > 在 2022/12/14 下午5:12, Jason Wang 写道: >> On Wed, Dec 14, 2022 at 5:01 PM Heng Qi wrote: >>> On Fri, Dec 09, 2022 at 02:09:18PM +0800, Heng Qi wrote: Do you have any comments on this new version? >>> If the reviewers do not have more comments on >> I

Re: [virtio-dev] Re: [PATCH v3] virtio_net: support inner header hash

2022-12-14 Thread Jason Wang
On Wed, Dec 14, 2022 at 5:01 PM Heng Qi wrote: > > On Fri, Dec 09, 2022 at 02:09:18PM +0800, Heng Qi wrote: > > > > Do you have any comments on this new version? > > > > If the reviewers do not have more comments on I plan to review this no later than the end of this week. Thanks > "[v3]