Message ID | 20240628110559.3893562-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 360B81527A0 for <linux-kselftest@vger.kernel.org>; Fri, 28 Jun 2024 11:06:11 +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=1719572775; cv=none; b=HUhMUc5L4wYzyiA1I7f4Pw5vYA+BfCjPJAY78q6EaooMSYcEGgG+XerHpiW0wSAdRE+UBw71R6jaMMwXfZTJv7ZUpuSp4b3k5WL6+ef8TH3GeBogHIemtosJL+6s2b6dLryImI0GALO0DeK7auFAT5YCLir5FEkkBWC+XmNJlhQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719572775; c=relaxed/simple; bh=e3ub5x5X9W3CaYnDIgQVSYbctDaBjPmV0Lvix8NCLGU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Jm9OX4pClJj/cun1DA6iHWbl5jalio3r5DSqiQE6WPWqjOumtYtDZsFKPRkd7gIEmQjLnAwEjEMDt9B0Q6fFTBQglgniHRouqSjfXWWLovUOP1K1nExY18bPuvC4xenG+lTu+e4IoX7xV9hxRzzSvJ1xy88YRk9fPhYJb3DpJJQ= 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=VF1fbHqJ; 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="VF1fbHqJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1719572771; 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=N5I8zbR+vbtePaEvmnemX67wkeTNpZaTExTUn75LiPQ=; b=VF1fbHqJM5T8TyYwPi9w1KDzSmw40oZ7ILxNGwRDInCyEMhS6iQ5knccBuIDPl5OteEuRL g5B2M7/ZGiqFhdQ1SZEGeDWXwwAKX9u+38z/ShuUYDOlHnCx12XQIIUXbBE5b5QBsjbQnb MpcAHlEbDD3UMfdsbeiO8Bksm6Lhr8A= Received: from mx-prod-mc-03.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-650-RbDlKGSVMcq5U1ML--_d1A-1; Fri, 28 Jun 2024 07:06:07 -0400 X-MC-Unique: RbDlKGSVMcq5U1ML--_d1A-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-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 75FB919560B5; Fri, 28 Jun 2024 11:06:06 +0000 (UTC) Received: from antares.redhat.com (unknown [10.39.194.173]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 705851955D8B; Fri, 28 Jun 2024 11:06:03 +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 v6 00/10] net: openvswitch: Add sample multicasting. Date: Fri, 28 Jun 2024 13:05:36 +0200 Message-ID: <20240628110559.3893562-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
|