Message ID | 20240619210023.982698-1-amorenoz@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3805D762E0 for <netdev@vger.kernel.org>; Wed, 19 Jun 2024 21:00:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718830834; cv=none; b=JWbPI8e6FYr0e8n9ET8RAJF9Ege4KgrnY/5ziC0VxtEID/mGKlu2rsNkV08fL2j0inavAyXsEkpYYfXm9ujY9rPhoWqCQqqH9uDvgNTg23bsHU5VP5sWUyJ/hkOCg4JR3onsSBm/cmFcn4bxpcDVL6/nYrUfeIIPwY36M25WZJA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718830834; c=relaxed/simple; bh=zypo2Y+UkUuvakwVdWtq0mF+7+3lWNDdyMu9uLRNzJI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=kCxVDiuCcfkBBJTgSNZO7ZzEJTWQG1NhSKMIKTPyITemGtnkWCeJWXpklNOujJi11gEJZ7osq2HjYZE8TcBBUMeyB1/LLXFe58vlztGq84HKhxnrITHhXplvXsz9hMXr2S0DiQZu7TCUGMVNYclFdwJC0M9HxbwkkzLbUkdd5+o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=TksY7v1H; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="TksY7v1H" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1718830832; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZW4VcAbDBs30buqOyD40YUDWfny2f1EMwhKGgrrNPjs=; b=TksY7v1HCrT5ooelrf0fxVhn7sKA6tj6f3QKdJBy6WI7bT/em7wV9/YLNuSocl/qCoxEYk 9AhkKUWbNnudsKMA3gghJ06UUkuP6TXGPEwGrjs9XvMHBJAWUikLahbeJKHovHJn+QN7Oa AoaDbaDaMWsdquI1e/Lz4MqYAFfELuI= Received: from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-274-ZciaWU_2NSq83WtatO8Zyw-1; Wed, 19 Jun 2024 17:00:30 -0400 X-MC-Unique: ZciaWU_2NSq83WtatO8Zyw-1 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 0C2871956080; Wed, 19 Jun 2024 21:00:29 +0000 (UTC) Received: from antares.redhat.com (unknown [10.39.193.189]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 06A5319560AE; Wed, 19 Jun 2024 21:00:25 +0000 (UTC) From: Adrian Moreno <amorenoz@redhat.com> To: netdev@vger.kernel.org Cc: aconole@redhat.com, echaudro@redhat.com, horms@kernel.org, i.maximets@ovn.org, dev@openvswitch.org, Adrian Moreno <amorenoz@redhat.com>, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: [PATCH net-next v3 00/10] net: openvswitch: Add sample multicasting. Date: Wed, 19 Jun 2024 23:00:01 +0200 Message-ID: <20240619210023.982698-1-amorenoz@redhat.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 X-Patchwork-Delegate: kuba@kernel.org |
Series |
net: openvswitch: Add sample multicasting.
|
expand
|