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 2DC0AA0543; Fri, 28 Oct 2022 16:01:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0998840146; Fri, 28 Oct 2022 16:01:54 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 9CBBF400D5 for ; Fri, 28 Oct 2022 16:01:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666965712; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XGhSPqF5kQHxc3scb6XYvuCGhnQ1BIJTuk8DpPaDtPY=; b=agKdY8e4URE+JCU5S4JVbIMOazV+Ux2z2TQJ3c0tsstxteHFBFMNbpSZ+avnZMCGLsZ1vu hgzv4w2lBARiZNcWhwr4RVAzene7HGSvsKlfPwQnlL6YWK1GuX033+EbBg27ShrMd/9VDo dB27lLKKuk4UXncmJVTUluFNsd9hx+U= Received: from mail-pf1-f198.google.com (mail-pf1-f198.google.com [209.85.210.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-256-AwcaYszcMJ-Mi3DgjDCG2A-1; Fri, 28 Oct 2022 10:01:50 -0400 X-MC-Unique: AwcaYszcMJ-Mi3DgjDCG2A-1 Received: by mail-pf1-f198.google.com with SMTP id v17-20020a62a511000000b0056c0ad6a1f9so2599860pfm.3 for ; Fri, 28 Oct 2022 07:01:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=XGhSPqF5kQHxc3scb6XYvuCGhnQ1BIJTuk8DpPaDtPY=; b=sAWjmA15ivjPtWib5VXu6M4i5jRi6wubOD2Xme+vVEx30H1kAVIHnLtEezOTp60T+u eVLIPcJquU+3BRMe1oldu7/wu5m0tixm6zWQHURaUJtp/yfJ4PCO2+OEpmBBvbnvziKk ofyWdf2H7AIcFXhuxKtxIiA1oWYVH1GU5gaaKyFrkXI+uQmFN/sBC50ftcvrpk7kO+mq JGBOHyH0gVqr9mO8CR8DIqCkEoayqS3dFTBrC+gf3CxRyVwdubwJ+jdTPMpd76XTXDrP couf27HzshOj9qUI+HS8LDuEc+46YRUnyGlFw3UoVCGLMKnga76irl3X7VrTHORSF2bI 9iaQ== X-Gm-Message-State: ACrzQf07479UtN6TRmUAMvZFgfhlClhRRwZv5uxjVFyVW2OHtCIp3ies kU8fSKAwyReCSPGt7zXqGGZ64ZCf0QxkJEeTfLPqWRKejPYDhSinBCIK6866zjmpkpxGb23iKwd 05DB1PlBdMxiY0jgyne4= X-Received: by 2002:aa7:8b46:0:b0:56c:349f:191e with SMTP id i6-20020aa78b46000000b0056c349f191emr17071064pfd.29.1666965709354; Fri, 28 Oct 2022 07:01:49 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5jDu1xtqyO9zd66p5LwzqDhNNsoH3xSnWhSj9dO+FmJTQmqJTGIpTR++fbUKjOlylqYejWyQI8kjhtoUv/Y8w= X-Received: by 2002:aa7:8b46:0:b0:56c:349f:191e with SMTP id i6-20020aa78b46000000b0056c349f191emr17071032pfd.29.1666965709054; Fri, 28 Oct 2022 07:01:49 -0700 (PDT) MIME-Version: 1.0 References: <20221006190038.431828-1-megha.ajmera@intel.com> <20221028095531.678682-1-megha.ajmera@intel.com> In-Reply-To: <20221028095531.678682-1-megha.ajmera@intel.com> From: David Marchand Date: Fri, 28 Oct 2022 16:01:36 +0200 Message-ID: Subject: Re: [PATCH v6 1/3] sched: fix subport profile ID To: Megha Ajmera , cristian.dumitrescu@intel.com Cc: dev@dpdk.org, jasvinder.singh@intel.com, stephen@networkplumber.org, stable@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 On Fri, Oct 28, 2022 at 11:58 AM Megha Ajmera wrote: > > In rte_sched_subport_config() API, subport_profile_id is not set correctly. > > Fixes: ac6fcb841b0f ("sched: update subport rate dynamically") > Cc: cristian.dumitrescu@intel.com Cc: stable@dpdk.org > > Signed-off-by: Megha Ajmera > Acked-by: Dumitrescu, Cristian It should be Cristian Dumitrescu. And there is no "Dumitrescu@dpdk.org". I removed it before replying. -- David Marchand