Message ID | 20240619210023.982698-1-amorenoz@redhat.com |
---|---|
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 F01D578C71 for <linux-kselftest@vger.kernel.org>; Wed, 19 Jun 2024 21:00:34 +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=1718830837; cv=none; b=le7VQ0Bk4QPpg7j/T+T/mfEt7ObpfUTFN6eJm6nZo4p8qFV7AFS/pP2NV0CPTNv5MfW8UC6QU6w6oNEnOvypw7hGLV9EsylQpoN8mHBtVvAdx0SyqZZr+i9x5DQJX46U4RM93h17s8qgneBdRmkQpW2vTJWk/uFvgRqYzzlnIsw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718830837; c=relaxed/simple; bh=zypo2Y+UkUuvakwVdWtq0mF+7+3lWNDdyMu9uLRNzJI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=GIrn+4FqRvCFhDUW8MfhEIUTunxG2ukYbEfSqqLLd1mA0X02dl61yAGpI54QKgoHlngI3qBXNfkcbCeT2wI6I3hUhoKQLvqq4aUdoz1U0l9QuMg1l4BCewgzbzb8N7w/xpLws9bMCbphEcHJ9k00JYg8zsb8zABoCvNEQ+fbOHU= 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=bORojIwf; 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="bORojIwf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1718830834; 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=bORojIwfT/wF21KkfucQhR9oZj0tiwbwnzqUHg4Wk4pOoRfy5xJQ+L2iKDGi1Q2mee+bRm xI9/3vKsOnMxOr1++BY/b+XUmabx/863pAljuJMpjGzfIGVNVDdcdaYWpUUUGNUfPb2L0d c4DQ7WP5WLu5jYcKfcvjhZps45qAfzs= 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: 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
|