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 8B33543809; Wed, 3 Jan 2024 10:48:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03E02402BE; Wed, 3 Jan 2024 10:48:41 +0100 (CET) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mails.dpdk.org (Postfix) with ESMTP id 90ADF4013F for ; Wed, 3 Jan 2024 10:48:39 +0100 (CET) Received: by mail-qt1-f176.google.com with SMTP id d75a77b69052e-427f5cc49afso38108211cf.2 for ; Wed, 03 Jan 2024 01:48:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704275319; x=1704880119; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=teg+9JGEb3M8l74OoRhCHvosmRBGrIkkDoj0DXy8UyI=; b=UL84QaAcfdgYEsWllxRpn+EFu3jRR5IA17+od9ps6A0aN8pYxfUifKWqlpMxfnjFY+ L3bKcqe2WGkOEzUqjfP/ncPZ86mI1E2i3IsjcIH+akW+jj9wtAUn+HO1gbo/YiyT62yE b/GcvJ3WeKwz/IMlZsxBlj39hjqmrR8zoKdWsW+08SAAEfmEwx+P3viPuLSvLFqVBvLI XeSaRnmxZ8yGLppB6Xg6QtF2tZqGGCPsPs9zm7PwWpa3pRUkmQiag+2VWIUOZeFXU/6W ehLc773h6TcXJQ/Ih3Vq8qCowW/ESKyJoUuCWBxFsSHeBabsWPorOaAMKvlbCORBQars Rb6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704275319; x=1704880119; h=content-transfer-encoding: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=teg+9JGEb3M8l74OoRhCHvosmRBGrIkkDoj0DXy8UyI=; b=bjgB15hrC/9Ak9jPtELsmvZqvJTMTzgYBnBxDfiiqrePJXEaEI16UsmZRgAM7rdLjI iWxKlNNP/kOBICe3Q4RvxPuJZW2ajpoR0u32vBRWcchWIzbDc1Encyv7M9DbcimzRcmw s07DbERTd4zeuw9tPu1fUxKWOIK1p3vVf/ZBXjKCEpGvQoWwdFC9Yhstx2Us72ccb9eC gl39lwEAnpBifq5uZD7V1kCyoL+b8qUoycyW5lLfTJHxDVLQN6r4dR9LjVWmLcVLMRlm EY8JJCSMd2Qdc8WttG53fvOKqBr7Zf4hdVScPS2MR4N8ynHOS3C5g/CGtR7q/UHGj9VW IHlw== X-Gm-Message-State: AOJu0Yw//OUsAuppsv0wFfTG7pDk+oc5lQU8zGa5Jk3wR63qQ6Rx4BMx fW9j1QrKizZ500cYaORYaIn7nxs6EVl7h2+QyifkYuyKT48= X-Google-Smtp-Source: AGHT+IGDEuFOedFkcscj4ZbUxu87f2D3CYwuuhIa+VSCapL4etQL8OiCg+m3+GouyPRi9HjXtLzC/AFE1y0+Kj8W2qE= X-Received: by 2002:ac8:5851:0:b0:427:e84b:230a with SMTP id h17-20020ac85851000000b00427e84b230amr17396052qth.64.1704275318729; Wed, 03 Jan 2024 01:48:38 -0800 (PST) MIME-Version: 1.0 References: <20231221111959.61251-1-hpothula@marvell.com> In-Reply-To: <20231221111959.61251-1-hpothula@marvell.com> From: Jerin Jacob Date: Wed, 3 Jan 2024 15:18:12 +0530 Message-ID: Subject: Re: [PATCH v1 1/1] net/thunderx: update dmac control register to appropriately To: Hanumanth Pothula Cc: Jerin Jacob , Maciej Czekaj , dev@dpdk.org, hkalra@marvell.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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, Dec 21, 2023 at 7:18=E2=80=AFPM Hanumanth Pothula wrote: > > By default dmac control register is set to reject packets > on mac address match, leading all unicast packets to drop. > > Update DMAC control register to allow packets on MAC address > match rather than dropping. > > Signed-off-by: Hanumanth Pothula Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-main. Thanks commit 39711235e17d204496445be57997ed09ef6df019 (HEAD -> for-main) Author: Hanumanth Pothula Date: Thu Dec 21 16:49:59 2023 +0530 net/thunderx: fix dmac control register update By default dmac control register is set to reject packets on mac address match, leading all unicast packets to drop. Update DMAC control register to allow packets on MAC address match rather than dropping. Fixes: e438796617dc ("net/thunderx: add PMD skeleton") Cc: stable@dpdk.org Signed-off-by: Hanumanth Pothula