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 43F47A0A0C; Fri, 9 Jul 2021 14:11:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2CA7D4014D; Fri, 9 Jul 2021 14:11:24 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 3A79240143 for ; Fri, 9 Jul 2021 14:11:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1625832681; 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=7s4E8M5kvDGzRZ5MItrDaWnIY9o4uLna4mS0kNZEpyc=; b=aNETg6/mo+dSX8qew6EPO5JFaEBljPcbVCfTCvIKW+eZiNdjSb8qjoRdndB9nJPzlbXRYK CvRvCT7Spc8cioaKwbrOsoSFK2rd9OjMdDHJYLB7sWTEoxtNiXfy5v+HKMlU6zO/jnDiD6 /BAIHhmuLF/oDL939r/R2E+vP6U8arg= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-217-LMTrQRE2Pt-qVDc4Ga0HQQ-1; Fri, 09 Jul 2021 08:11:20 -0400 X-MC-Unique: LMTrQRE2Pt-qVDc4Ga0HQQ-1 Received: by mail-ua1-f71.google.com with SMTP id g10-20020ab00e0a0000b029029d1056f273so3579863uak.15 for ; Fri, 09 Jul 2021 05:11:20 -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=7s4E8M5kvDGzRZ5MItrDaWnIY9o4uLna4mS0kNZEpyc=; b=pQHD2z7XHQVPmKc3MuCCkGtAbg1m3F4bzSq13VMa5K3X4glbXICm2kblljxbhZmSWS tqfl+mAc4g1JesGHI94ZmhbUJWIxlpRwiwmy0qXovFMN2VnBknuGYe9afV0rr3Vp3IzF 1oNwql23AQt+VhONVga6hbREL43UpURkfaW/hk7EaZedjrq+QKH6GfColCBlgoqes9KZ Ilgvi3GgxKJdboxMeABVzjm0BY1Gxy3ea7WV9IRBOVWa9oU1CMFYeozMPLbhx/HXaM8s kwXmwfw+UVZ6LS25AbC76w194DSfVQT6cVzFxK3IAuHTF/AKJ/cFmTXLqz+kFUhuQIOI 4Zsw== X-Gm-Message-State: AOAM530gxqaQDoH7BMRzr2iDrfHKYS0DmqttAAHAHiL3NNBYlpsE5mEp JEixxIME+BoZOocTqmExp+tJTp7nqFeM5NvROGITxapx8LXth4/to7sPtf9PCzHOFF73KVFNFtf KBBxInPy+6T2A3Uf9z84= X-Received: by 2002:a05:6102:66f:: with SMTP id z15mr35396701vsf.10.1625832679896; Fri, 09 Jul 2021 05:11:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzeH4QKOXv0t+Z7FPH0qAw4ERPUDau2e9e+/hhIzMamarKwBs+TUOCbG7ZmmumNYVZqiPJT8B/ThL+7Xicc0Ks= X-Received: by 2002:a05:6102:66f:: with SMTP id z15mr35396673vsf.10.1625832679706; Fri, 09 Jul 2021 05:11:19 -0700 (PDT) MIME-Version: 1.0 References: <205e71d780a011f385dd556fe383bc4137c5f1fe.1625810473.git.sthotton@marvell.com> In-Reply-To: <205e71d780a011f385dd556fe383bc4137c5f1fe.1625810473.git.sthotton@marvell.com> From: David Marchand Date: Fri, 9 Jul 2021 14:11:08 +0200 Message-ID: To: Shijith Thotton Cc: dev , Jerin Jacob Kollanukkaran , Pavan Nikhilesh , dpdk stable 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 v1] net/octeontx/base: fix debug build with clang 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 Fri, Jul 9, 2021 at 8:03 AM Shijith Thotton wrote: > > From: David Marchand > > Remove conflicting declaration of this symbol. > > Fixes: d0d654986018 ("net/octeontx: support event Rx adapter") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Applied, thanks. -- David Marchand