Message ID | 20240625205204.3199050-1-amorenoz@redhat.com |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.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 283A817E443 for <linux-kselftest@vger.kernel.org>; Tue, 25 Jun 2024 20:52:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719348746; cv=none; b=RhZdkyzbXHZ0EAS/hyTWvySNOO60y9dXRTD/hMgyuSy1A0Vqrt9ewSgV/W7ZfJptMPTDBw2sqGF7kKBbIcBH0B+r70DAx0iiUmuyxZ4y+B2raNxytAJVZc0/4P7CZre++8amIrarJnodELNAPhJ+DuQngTsIAxsNDfXdvcthIXg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719348746; c=relaxed/simple; bh=uLpyspHsOJZpl8ujIBjIKTlFGOw88JhZ313fyg7H/vE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=PpknBAy6P0K7JtgQ1ohhDIzlF5H0UnT4ASnaXCdCa9el9mn7FyfCV5bB4ng2Rp94il8SkucmgvxFyC68fGd++EpmrqahKWMkDnDxNkIORgOBxDVvwXIj5aWwNVv5el0OKECqb+71pPjA6IhyTwJpC4jTAJ1bXvghiEH3udSn/D8= 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=SbhQ5+fi; arc=none smtp.client-ip=170.10.129.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="SbhQ5+fi" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1719348744; 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=Mmiz7N4bo+YXsTzfcC89n0DjJE2KKXEsJFR42MeBhh8=; b=SbhQ5+fiaRzFxlS51nU+1kxdrcLoXVrA7yLwoR2cPa/grbQuj8xiDNVAxTxd/6MwaHhhnw SjGOQIuTmbMFogw84NFkRN/nf5Bg46Vy9Am6zZYT0p5x58oNF/iBWwFsNkFatrGI4qUFMN cz9ScsjMnOpsFF09jvdLJR+cMYEPqmY= Received: from mx-prod-mc-01.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-97-_Kt5agcLPaaB9DvZuz1TyQ-1; Tue, 25 Jun 2024 16:52:17 -0400 X-MC-Unique: _Kt5agcLPaaB9DvZuz1TyQ-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-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 9862819560A0; Tue, 25 Jun 2024 20:52:16 +0000 (UTC) Received: from antares.redhat.com (unknown [10.39.193.93]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 5E2281955E72; Tue, 25 Jun 2024 20:52:13 +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 v5 00/10] net: openvswitch: Add sample multicasting. Date: Tue, 25 Jun 2024 22:51:43 +0200 Message-ID: <20240625205204.3199050-1-amorenoz@redhat.com> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 |
Series |
net: openvswitch: Add sample multicasting.
|
expand
|