All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Parav Pandit <parav@nvidia.com>
Cc: Heng Qi <hengqi@linux.alibaba.com>,
	Alvaro Karsz <alvaro.karsz@solid-run.com>,
	"virtio-dev@lists.oasis-open.org"
	<virtio-dev@lists.oasis-open.org>,
	"virtio-comment@lists.oasis-open.org"
	<virtio-comment@lists.oasis-open.org>,
	Jason Wang <jasowang@redhat.com>,
	Yuri Benditovich <yuri.benditovich@daynix.com>,
	Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Subject: [virtio-comment] Re: [virtio-dev] Re: [PATCH v11] virtio-net: support inner header hash
Date: Tue, 21 Mar 2023 03:37:04 -0400	[thread overview]
Message-ID: <20230321033449-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <PH0PR12MB5481C6A8454381F508A30387DC819@PH0PR12MB5481.namprd12.prod.outlook.com>

On Tue, Mar 21, 2023 at 04:19:17AM +0000, Parav Pandit wrote:
> One (this proposal) is solving spread to different RSS queues.

Spread is mostly ok with modern protocols though. It seems to
optimize for a specific monitoring solution.

> Another one is finding out which exact packet to drop/pass when queue usage is high. (ebpf/tc other ways to solve it).
> 
> Ebpf sounds cooler than the real offload implementation in the hw device at the current level.
> I remember Jason's good talk on the ebpf a few years back, which is possible when done in sw on the hypervisor.

I was talking about classic bpf though. no state.

> On mlx5 device inner hash is supported for IPnIP and GRE tunnels.

which variants of GRE are supported?

> None of the existing users see tunnel attacks when used as forwarding plane.

good to know.

-- 
MST


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Parav Pandit <parav@nvidia.com>
Cc: Heng Qi <hengqi@linux.alibaba.com>,
	Alvaro Karsz <alvaro.karsz@solid-run.com>,
	"virtio-dev@lists.oasis-open.org"
	<virtio-dev@lists.oasis-open.org>,
	"virtio-comment@lists.oasis-open.org"
	<virtio-comment@lists.oasis-open.org>,
	Jason Wang <jasowang@redhat.com>,
	Yuri Benditovich <yuri.benditovich@daynix.com>,
	Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Subject: Re: [virtio-dev] Re: [PATCH v11] virtio-net: support inner header hash
Date: Tue, 21 Mar 2023 03:37:04 -0400	[thread overview]
Message-ID: <20230321033449-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <PH0PR12MB5481C6A8454381F508A30387DC819@PH0PR12MB5481.namprd12.prod.outlook.com>

On Tue, Mar 21, 2023 at 04:19:17AM +0000, Parav Pandit wrote:
> One (this proposal) is solving spread to different RSS queues.

Spread is mostly ok with modern protocols though. It seems to
optimize for a specific monitoring solution.

> Another one is finding out which exact packet to drop/pass when queue usage is high. (ebpf/tc other ways to solve it).
> 
> Ebpf sounds cooler than the real offload implementation in the hw device at the current level.
> I remember Jason's good talk on the ebpf a few years back, which is possible when done in sw on the hypervisor.

I was talking about classic bpf though. no state.

> On mlx5 device inner hash is supported for IPnIP and GRE tunnels.

which variants of GRE are supported?

> None of the existing users see tunnel attacks when used as forwarding plane.

good to know.

-- 
MST


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


  reply	other threads:[~2023-03-21  7:37 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20 11:18 [virtio-comment] [PATCH v11] virtio-net: support inner header hash Heng Qi
2023-03-20 11:18 ` [virtio-dev] " Heng Qi
2023-03-20 19:43 ` [virtio-comment] " Michael S. Tsirkin
2023-03-20 19:43   ` [virtio-dev] " Michael S. Tsirkin
2023-03-20 21:07   ` [virtio-comment] " Michael S. Tsirkin
2023-03-20 21:07     ` [virtio-dev] " Michael S. Tsirkin
2023-03-21  3:35   ` [virtio-comment] " Jason Wang
2023-03-21  3:35     ` [virtio-dev] " Jason Wang
2023-03-21  5:12     ` [virtio-comment] " Heng Qi
2023-03-21  5:12       ` Heng Qi
2023-03-21  3:56   ` [virtio-comment] " Heng Qi
2023-03-21  3:56     ` Heng Qi
2023-03-21  4:19     ` [virtio-comment] " Parav Pandit
2023-03-21  4:19       ` Parav Pandit
2023-03-21  7:37       ` Michael S. Tsirkin [this message]
2023-03-21  7:37         ` Michael S. Tsirkin
2023-03-21 19:46         ` [virtio-comment] " Parav Pandit
2023-03-21 19:46           ` Parav Pandit
2023-03-21 21:32           ` [virtio-comment] " Michael S. Tsirkin
2023-03-21 21:32             ` Michael S. Tsirkin
2023-03-21  7:34     ` [virtio-comment] " Michael S. Tsirkin
2023-03-21  7:34       ` Michael S. Tsirkin
2023-03-21 14:49       ` [virtio-comment] " Heng Qi
2023-03-21 14:49         ` Heng Qi
2023-03-21 15:58         ` [virtio-comment] " Michael S. Tsirkin
2023-03-21 15:58           ` Michael S. Tsirkin
2023-03-22 12:49           ` [virtio-comment] " Heng Qi
2023-03-22 12:49             ` Heng Qi
2023-03-22 16:42             ` [virtio-comment] " Michael S. Tsirkin
2023-03-22 16:42               ` Michael S. Tsirkin
2023-03-23  3:13               ` [virtio-comment] " Parav Pandit
2023-03-23  3:13                 ` Parav Pandit
2023-03-23  3:58                 ` [virtio-comment] " Heng Qi
2023-03-23  3:58                   ` Heng Qi
2023-03-23  5:03                   ` [virtio-comment] " Heng Qi
2023-03-23  5:03                     ` Heng Qi
2023-03-23  2:52         ` [virtio-comment] " Jason Wang
2023-03-23  2:52           ` Jason Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230321033449-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=alvaro.karsz@solid-run.com \
    --cc=hengqi@linux.alibaba.com \
    --cc=jasowang@redhat.com \
    --cc=parav@nvidia.com \
    --cc=virtio-comment@lists.oasis-open.org \
    --cc=virtio-dev@lists.oasis-open.org \
    --cc=xuanzhuo@linux.alibaba.com \
    --cc=yuri.benditovich@daynix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.