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 61F96A0C44; Mon, 14 Jun 2021 15:27:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D6ECE4067A; Mon, 14 Jun 2021 15:27:06 +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 B7EC14003F for ; Mon, 14 Jun 2021 15:27:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1623677224; 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=Ean3qWn/oXf4hM2MxOPHQPR2ybV0fIWwOkfX82ZpxuA=; b=gLeW9yC7bDVloHf0+fwnmNAfD9PSWjm5dbKGQsWrb90kzdIhdX5TlXsit/vHglCcRGEL6R 21yo0UmqW+CxPnKAMt7a1hZ9QJDW5BtPuF2fne1iRB+k2E8CtC7IZrxMuwkC3Lq/UEdxdB liB+R1wVyr5K3KRqbRRssPGrs/C+wTA= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-126-pUVQ_qjePLa5oWcXjyPHTg-1; Mon, 14 Jun 2021 09:27:02 -0400 X-MC-Unique: pUVQ_qjePLa5oWcXjyPHTg-1 Received: by mail-ua1-f70.google.com with SMTP id a15-20020ab0684f0000b0290275ca73402eso4903247uas.12 for ; Mon, 14 Jun 2021 06:27:02 -0700 (PDT) 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=Ean3qWn/oXf4hM2MxOPHQPR2ybV0fIWwOkfX82ZpxuA=; b=VA+IOMT6UpjF92oX8MMRp3L/VPnsJeu7fOJ9UTL+EXfpHUWtwVgvcp646Dje9NGDPS UajOuPDloQ+aEdMCvvzL2AU/6QqOynnGO14BeY878qJ8cCnoQI/F5ZLxM60wssLbvatC zwReOEUXT1yh6ai8moJjiAZ+X8LaniDvlIZ1egcOr9Ozt2cgrQnKYF63fl1SQJWqv/XM Fwu0IORKgiPz6XgRXP9jZhUaca0wrBllZcnEgmHi9gXxjxKOKadQAa/ZIWgb4MLQSdeW vTiSIdx/DGbBdp3OS9ya+tqX70b54dTqa8ohIOlkWJxM3RmLTOK8m72eXuhd7GY/Kg8y 3NLw== X-Gm-Message-State: AOAM533PoTsEMmQFnTI1OPei/TuGH8McejPjjdoYsTUhecJj7PGgVjOD obqE9+w4SCt6gv/lYXfFo7DUX3Q3O+FgyTWB4Z0TyOhql6nN2OUUmDuACRaUlWJR1rY72wLYp1Z UwSDNfUJIevPy+/4+47A= X-Received: by 2002:a67:cd08:: with SMTP id u8mr17744261vsl.18.1623677221986; Mon, 14 Jun 2021 06:27:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxoD9WGytwK2Vcds/raIUKU5Rgo0c6ywP4KrYgYkHXUjkbCoBAbQAadd1d4icoSm4fgPb/Jxm+3KB54bCrhXMk= X-Received: by 2002:a67:cd08:: with SMTP id u8mr17744246vsl.18.1623677221810; Mon, 14 Jun 2021 06:27:01 -0700 (PDT) MIME-Version: 1.0 References: <20210614094500.2794100-1-jasvinder.singh@intel.com> In-Reply-To: <20210614094500.2794100-1-jasvinder.singh@intel.com> From: David Marchand Date: Mon, 14 Jun 2021 15:26:50 +0200 Message-ID: To: Jasvinder Singh Cc: dev , Cristian Dumitrescu , "Yigit, Ferruh" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc/rel_notes: remove old deprecation notice for sched 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" On Mon, Jun 14, 2021 at 11:45 AM Jasvinder Singh wrote: > > APIs and data structures hasve been modifed as per deprecation > note, so removing deprecation notice from the notes. > > Signed-off-by: Jasvinder Singh Please add a Fixes: tag. Thanks. -- David Marchand