Message ID | 20240731031653.1047692-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.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 7B49D125D6 for <netdev@vger.kernel.org>; Wed, 31 Jul 2024 03:17:09 +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=1722395831; cv=none; b=nXnAYTQqnxNSjv3sXz84qlyBEFjhJezo84Hq5FqJC9cX/k+OI9u9VJGMbG8Kv7juRR/rM/ZF6CGPbakQ90D5cbREnpsdB4nR4Sd3lpNZE+XqZ0TMulfO6uoADISj6AajY+xi2LhmpDMEMlB1xCFV8YjIn/2QJfNIECRQqzlNXc8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722395831; c=relaxed/simple; bh=JkBRTB0ebER9e6F0wnfv+1oao0kqLVhNaXL7YIZG5VY=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=PSL5BcyW/g5JwkMCQi8lqeuCAFGwMR9HAVH5f58GyzfXbcajpQmtRx3AV9AtRVIwUYa1myaY6le+xMGpicsywfg6ZS7d3UybYfysIqTnBjP6SD+rt5Obl3G45FKI1b+NI+avCL7qpEw9tln40GOUScqIWyp94xW92RkGobR6iD0= 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=X3+kKteA; 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="X3+kKteA" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1722395828; 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=KK/99rFb/OJa+qbI6cUHEnX47Fd/3MtoZJKyHfCgvOE=; b=X3+kKteAKCUa9VMKIwj6mIuEmyJqVifcBRVttcj4eM49EOgS/WHvwhjMHNzSLHIjNhotGF 5CZhrkqYbF50IO3M+6X3uzU/djPwo2k9+yak9nUD18PHXfAqXNTpUFQd5hB00qiagukltI 4WYtA9g9g8zoYccI/GpeEFw/HJ7D+T4= Received: from mx-prod-mc-02.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-436-nVVNNzlmNjm10iqHNzMEoQ-1; Tue, 30 Jul 2024 23:17:07 -0400 X-MC-Unique: nVVNNzlmNjm10iqHNzMEoQ-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-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 9E2221955D44; Wed, 31 Jul 2024 03:17:05 +0000 (UTC) Received: from server.redhat.com (unknown [10.72.112.168]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id A610C1955F3B; Wed, 31 Jul 2024 03:16:59 +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: [PATCH v8 0/3] vdpa: support set mac address from vdpa tool Date: Wed, 31 Jul 2024 11:16:00 +0800 Message-ID: <20240731031653.1047692-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.17 |
Series |
vdpa: support set mac address from vdpa tool
|
expand
|