[virtio-dev] Re: [PATCH v21] virtio-net: support inner header hash

2023-07-12 Thread Cornelia Huck
On Wed, Jul 12 2023, "Michael S. Tsirkin" wrote: > On Wed, Jul 12, 2023 at 02:22:26PM +0200, Cornelia Huck wrote: >> On Mon, Jul 03 2023, Heng Qi wrote: >> >> (...) >> >> > +\paragraph{Inner Header Hash} >> > +\label{sec:Device Types / Network Device / Device Operation / Processing >> > of

[virtio-dev] Re: [PATCH v21] virtio-net: support inner header hash

2023-07-12 Thread Cornelia Huck
On Mon, Jul 03 2023, Heng Qi wrote: (...) > +\paragraph{Inner Header Hash} > +\label{sec:Device Types / Network Device / Device Operation / Processing of > Incoming Packets / Inner Header Hash} > + > +If VIRTIO_NET_F_HASH_TUNNEL has been negotiated, the driver can send the > command >

[virtio-dev] Re: [PATCH v21] virtio-net: support inner header hash

2023-07-04 Thread Cornelia Huck
On Mon, Jul 03 2023, "Michael S. Tsirkin" wrote: > On Mon, Jul 03, 2023 at 11:27:11PM +0800, Heng Qi wrote: >> 1. Currently, a received encapsulated packet has an outer and an inner >> header, but >> the virtio device is unable to calculate the hash for the inner header. The >> same >> flow

[virtio-dev] Re: [PATCH v21] virtio-net: support inner header hash

2023-07-03 Thread Michael S. Tsirkin
On Mon, Jul 03, 2023 at 11:27:11PM +0800, Heng Qi wrote: > 1. Currently, a received encapsulated packet has an outer and an inner > header, but > the virtio device is unable to calculate the hash for the inner header. The > same > flow can traverse through different tunnels, resulting in the