From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4597245635 for ; Wed, 17 Jul 2024 16:30:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C34440616; Wed, 17 Jul 2024 16:30:11 +0200 (CEST) Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) by mails.dpdk.org (Postfix) with ESMTP id CB70840280 for ; Wed, 17 Jul 2024 16:30:09 +0200 (CEST) Received: by mail-lj1-f179.google.com with SMTP id 38308e7fff4ca-2eecb63de15so76726951fa.0 for ; Wed, 17 Jul 2024 07:30:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; t=1721226609; x=1721831409; darn=dpdk.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=mEb+0T1X+swuCg2CqclUucfYgzTr2CswkousxxX0kzs=; b=gsAUv/MRmoXG1HAbRFiR1GKp0gFymtNhcaP0bzOFvlNPvSNA2XJwV3DQmPBqCbyUBs W/p+dP5NXVjaQo9TYjTpxhX03heNkCShbGEfqC6U0tb64aSHeqOk6VpqIYqRl1WAlt98 EHbbBC0zi1p2ecn9liS/pJMY4xy7eB2ktEmNk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721226609; x=1721831409; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=mEb+0T1X+swuCg2CqclUucfYgzTr2CswkousxxX0kzs=; b=KfscoFZ6il4bWtMkKgAsIYdDhQeSAHm+QtfL+HQa4ud+tODHCRfVOKpkggN1pGD0Ph gdclU2HgA/c7HBcq99eic9xNejMCi437WNqHLpCwarWRmbQfdw4BnN3jVkiHTVtdP5oq 4ZjFWtEeCmyMcBV0VGcUOY/LNv67pIXdy1IaS8k/Nd7Vniin5ko1KAkdTkMCLu5J5xIp pH3RbAK6xwQbBMOynjGvFKYtxWLiFOiaxeoE0czwO5HBzkAIbTG0EQ6v1eudwvm2gI5L 4MHXkywS8/cSG+NSJanlnIOoZdJHoFaF4RTsOvwhUDlftrCUnphVJIB5V735Yn1sdt5B WxDQ== X-Gm-Message-State: AOJu0YxRoXZAdR7+i5p5kwkukgzotGqqqQaDxZvyHZ3acXb+enFBxa4k 3VXRze0BE9PDVfLDWwK7vz+55EBoJTflMoxtgTT+fY3/NjuwCuBG+m91rvNOG0jw5nOMtvfDbrg sBqXRZ3x1gGpJIoBVwz0IfGPw5x4OqVMlt9SfsWOpnXBJe7lgJeov8cd7soovqqhzkp7LM9sL6Y eUBZl2T5SHvJW7wINWiiMr X-Google-Smtp-Source: AGHT+IHQeZTeLrJKXKkbBHZ6E12Mxhy8QHBF+b/VnunGetTjr8LpAAkpL1Q4QJMtCODbLmgVbFJGMUibbeWLh8hlDjg= X-Received: by 2002:a2e:8546:0:b0:2ea:91cf:a5f0 with SMTP id 38308e7fff4ca-2eefd0ae8fbmr13339261fa.19.1721226608845; Wed, 17 Jul 2024 07:30:08 -0700 (PDT) MIME-Version: 1.0 From: Nandini Rangaswamy Date: Wed, 17 Jul 2024 07:29:57 -0700 Message-ID: Subject: Regarding net_netvsc driver registration with VMBUS To: users@dpdk.org Content-Type: multipart/alternative; boundary="000000000000994696061d724c6e" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org --000000000000994696061d724c6e Content-Type: text/plain; charset="UTF-8" Hi, I am trying to integrate my DPDK app to use net_netvsc driver. When the app starts, i have made the changes to unbind hv_netvsc interfaces from kernel and bind it to uio_hv_generic. But i see that net_netvsc driver is not getting registered with VMBUS. Should the DPDK app explicitly invoke RTE_PMD_REGISTER_VMBUS to do so ? Regards, Nandini -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it. --000000000000994696061d724c6e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I am trying to integrate my DPDK app to use ne= t_netvsc driver.
When the app starts, i have made the changes to = unbind hv_netvsc interfaces=C2=A0from kernel and bind it to uio_hv_generic.=
But i see that net_netvsc driver is not getting registered=C2=A0= with VMBUS.
Should the DPDK app explicitly invoke=C2=A0RTE_PMD_REGISTER_VMBUS to do so ?
Regards,
Nandini

This ele= ctronic communication and the information and any files transmitted with it= , or attached to it, are confidential and are intended solely for the use o= f the individual or entity to whom it is addressed and may contain informat= ion that is confidential, legally privileged, protected by privacy laws, or= otherwise restricted from disclosure to anyone else. If you are not the in= tended recipient or the person responsible for delivering the e-mail to the= intended recipient, you are hereby notified that any use, copying, distrib= uting, dissemination, forwarding, printing, or copying of this e-mail is st= rictly prohibited. If you received this e-mail in error, please return the = e-mail to the sender, delete it from your computer, and destroy any printed= copy of it. --000000000000994696061d724c6e--