Message ID | 20240722010625.1016854-1-lulu@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 2567B2581 for <netdev@vger.kernel.org>; Mon, 22 Jul 2024 01:06:41 +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=1721610404; cv=none; b=JLYVoKeCV2X9eYCw2IBLpAL3YIYzhEm5POrFRywDK6CVG3v7ifZumnN9vO958q3znKLUc0alI+bbOWBiVFd9X6ONVGLuCnK6ZRkNwhP545gYTFS3v7RiWH2bPa/zsP4hJPNHfSeK8cP7NHNMhnvq/tPiYh9iuXdpkEAsOSwe71A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721610404; c=relaxed/simple; bh=diILvCZinSjzgPrFQoxOVtRera4h862XU+rAcYS/Nvk=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=TUyRHQ8nbZDXlWYSwFD6T32CpeorIFRkHOGpQT3NP5MIWj8FqIowYgWmaRVehUcLO9/AdRJaOnExILnAmGzu1Z7uUTNZGaf007bN4FAYUfErhsoGIHhqWGPcUqWl403mGihWeAX46AO1LU0gRFh1Dv5Jnr5tbfAdLKJPdGKvdhw= 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=XDbgq54z; 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="XDbgq54z" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1721610401; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8+7BYv0y9Snk+G9iQOgMHiR8iidKZj6hsfK238F04TA=; b=XDbgq54zten/WKnGzwzwXJsl9aXBoZnT3b8UAt29bRzdPU/cyW3t6FtYWiqPovdSWFpQuD MMM1HmFV32Lk/jom6SEq8Eg0Z4RsKxnbDttsCB/vnmEDwUVs2EKAumaAKhL4ZcAuUivx62 8frMaExqvHvLjnWtZpmMlFInBcvtDCM= 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-135-nl83Et2YM92NMpfjfyVP9g-1; Sun, 21 Jul 2024 21:06:37 -0400 X-MC-Unique: nl83Et2YM92NMpfjfyVP9g-1 Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (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 360A919560A1; Mon, 22 Jul 2024 01:06:36 +0000 (UTC) Received: from server.redhat.com (unknown [10.72.112.22]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id E3F7F195605A; Mon, 22 Jul 2024 01:06:30 +0000 (UTC) From: Cindy Lu <lulu@redhat.com> To: lulu@redhat.com, dtatulea@nvidia.com, mst@redhat.com, jasowang@redhat.com, parav@nvidia.com, sgarzare@redhat.com, netdev@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: [PATH v4 0/3] vdpa: support set mac address from vdpa tool Date: Mon, 22 Jul 2024 09:05:17 +0800 Message-ID: <20240722010625.1016854-1-lulu@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.40 |
Series |
vdpa: support set mac address from vdpa tool
|
expand
|