Message ID | 20240621101113.2185308-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.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 7B34F16E892 for <netdev@vger.kernel.org>; Fri, 21 Jun 2024 10:11:30 +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=1718964692; cv=none; b=l+TKQUdGyvzNgUzVorKId71wcxGZAsNMbs5qujVxMrLUtcT5oeQpcRFdc0ngnkiGrAOG7BAYcsqqyCHKH4f4hJKrVncAhADZeH3XnKQFU8AmING2bUY53PhhvaPznNdo/MfsoeofDbqT/A13yA8rnkSvVFfMjspvimOct2pMp00= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718964692; c=relaxed/simple; bh=7Adeg/UBJYRAj+dHtME7ixN43BSXJ7NdpwpZYlla8dc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=l4M/uKZ32uuYNpbFZyhnqojvdEkQyNnFgJWF6nRnOX27PLz2UJywIaLQl068geFvWsD7c3F3i3x3NVUI6RtDZ3WBLpBZ8GzDMlXx4Qy0IfWSw8BMBq1LESo8xL+x+pVGEeuP8cCAVMa4xSyVcbgqpRFxr7up5l/CLcQ+d5Oak4A= 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=aD4j1xp2; 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="aD4j1xp2" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1718964689; 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=BpA2BXv1BNxn6n4GleVGKaf94K5PkSCq1JBsKSzKaDA=; b=aD4j1xp2wRtMYtEab67EBUs950cZQ8tNwIxLyMUVfu14AygxfxeHy4Pp+DQSC/yLY45ydp ZS7qsDJJK1zwb4CTc1SZVxSwojxWw9OC79g+LXlHe2FRuuN2eln92HfdGct44EKsFR3bLy sqtcP+PgYTxk/I4fgmYElW9LtgHGZnk= 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-481-6uONFtqEObGEZ-0dBegTSw-1; Fri, 21 Jun 2024 06:11:27 -0400 X-MC-Unique: 6uONFtqEObGEZ-0dBegTSw-1 Received: from mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.17]) (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 739F31956080; Fri, 21 Jun 2024 10:11:26 +0000 (UTC) Received: from antares.redhat.com (unknown [10.39.193.189]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 47F8F1956048; Fri, 21 Jun 2024 10:11:23 +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 v4 00/10] net: openvswitch: Add sample multicasting. Date: Fri, 21 Jun 2024 12:10:52 +0200 Message-ID: <20240621101113.2185308-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.17 X-Patchwork-Delegate: kuba@kernel.org |
Series |
net: openvswitch: Add sample multicasting.
|
expand
|