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 3E2AEA0A03; Mon, 18 Jan 2021 19:00:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AD96C140DBE; Mon, 18 Jan 2021 19:00:56 +0100 (CET) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by mails.dpdk.org (Postfix) with ESMTP id 36A2F140DA3 for ; Mon, 18 Jan 2021 19:00:54 +0100 (CET) Received: by mail-qt1-f182.google.com with SMTP id c12so6317520qtv.5 for ; Mon, 18 Jan 2021 10:00:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IEO4o4QMegoAInhmDhlvWAvtB9q0n+8MLEYhQK+rMec=; b=TKNskuYo2Zoe3WAZK/oD3UDiPhYFpw3H5YjVRxjmzOtaWPT1lT1i404XBu03AFuQkl LkM+Ntv88SzARpChfTZCPmNB8YctJbrQWDFJNYXp2PtfrCTHsHxs9YIfXxngzT3V4B3w OYf48i4/BPnUtzNSidkJA/hZTtEAIQ02ssxPU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IEO4o4QMegoAInhmDhlvWAvtB9q0n+8MLEYhQK+rMec=; b=IHwzyiMlxlFcAT7DLTGbOtSqR3S35O03Z/qfW4s5cO7YSWM3kSsFyenQTQvIF9q4PG iBihioJV4QoR0cfsUFS3C6RCXt3Swxxpw+ywJXRqt3T4BV1fd6JVcihQJPamTw2k2Y5O m4RUzJnp8BOqXNQ2URbDg8EGJzwS9j9xcIWmwgYtRIPj3mnOSRh6k9IN516ppippvnw/ gI/o1Iz+1E4Bg1KSPU0VlFghY7dLRTizbLeLlcedm53ccjkmkWg1HxVEox4K3iwF5d5D 6W4QxwHJVApwEAR56+PF3o0cLwS1pnE+Y8YKWHnhsmLQNRQUDH9THnfAqczxaBo8R9LT aJcw== X-Gm-Message-State: AOAM533jsP+lBau9swhMXSXpNZdDZttgap98VbkCZeZm2FOr91Ctvwrg HTdN29IGhS0elcpszUJo9iqBT4B6+y6J3HZGZht+kQ== X-Google-Smtp-Source: ABdhPJx6SLpMsIPUw0zU8eGr8V5F/E5bKw9GK9p2WBalsz8epZgFy1y/0VnSJsUNrDlsvo7oLjH0MvKnKpROMZ60ZZw= X-Received: by 2002:a05:622a:20c:: with SMTP id b12mr778528qtx.208.1610992853459; Mon, 18 Jan 2021 10:00:53 -0800 (PST) MIME-Version: 1.0 References: <1608303356-13089-2-git-send-email-xuemingl@nvidia.com> <1610968623-31345-2-git-send-email-xuemingl@nvidia.com> <6467622.ieihe5XLyd@thomas> In-Reply-To: <6467622.ieihe5XLyd@thomas> From: Ajit Khaparde Date: Mon, 18 Jan 2021 10:00:37 -0800 Message-ID: To: Thomas Monjalon Cc: Xueming Li , Ferruh Yigit , Andrew Rybchenko , Olivier Matz , dpdk-dev , Viacheslav Ovsiienko , Asaf Penso Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="000000000000c9725d05b930803f" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH v4 1/9] ethdev: introduce representor type X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" --000000000000c9725d05b930803f Content-Type: text/plain; charset="UTF-8" On Mon, Jan 18, 2021 at 9:57 AM Thomas Monjalon wrote: > > 18/01/2021 18:42, Ajit Khaparde: > > On Mon, Jan 18, 2021 at 3:17 AM Xueming Li wrote: > > > +enum rte_eth_representor_type { > > > + RTE_ETH_REPRESENTOR_NONE, /**< not a representor. */ > > > + RTE_ETH_REPRESENTOR_VF, /**< representor of VF. */ > > > + RTE_ETH_REPRESENTOR_SF, /**< representor of SF. */ > > Till we get used to the terminology... > > Can we also have SF = "Sub Function" mentioned in the docs or comments? > > Are we sure about the definition? > I remember seeing SF = Scalable Function somewhere else (maybe from Intel) That complicates it. But if they mean the same thing, let's pick one. --000000000000c9725d05b930803f--