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 3C7E741BAB; Thu, 2 Feb 2023 10:00:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23C6E406A2; Thu, 2 Feb 2023 10:00:34 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id CB8DD40689 for ; Thu, 2 Feb 2023 10:00:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675328432; 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=oYL9L0NtGnz1QguDvgsIcrE2bDZ1XsOSRkgE/Vk8SXg=; b=A3k4OIKAufAADWs7mZHiibFqLVofc8wMNMNqcA/VBGhHIThL/yj/+jRlVv4MdfOiF8AARQ ePl/2o0sR0X9A3T95Jv67AbYvz/GTJxi1jjY1ViHaO9ElQz7EAeyAuKpPF7M/hZe8D9gr0 0qioE3HHic82kwWciuEvXqCG2FuTHTc= Received: from mail-pl1-f200.google.com (mail-pl1-f200.google.com [209.85.214.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-605-32SOyn6ONbWQKmN8aCmwDw-1; Thu, 02 Feb 2023 04:00:29 -0500 X-MC-Unique: 32SOyn6ONbWQKmN8aCmwDw-1 Received: by mail-pl1-f200.google.com with SMTP id ij3-20020a170902ab4300b001968158fa80so665784plb.2 for ; Thu, 02 Feb 2023 01:00:29 -0800 (PST) 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=oYL9L0NtGnz1QguDvgsIcrE2bDZ1XsOSRkgE/Vk8SXg=; b=3jEZg6I/yXt9T9BeLMlOW8quzLRj7bstVWOTBw8W5R0YwMbVbBc03QXdRQDwqdM2OX ml63ym+vckKbZeHFoFwQDlkDBJQHhNeETsIFwxqb7ov5kEcbiqvqkHQRXRkM3ecNbEhR G+dk6v7fNF3fPSOalLqAUT9OmMUumdxkrD/SyZ1KSNXF2o+VkgKc9Bg5B+eW/8GR0wUQ ZBs8umzrujG+KEWKY15ihvUqUUzJDsEllPb7zch6Eeb9us2Ry98SPF1iQTvVYGZA5MIV LaHUfF+rj2XCQqPpDw8EH9A6J/XxilOEV72kqQgzFlcNgfo5wPmxbBH9DjJbxYSGKpuH pKhA== X-Gm-Message-State: AO0yUKUYqKy1+bXfRwtpZQpiQFjka1KRWqDYeLtDLltxb82rP2m6YYVq mCVdQ/+q9ItCwEf0VsLLJEL0teqmcnPrWqhuRIoMYNfBHfE3h1RXQ5DN9baobYyAp/zkoDui0S4 qs5mC8IrYR+xg5+fvnzI= X-Received: by 2002:a63:5544:0:b0:478:b1f3:d874 with SMTP id f4-20020a635544000000b00478b1f3d874mr857310pgm.26.1675328428297; Thu, 02 Feb 2023 01:00:28 -0800 (PST) X-Google-Smtp-Source: AK7set/8RUJebqJPe74sGBavfehW54wWGt9eqQhi7a+Vv/THYfjrJd4RyzVUrlDVbLpyh3ew2rctnCgmR2dM4mI9kLE= X-Received: by 2002:a63:5544:0:b0:478:b1f3:d874 with SMTP id f4-20020a635544000000b00478b1f3d874mr857303pgm.26.1675328428022; Thu, 02 Feb 2023 01:00:28 -0800 (PST) MIME-Version: 1.0 References: <20230202075509.1698-1-pbhagavatula@marvell.com> In-Reply-To: <20230202075509.1698-1-pbhagavatula@marvell.com> From: David Marchand Date: Thu, 2 Feb 2023 10:00:16 +0100 Message-ID: Subject: Re: [PATCH] common/cnxk: remove unnecessary locks To: pbhagavatula@marvell.com Cc: jerinj@marvell.com, Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , dev@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 Thu, Feb 2, 2023 at 8:55 AM wrote: > > From: Pavan Nikhilesh > > Remove unnecessary locks as locking is now taken care by > mbox_get and mbox_put. > > Signed-off-by: Pavan Nikhilesh > --- > Depends-on: 26537 The ovsrobot tries to deal with *series* dependencies, for some time now. https://github.com/ovsrobot/pw-ci/commit/f2a73a46464424e977d4f8877e9a32314e4a0a07 Unfortunately, it failed for this patch, because (at least) the syntax is wrong. See the contributing guide, expected syntax is: Depends-on: series-10000 ("Title of the series") Important. No space at the start of the line. -- David Marchand